9
0
Fork 0
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@93 7fd9a85b-ad96-42d3-883c-3090e2eb8679
This commit is contained in:
patacongo 2007-03-19 14:24:34 +00:00
parent af79e2cc15
commit 6c221847c4
1 changed files with 4 additions and 0 deletions

View File

@ -42,10 +42,14 @@
* Fixed another bug where free() is called from IDLE task.
Can't do this; the caller must be able to wait for access
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
in drivers/. ; the C5471 specific part is in arch/C5471.
serial.h defines the interface.
* Fixed mq_receive() and mq_send() -- bad memcpy()
* Fixed uninitialized variable in filesystem that could
cause various problems
* Added a test for roundrobin scheduler.