[libopenstm32-commits] libopenstm32 branch, master, updated. 4fdb7f08fd8fe1a3b037d02f87b02ab3e1cc2b
Status: Inactive
Brought to you by:
uh1763
From: Uwe H. <uh...@us...> - 2010-01-15 00:07:54
|
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 4fdb7f08fd8fe1a3b037d02f87b02ab3e1cc2b2a (commit) from 1b73ccdd7a2691c01fbcdaddd4b7df8ca79f2e82 (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 4fdb7f08fd8fe1a3b037d02f87b02ab3e1cc2b2a Author: Uwe Hermann <uw...@he...> Date: Fri Jan 15 01:05:22 2010 +0100 Add initial flash memory register support. Thanks Thomas Otto <to...@vi...> for the patch! ----------------------------------------------------------------------- Summary of changes: include/libopenstm32.h | 1 + include/libopenstm32/flash.h | 83 ++++++++++++++++++++++++ examples/miniblink/miniblink.ld => lib/flash.c | 35 ++++++++-- 3 files changed, 111 insertions(+), 8 deletions(-) create mode 100644 include/libopenstm32/flash.h copy examples/miniblink/miniblink.ld => lib/flash.c (60%) hooks/post-receive -- libopenstm32 |