summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-03-19 14:24:34 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-03-19 14:24:34 +0000
commit1a672c92ff8a1a88be3dae07cccad4a583549ebd (patch)
tree6012fcd8a8ca004605f27f9372581a741e5f8ad7 /nuttx/ChangeLog
parent6f606a86e991f13b256a563585b50ad74a632579 (diff)
downloadnuttx-1a672c92ff8a1a88be3dae07cccad4a583549ebd.tar.gz
nuttx-1a672c92ff8a1a88be3dae07cccad4a583549ebd.tar.bz2
nuttx-1a672c92ff8a1a88be3dae07cccad4a583549ebd.zip
update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@93 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 925b4c798..b064d2302 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -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.