From aa7d9710dc9c125685b30dbc3c9ac33dd0e5567f Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 17 Jul 2012 00:22:48 +0000 Subject: STM32: Add logic to attach the RTC alarm EXTI interrupt git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4947 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/ChangeLog | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'nuttx/ChangeLog') diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog index f95f9d81a..c0f7ba653 100644 --- a/nuttx/ChangeLog +++ b/nuttx/ChangeLog @@ -3008,4 +3008,11 @@ * arch/arm/src/lpc43xx/lpc43_clockconfig.c and configs/lpc4330-xplorer/include/board.h: Implement PLL1 ramp-up logic; Now the LPC43xx is running at 204MHz. * configs/lpc4330-xplorer/*/defconfig: Re-calibrated delay loops using - the 204MHz clock. The LPC43xx ripping rips! + the 204MHz clock. The LPC43xx ripping rips! This calibration was performed + with symbols enabled and all optimization disabled. It will need to be + better recalibrated again down the road. + * arch/arm/src/stm32/stm32_exti.c: Renamed to rch/arm/src/stm32/stm32_exti_gpio.c + to make a little room in the file name space. + * arch/arm/src/stm32/stm32_exti_alarm.c: Add initial logic to attached the + RTC alarm EXTI interrupt. This is work be performed mostly by Diego Sanchez. + -- cgit v1.2.3