summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-12-03 16:43:48 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-12-03 16:43:48 -0600
commit1bfd1cc5fc1cc73c8582ac76fc1d5683cc7dce60 (patch)
tree8c8dd5bca4d6eb678c4821932b5e7364710669d4 /nuttx/ChangeLog
parent90e6fca187a8e320220a8accc64e9512dd3d90e5 (diff)
downloadnuttx-1bfd1cc5fc1cc73c8582ac76fc1d5683cc7dce60.tar.gz
nuttx-1bfd1cc5fc1cc73c8582ac76fc1d5683cc7dce60.tar.bz2
nuttx-1bfd1cc5fc1cc73c8582ac76fc1d5683cc7dce60.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog8
1 files changed, 6 insertions, 2 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index cbb2b6000..e384bc08e 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -9131,5 +9131,9 @@
MCO pin definition. From Jussi Kivilinna (2014-12-02).
* arch/arm/src/stm32/stm32_rcc.h: Add missing MCO configuration for
the STM32L1xxx. From Jussi Kivilinna (2014-12-02).
- * configs/sama5d3-xplained/src/sam_ajoystick.c: Add a analog Joystick
- support for the SAMA5D3 Xplained board (2014-12-3).
+ * configs/sama5d3-xplained/src/sam_ajoystick.c: Add analog Joystick
+ shield support for the SAMA5D3 Xplained board (2014-12-3).
+ * configs/ucleo-f4x1re/src/sam_ajoystick.c and sam_adc.c: Add
+ analog Joystick shield support for the Nucleo F4x1RE boards. There
+ are still some ADC issues to be worke through as of the initial
+ commit (2014-12-3).