summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/stm32_rtc.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-10-02 17:53:17 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-10-02 17:53:17 +0000
commit5246751cb564522530b70b4f171dbd3d09a6eb4b (patch)
treee6cdacc9234e2f1d88f5dc4313065908d200edf5 /nuttx/arch/arm/src/stm32/stm32_rtc.c
parentf83bf7d4334e20205fc87a6a98814bd6e44137c4 (diff)
downloadpx4-nuttx-5246751cb564522530b70b4f171dbd3d09a6eb4b.tar.gz
px4-nuttx-5246751cb564522530b70b4f171dbd3d09a6eb4b.tar.bz2
px4-nuttx-5246751cb564522530b70b4f171dbd3d09a6eb4b.zip
Add FAT date/time stamp
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4008 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/arm/src/stm32/stm32_rtc.c')
-rw-r--r--nuttx/arch/arm/src/stm32/stm32_rtc.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/nuttx/arch/arm/src/stm32/stm32_rtc.c b/nuttx/arch/arm/src/stm32/stm32_rtc.c
index ba1a9fd67..c9811171c 100644
--- a/nuttx/arch/arm/src/stm32/stm32_rtc.c
+++ b/nuttx/arch/arm/src/stm32/stm32_rtc.c
@@ -4,6 +4,11 @@
* Copyright (C) 2011 Uros Platise. All rights reserved.
* Author: Uros Platise <uros.platise@isotel.eu>
*
+ * With extensions, modifications by:
+ *
+ * Copyright (C) 2011 Gregory Nutt. All rights reserved.
+ * Author: Gregroy Nutt <gnutt@nuttx.org>
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
@@ -337,7 +342,7 @@ static int stm32_rtc_interrupt(int irq, void *context)
int up_rtcinitialize(void)
{
/* Set access to the peripheral, enable the backup domain (BKP) and the lower power
- * extern 32,768Hz LSE oscillator.
+ * extern 32,768Hz (Low-Speed External, LSE) oscillator.
*/
stm32_pwr_enablebkp();