[libopenstm32-commits] libopenstm32 branch, master, updated. e68f248d1191af47f0b32ea94a15c03b9425f7
Status: Inactive
Brought to you by:
uh1763
From: Uwe H. <uh...@us...> - 2010-04-03 22:18:44
|
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 e68f248d1191af47f0b32ea94a15c03b9425f7b7 (commit) via 56dd9bc887a3af5afd62cad09baa38671c37a4b3 (commit) via 47c51fc9cc26b4bbd581ea76737c338ea1477cc0 (commit) via e50b836ada3110bdcb940b75624fdad47edc3056 (commit) via 9dc0af94b064ad80b55433a1cdeb4ccf3db300ca (commit) via 97e27b2430a2ba2294c772408171c807520a070c (commit) via 9d2e074b3d634dfe103dd50c8624c089a2a4da88 (commit) from 9132e6b9f552da9bcd1bf9a04a83b21882e7c6d9 (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 e68f248d1191af47f0b32ea94a15c03b9425f7b7 Author: Thomas Otto <to...@vi...> Date: Fri Apr 2 22:23:11 2010 +0200 Fixed typo. commit 56dd9bc887a3af5afd62cad09baa38671c37a4b3 Author: Thomas Otto <to...@vi...> Date: Fri Apr 2 21:42:48 2010 +0200 Completed spi.h. commit 47c51fc9cc26b4bbd581ea76737c338ea1477cc0 Author: Thomas Otto <to...@vi...> Date: Tue Mar 30 22:29:02 2010 +0200 Some additions to spi.c+h. commit e50b836ada3110bdcb940b75624fdad47edc3056 Author: Thomas Otto <to...@vi...> Date: Sun Mar 28 16:11:45 2010 +0200 Added timer_interrupt example. commit 9dc0af94b064ad80b55433a1cdeb4ccf3db300ca Author: Thomas Otto <to...@vi...> Date: Sun Mar 28 15:52:49 2010 +0200 Added dma_mem2mem example. commit 97e27b2430a2ba2294c772408171c807520a070c Author: Thomas Otto <to...@vi...> Date: Sun Mar 28 15:51:10 2010 +0200 Make 72MHz the default in usart.c commit 9d2e074b3d634dfe103dd50c8624c089a2a4da88 Author: Thomas Otto <to...@vi...> Date: Sun Mar 28 15:19:32 2010 +0200 Cosmetic fixes. ----------------------------------------------------------------------- Summary of changes: examples/other/Makefile | 16 ++- .../Makefile | 2 +- .../{adc_temperature_sensor => dma_mem2mem}/README | 9 +- .../adc.c => dma_mem2mem/dma.c} | 122 ++++++------- .../adc.ld => dma_mem2mem/dma.ld} | 0 .../Makefile | 2 +- .../README | 10 +- .../adc.c => timer_interrupt/timer.c} | 117 +++--------- .../adc.ld => timer_interrupt/timer.ld} | 0 include/libopenstm32/dma.h | 1 + include/libopenstm32/nvic.h | 1 + include/libopenstm32/scb.h | 15 ++ include/libopenstm32/spi.h | 173 +++++++++++++++++- lib/adc.c | 18 +- lib/nvic.c | 14 +- lib/spi.c | 195 ++++++++++++++++++++ lib/usart.c | 2 +- 17 files changed, 506 insertions(+), 191 deletions(-) copy examples/other/{adc_temperature_sensor => dma_mem2mem}/Makefile (99%) copy examples/other/{adc_temperature_sensor => dma_mem2mem}/README (77%) copy examples/other/{adc_temperature_sensor/adc.c => dma_mem2mem/dma.c} (67%) copy examples/other/{adc_temperature_sensor/adc.ld => dma_mem2mem/dma.ld} (100%) copy examples/other/{adc_temperature_sensor => timer_interrupt}/Makefile (99%) copy examples/other/{adc_temperature_sensor => timer_interrupt}/README (75%) copy examples/other/{adc_temperature_sensor/adc.c => timer_interrupt/timer.c} (54%) copy examples/other/{adc_temperature_sensor/adc.ld => timer_interrupt/timer.ld} (100%) hooks/post-receive -- libopenstm32 |