From 9922992d84a9e8f7cb3af8f346a0ac13a6592fe9 Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 14 Dec 2011 19:12:00 +0000 Subject: [PATCH] STM32 F4 RTC driver is fully coded (but not tested) git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4176 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 33 +- arch/arm/src/stm32/chip/stm32_exti.h | 20 + arch/arm/src/stm32/chip/stm32f40xxx_rtc.h | 11 +- arch/arm/src/stm32/stm32_lse.c | 28 +- arch/arm/src/stm32/stm32_pwr.c | 40 +- arch/arm/src/stm32/stm32_pwr.h | 20 +- arch/arm/src/stm32/stm32_rcc.h | 5 +- arch/arm/src/stm32/stm32f10xxx_rtc.c | 3 +- arch/arm/src/stm32/stm32f40xxx_rcc.c | 2 +- arch/arm/src/stm32/stm32f40xxx_rtc.c | 504 +++++++++++++++++++++- include/debug.h | 24 ++ 11 files changed, 639 insertions(+), 51 deletions(-) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index afa7dc3fd65..d55c727d2db 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -1689,7 +1689,7 @@

STATUS: This is really a vapor ware, pre-announcement. - I have the hardware and the motivation and I expect to announce the availability of support the STM32F4-Discovery with the NuttX 6.13 release. + I have the hardware and the motivation and I expect to announce the availability of support the STM32F4-Discovery in a later NuttX release.

@@ -2728,8 +2728,39 @@ buildroot-1.10 2011-05-06 <gnutt@nuttx.org>