From ae3f05066a3026de50dbc85bad6fe63baaf2d406 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 3 Dec 2014 16:43:48 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index cbb2b6000fb..e384bc08ee5 100755 --- a/ChangeLog +++ b/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).