summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-07 20:56:35 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-07 20:56:35 +0000
commitb8dc1371efff31074dd636234544afc5d6996da6 (patch)
tree79030229ff0d41e45b3ac150db313ab76f04a619 /nuttx/ChangeLog
parent762b3385fdef363f696228270c12d089be33fba5 (diff)
downloadnuttx-b8dc1371efff31074dd636234544afc5d6996da6.tar.gz
nuttx-b8dc1371efff31074dd636234544afc5d6996da6.tar.bz2
nuttx-b8dc1371efff31074dd636234544afc5d6996da6.zip
update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1165 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 10dfda599..aedf2a227 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -532,3 +532,6 @@
* Fix race condition workaround delay in LPC214X SPI logic. It the cause of the very
bad MMC/SD performance.
* Began port of the Hitachi SH-1 using the SH-1/US7032EVB1 board (this is a work in progress)
+ * Re-built all configurations that use SDCC and Zilog toolchains to make sure they still
+ build (they didn't, but they do now).
+ * Fixed several erroneous "list empty" checks in the CAN driver.