[libopenstm32-commits] libopenstm32 branch, master, updated. dd0548ee2b2577089ec86c2eed64e1a022a84e
Status: Inactive
Brought to you by:
uh1763
From: Uwe H. <uh...@us...> - 2010-03-05 22:53:47
|
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 dd0548ee2b2577089ec86c2eed64e1a022a84e7f (commit) via b3618ffa3dfc555c67393cf2240ffdef4ed81dfc (commit) via bc9a9ebec1b21b10d7a7014cdb8e125269b86904 (commit) via d8eb8ce746e36e385c02b419594a25d3047695ec (commit) via 8faf33275a3e0da78aa52164b39192ae2a06b360 (commit) via 20ff2d9a7bfc6c42b66d875d27102c1390766c99 (commit) via 87df73edf2e00fd5111f7802b6c98b8e51714af1 (commit) from 2c8ae015d01095fce4bd164951eaf35bb234022b (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 dd0548ee2b2577089ec86c2eed64e1a022a84e7f Author: Uwe Hermann <uw...@he...> Date: Fri Mar 5 23:52:22 2010 +0100 Add some development guidelines and notes. commit b3618ffa3dfc555c67393cf2240ffdef4ed81dfc Author: Uwe Hermann <uw...@he...> Date: Fri Mar 5 23:39:06 2010 +0100 Factor out coding guidelines to HACKING. commit bc9a9ebec1b21b10d7a7014cdb8e125269b86904 Author: Uwe Hermann <uw...@he...> Date: Fri Mar 5 23:38:11 2010 +0100 Small README fixes. commit d8eb8ce746e36e385c02b419594a25d3047695ec Author: Uwe Hermann <uw...@he...> Date: Fri Mar 5 23:30:26 2010 +0100 Consistently use the hex file for flashing. commit 8faf33275a3e0da78aa52164b39192ae2a06b360 Author: Uwe Hermann <uw...@he...> Date: Fri Mar 5 23:24:09 2010 +0100 Makefile output cosmetic improvements. commit 20ff2d9a7bfc6c42b66d875d27102c1390766c99 Author: Uwe Hermann <uw...@he...> Date: Fri Mar 5 23:16:56 2010 +0100 Drop unused comments. commit 87df73edf2e00fd5111f7802b6c98b8e51714af1 Author: Uwe Hermann <uw...@he...> Date: Fri Mar 5 23:13:47 2010 +0100 Print "Entering directory" only upon "make V=1". ----------------------------------------------------------------------- Summary of changes: HACKING | 42 +++++++++++++++++++++++++++++++ Makefile | 5 +-- README | 15 ++++++----- examples/Makefile | 5 +-- examples/mb525/Makefile | 27 ++++--------------- examples/mb525/fancyblink/Makefile | 2 +- examples/mb525/pwmleds/Makefile | 2 +- examples/mb525/pwmleds/README | 2 +- examples/other/Makefile | 9 +++--- examples/stm32-h103/Makefile | 21 +++++++-------- examples/stm32-h103/fancyblink/Makefile | 2 +- examples/stm32-h103/miniblink/Makefile | 2 +- examples/stm32-h103/usart/Makefile | 2 +- 13 files changed, 80 insertions(+), 56 deletions(-) create mode 100644 HACKING hooks/post-receive -- libopenstm32 |