From f82bc39fb6b2dfcbfdec3669f5af4d3a1edc9117 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: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4176 7fd9a85b-ad96-42d3-883c-3090e2eb8679 --- nuttx/Documentation/NuttX.html | 33 +- nuttx/arch/arm/src/stm32/chip/stm32_exti.h | 20 + .../arch/arm/src/stm32/chip/stm32f40xxx_rtc.h | 11 +- nuttx/arch/arm/src/stm32/stm32_lse.c | 28 +- nuttx/arch/arm/src/stm32/stm32_pwr.c | 40 +- nuttx/arch/arm/src/stm32/stm32_pwr.h | 20 +- nuttx/arch/arm/src/stm32/stm32_rcc.h | 5 +- nuttx/arch/arm/src/stm32/stm32f10xxx_rtc.c | 3 +- nuttx/arch/arm/src/stm32/stm32f40xxx_rcc.c | 2 +- nuttx/arch/arm/src/stm32/stm32f40xxx_rtc.c | 504 +++++++++++++++++- nuttx/include/debug.h | 24 + 11 files changed, 639 insertions(+), 51 deletions(-) diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html index afa7dc3fd..d55c727d2 100644 --- a/nuttx/Documentation/NuttX.html +++ b/nuttx/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>