mirror of
https://github.com/apache/nuttx.git
synced 2026-05-29 20:56:47 +08:00
update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@93 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -42,10 +42,14 @@
|
|||||||
* Fixed another bug where free() is called from IDLE task.
|
* Fixed another bug where free() is called from IDLE task.
|
||||||
Can't do this; the caller must be able to wait for access
|
Can't do this; the caller must be able to wait for access
|
||||||
to memory.
|
to memory.
|
||||||
|
* Cannot do debug output in middle of context switch logic.
|
||||||
|
* Interrupt must be disabled throughout all context switches.
|
||||||
* Separated C5471 serial driver; a shareable part is
|
* Separated C5471 serial driver; a shareable part is
|
||||||
in drivers/. ; the C5471 specific part is in arch/C5471.
|
in drivers/. ; the C5471 specific part is in arch/C5471.
|
||||||
serial.h defines the interface.
|
serial.h defines the interface.
|
||||||
* Fixed mq_receive() and mq_send() -- bad memcpy()
|
* Fixed mq_receive() and mq_send() -- bad memcpy()
|
||||||
|
* Fixed uninitialized variable in filesystem that could
|
||||||
|
cause various problems
|
||||||
* Added a test for roundrobin scheduler.
|
* Added a test for roundrobin scheduler.
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user