summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-03-17 23:22:05 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-03-17 23:22:05 +0000
commit33b49f60be637f06f385d2ede26846a636621396 (patch)
treebe0406aafc9fdfe726b9071b94e7486aa3d3c7c0 /nuttx/ChangeLog
parent8d6908334ae667db589d437973106e3f81a342c6 (diff)
downloadnuttx-33b49f60be637f06f385d2ede26846a636621396.tar.gz
nuttx-33b49f60be637f06f385d2ede26846a636621396.tar.bz2
nuttx-33b49f60be637f06f385d2ede26846a636621396.zip
Verified roundrobin test
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@87 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index d2b64ea0d..925b4c798 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -39,12 +39,13 @@
* Added 'ls' command to nsh
* Added C5471 watchdog driver
* Added support for the Neuros OSD / DM320
- * Fixed another bug where free() is called from IDEL task.
+ * 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.
* 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() -- bad memcpy()
+ * Fixed mq_receive() and mq_send() -- bad memcpy()
+ * Added a test for roundrobin scheduler.