This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "libopenstm32".
The branch, master has been updated
via 93fe67908a80ca532c7d895028cc89842a1a05e4 (commit)
via 8195b1a718ba21e0582c12e914802ed88c3c0b8e (commit)
from fbb05e1536f4df842781327002eb74aec62a7ba1 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 93fe67908a80ca532c7d895028cc89842a1a05e4
Author: Uwe Hermann <uw...@he...>
Date: Mon May 10 00:40:42 2010 +0200
Add more RTC functions and an RTC example.
Thanks Lord James <lor...@y7...> for the patch!
commit 8195b1a718ba21e0582c12e914802ed88c3c0b8e
Author: Thomas Otto <to...@vi...>
Date: Thu May 6 00:54:21 2010 +0200
Renamed power.h -> pwr.h.
-----------------------------------------------------------------------
Summary of changes:
examples/other/Makefile | 10 +-
examples/{stm32-h103/usart => other/rtc}/Makefile | 2 +-
examples/other/{dogm128 => rtc}/README | 9 +-
examples/other/rtc/rtc.c | 116 +++++++++++
.../fancyblink/fancyblink.ld => other/rtc/rtc.ld} | 0
include/libopenstm32.h | 2 +-
include/libopenstm32/{power.h => pwr.h} | 0
include/libopenstm32/rcc.h | 1 +
include/libopenstm32/rtc.h | 23 ++-
lib/rcc.c | 8 +
lib/rtc.c | 217 +++++++++++++++++++-
11 files changed, 373 insertions(+), 15 deletions(-)
copy examples/{stm32-h103/usart => other/rtc}/Makefile (99%)
copy examples/other/{dogm128 => rtc}/README (77%)
create mode 100644 examples/other/rtc/rtc.c
copy examples/{mb525/fancyblink/fancyblink.ld => other/rtc/rtc.ld} (100%)
rename include/libopenstm32/{power.h => pwr.h} (100%)
hooks/post-receive
--
libopenstm32
|