summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 0d3a6f385..bf4754afb 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -1190,7 +1190,7 @@
have a test to prove that the changes are correct.
* configs/olimex-lpc2378 - Add support for the CodeSourcery toolchain
under Linux (contributed by Alan Carvalho de Assis).
- * arch/arm/src/lpc17xx/lpc17_gpio.c - Fix an imporation GPIO configuration
+ * arch/arm/src/lpc17xx/lpc17_gpio.c - Fix an important GPIO configuration
bug: When attempting to set no pull-up or pull-down (floating),
it would, instead, select pull-down.
* arch/arm/src/lm3s/lm3s_gpioirq.c - Fix warning for returning a value
@@ -1215,3 +1215,7 @@
enabled. This is not expected to be a functionality configuration (at
least not yet); it was created in order to debug the on-demand paging
feature.
+ * configs/ntosd-dm320/*/Make.defs - Codesourcery and devkitARM toolchains
+ now supported for the Neuros OSD.
+ * configs/ntosd-dm320 and arch/arm/src/dm320 - Add support for the
+ Neuros production OSD (changes contributed by bf.nuttx).