summaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx')
-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).