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 573c83054..b2794cf70 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -1281,6 +1281,9 @@
(see email thread: http://tech.groups.yahoo.com/group/nuttx/message/530)
* drivers/mtd/at45db.c - Add a driver for the Atmel AT45DB161D 4Mbit
SPI FLASH part (untested on initial check-in).
+ * arch/arm/src/lm3s and arch/arm/include/lm3s - Corrections for the
+ lm3s8962 port contributed by Larry Arnold. That port is purported
+ to work correctly with these changes in place.
* examples/ostest/prioinherit.c - Need to reinitialize globals if
test is ran repeatedly in a loop.