[libopenstm32-commits] libopenstm32 branch, master, updated. 1f9479e673430ecd346f5ab495105408170012
Status: Inactive
Brought to you by:
uh1763
From: Uwe H. <uh...@us...> - 2010-01-22 00:49:48
|
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 1f9479e673430ecd346f5ab49510540817001246 (commit) from 3e29876d98973f03ee19911b688076cd81463d70 (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 1f9479e673430ecd346f5ab49510540817001246 Author: Uwe Hermann <uw...@he...> Date: Fri Jan 22 01:48:02 2010 +0100 Add initial (unfinished, untested) RTC support. ----------------------------------------------------------------------- Summary of changes: include/libopenstm32.h | 1 + include/libopenstm32/rtc.h | 124 ++++++++++++++++++++++++++++++++++++++++++++ lib/Makefile | 2 +- lib/rtc.c | 77 +++++++++++++++++++++++++++ 4 files changed, 203 insertions(+), 1 deletions(-) create mode 100644 include/libopenstm32/rtc.h create mode 100644 lib/rtc.c hooks/post-receive -- libopenstm32 |