[libopenstm32-commits] libopenstm32 branch, master, updated. 3b6809413bb14ce6a612fd05a8203c262db748
Status: Inactive
Brought to you by:
uh1763
From: Uwe H. <uh...@us...> - 2009-07-18 01:01:28
|
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 3b6809413bb14ce6a612fd05a8203c262db748ca (commit) via d7ec6a2983bb0075794c0ce88b08d6fae438b2f8 (commit) via 015b046c1ef74739649f4df0ecc98f3795a9416a (commit) via cf7d4df189344f7e0721e64db5ae3031e891dbfb (commit) from f3d7eda380ff3fdd665d80cdb41a7700ff79c5b1 (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 3b6809413bb14ce6a612fd05a8203c262db748ca Author: Uwe Hermann <uw...@he...> Date: Sat Jul 18 02:51:22 2009 +0200 Remove one layer of indirection by killing unneeded #defines. commit d7ec6a2983bb0075794c0ce88b08d6fae438b2f8 Author: Uwe Hermann <uw...@he...> Date: Sat Jul 18 02:25:38 2009 +0200 Make 'flash' target a bit more generic and drop absolute paths. commit 015b046c1ef74739649f4df0ecc98f3795a9416a Author: Uwe Hermann <uw...@he...> Date: Sat Jul 18 01:39:30 2009 +0200 Merge stdint.h contents into common.h so we don't conflict with libc. commit cf7d4df189344f7e0721e64db5ae3031e891dbfb Author: Uwe Hermann <uw...@he...> Date: Sat Jul 18 01:31:08 2009 +0200 Make OpenOCD location easily configurable by using a variable. ----------------------------------------------------------------------- Summary of changes: example/Makefile | 13 +++++++------ include/libopenstm32.h | 1 - include/libopenstm32/common.h | 8 ++++++++ include/libopenstm32/gpio.h | 23 +++++++---------------- include/libopenstm32/stdint.h | 32 -------------------------------- 5 files changed, 22 insertions(+), 55 deletions(-) delete mode 100644 include/libopenstm32/stdint.h hooks/post-receive -- libopenstm32 |