[libopenstm32-commits] libopenstm32 branch, master, updated. 9b4b4b1c83aa01da140e48c963a2920ed0cfdc
Status: Inactive
Brought to you by:
uh1763
From: Uwe H. <uh...@us...> - 2010-03-02 10:00:22
|
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 9b4b4b1c83aa01da140e48c963a2920ed0cfdcc1 (commit) from 742c5951144a3446dc48067f8216b2882bbad363 (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 9b4b4b1c83aa01da140e48c963a2920ed0cfdcc1 Author: Uwe Hermann <uw...@he...> Date: Tue Mar 2 10:59:17 2010 +0100 Add SPI example framework (unfinished). ----------------------------------------------------------------------- Summary of changes: examples/stm32-h103/Makefile | 8 ++++++- examples/stm32-h103/{miniblink => spi}/Makefile | 6 ++-- examples/stm32-h103/{usart => spi}/README | 11 ++++----- .../{fancyblink/fancyblink.c => spi/spi.c} | 23 ++++++++----------- .../{miniblink/miniblink.ld => spi/spi.ld} | 2 +- 5 files changed, 26 insertions(+), 24 deletions(-) copy examples/stm32-h103/{miniblink => spi}/Makefile (95%) copy examples/stm32-h103/{usart => spi}/README (82%) copy examples/stm32-h103/{fancyblink/fancyblink.c => spi/spi.c} (74%) copy examples/stm32-h103/{miniblink/miniblink.ld => spi/spi.ld} (94%) hooks/post-receive -- libopenstm32 |