[libopenstm32-commits] libopenstm32 branch, master, updated. 8d1c4649618573fb9d0300a0c074061cb1298b
Status: Inactive
Brought to you by:
uh1763
From: Uwe H. <uh...@us...> - 2010-01-15 00:45:27
|
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 8d1c4649618573fb9d0300a0c074061cb1298bbe (commit) via 6c66a41f27c8c68e996e9e1b54195f381eff12b3 (commit) via 8d196a2a1fa90588c4da3eaa2758000bff0350ce (commit) via d7d851e579fc19c1ba4589939fd7915d039642e4 (commit) via d192a67d4d086d5fdb6f64ebc0dc7bd9da8e65ad (commit) from 4fdb7f08fd8fe1a3b037d02f87b02ab3e1cc2b2a (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 8d1c4649618573fb9d0300a0c074061cb1298bbe Author: Uwe Hermann <uw...@he...> Date: Fri Jan 15 01:43:51 2010 +0100 Add flash.o to list of objects to build. commit 6c66a41f27c8c68e996e9e1b54195f381eff12b3 Author: Uwe Hermann <uw...@he...> Date: Fri Jan 15 01:43:44 2010 +0100 Use FLASH_MEM_INTERFACE_BASE (not FLASH_BASE). The latter does not exist in the repo. commit 8d196a2a1fa90588c4da3eaa2758000bff0350ce Author: Uwe Hermann <uw...@he...> Date: Fri Jan 15 01:41:09 2010 +0100 Mention reserved memory map areas in code comments. commit d7d851e579fc19c1ba4589939fd7915d039642e4 Author: Uwe Hermann <uw...@he...> Date: Fri Jan 15 01:21:40 2010 +0100 Prefix all flash related stuff with FLASH_. commit d192a67d4d086d5fdb6f64ebc0dc7bd9da8e65ad Author: Uwe Hermann <uw...@he...> Date: Fri Jan 15 01:13:06 2010 +0100 Add reference to flash programming datasheet. ----------------------------------------------------------------------- Summary of changes: include/libopenstm32/flash.h | 73 +++++++++++++++++++++----------------- include/libopenstm32/memorymap.h | 11 ++++++ lib/Makefile | 2 +- lib/flash.c | 8 ++-- 4 files changed, 56 insertions(+), 38 deletions(-) hooks/post-receive -- libopenstm32 |