[libopenstm32-commits] libopenstm32 branch, master, updated. 0a8135395a523ea1dd2409a9738a768e07ff9e
Status: Inactive
Brought to you by:
uh1763
From: Uwe H. <uh...@us...> - 2009-07-16 01:29:11
|
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 0a8135395a523ea1dd2409a9738a768e07ff9ec1 (commit) from 1b2f6456bf032d10be4420f35384a528eb766581 (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 0a8135395a523ea1dd2409a9738a768e07ff9ec1 Author: Uwe Hermann <uw...@he...> Date: Thu Jul 16 03:27:05 2009 +0200 Add dummy gpio.c implementation and final Makefile. The whole lib should now build and install fine. It's not yet tested on hardware, though. ----------------------------------------------------------------------- Summary of changes: include/libopenstm32.h | 1 + Makefile => lib/Makefile | 26 +++++++++++--------------- include/libopenstm32.h => lib/gpio.c | 18 ++++++++++++++---- 3 files changed, 26 insertions(+), 19 deletions(-) copy Makefile => lib/Makefile (67%) copy include/libopenstm32.h => lib/gpio.c (84%) hooks/post-receive -- libopenstm32 |