From 73029f78d3b571f32d73ed4a7014d2c1ac2bde36 Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 14 Dec 2011 19:12:00 +0000 Subject: 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 --- nuttx/arch/arm/src/stm32/stm32_rcc.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'nuttx/arch/arm/src/stm32/stm32_rcc.h') diff --git a/nuttx/arch/arm/src/stm32/stm32_rcc.h b/nuttx/arch/arm/src/stm32/stm32_rcc.h index b4a1500b7..1e05f9ecb 100644 --- a/nuttx/arch/arm/src/stm32/stm32_rcc.h +++ b/nuttx/arch/arm/src/stm32/stm32_rcc.h @@ -2,7 +2,7 @@ * arch/arm/src/stm32/stm32_rcc.h * * Copyright (C) 2009, 2011 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt + * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -170,7 +170,8 @@ EXTERN void stm32_clockconfig(void); * Name: stm32_rcc_enablelse * * Description: - * Enable LSE Clock + * Enable the External Low-Speed (LSE) Oscillator and, if the RTC is + * configured, setup the LSE as the RTC clock source, and enable the RTC. * * Input Parameters: * None -- cgit v1.2.3