[libopenstm32-commits] libopenstm32 branch, master, updated. 9385e693442f4cb79637c14198f279a5187c14
Status: Inactive
Brought to you by:
uh1763
From: Uwe H. <uh...@us...> - 2009-07-17 20:47:07
|
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 9385e693442f4cb79637c14198f279a5187c14af (commit) via f3ac624f2279ce39bb963eb1e626a165d8d7979e (commit) from e79dc2d65eef9a100bea5b199260e637731493b0 (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 9385e693442f4cb79637c14198f279a5187c14af Author: Uwe Hermann <uw...@he...> Date: Fri Jul 17 19:19:08 2009 +0200 Fix incorrect location of the board files of recent OpenOCD versions. commit f3ac624f2279ce39bb963eb1e626a165d8d7979e Author: Uwe Hermann <uw...@he...> Date: Fri Jul 17 19:01:45 2009 +0200 Add common.h, currently containing MMIO accessor functions. ----------------------------------------------------------------------- Summary of changes: example/README | 2 +- include/libopenstm32.h | 1 + lib/gpio.c => include/libopenstm32/common.h | 21 ++++++++------------- 3 files changed, 10 insertions(+), 14 deletions(-) copy lib/gpio.c => include/libopenstm32/common.h (76%) hooks/post-receive -- libopenstm32 |