aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32/f1/stm32vl-discovery/rtc/rtc.c
AgeCommit message (Collapse)Author
2013-02-26Fixed all warnings for examples.Piotr Esden-Tempski
2013-01-23Add examples making use of the RTCKarl Palsson
Add an example using the RTC to help with a lower power design. This is a sister example to the existing "button-irq-printf", which is functionally identical, but uses far less power. There's more tricks that can be done to lower the power even further, but this shows a few of the early steps that can be done, using the RTC wakeup instead of a timer.
2012-10-18modified examples to use libopencm3/cm3/nvic.h instead of /stm32/chrysn
2012-03-02License change of the library to LGPL, version 3 or later.Piotr Esden-Tempski
Agreed to by all the significant contributors to the library.
2011-11-13examples: Even more coding-style fixes.Uwe Hermann
2011-11-02Rename STM32 discovery folders to be more specificStephen Caudle