Update ChangeLog

This commit is contained in:
Gregory Nutt 2014-12-03 16:43:48 -06:00
parent 7180175793
commit ae3f05066a

View File

@ -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).