summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
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.