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 4ae25c865b9e9b3ad03aec6e588f1bbcdbb0f620 (commit)
via d3890f9b326600278c286093efd680e81be33b46 (commit)
via 7c32f6333224eff28c2f5bb5725dcb47fd0084ab (commit)
via 905b5112b69b83acac1a6f896d363da4d2e7c648 (commit)
via 37e71e3e5c526baf0bf001a6cac9141072e9a911 (commit)
via 0fed8c6cc515b4c0d2167e5c7dc4bc79685eb967 (commit)
from e68f248d1191af47f0b32ea94a15c03b9425f7b7 (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 4ae25c865b9e9b3ad03aec6e588f1bbcdbb0f620
Author: Thomas Otto <to...@vi...>
Date: Tue Apr 13 22:42:26 2010 +0200
Corrected comment only.
commit d3890f9b326600278c286093efd680e81be33b46
Author: Thomas Otto <to...@vi...>
Date: Tue Apr 13 22:38:24 2010 +0200
Added systick example to Makefile.
commit 7c32f6333224eff28c2f5bb5725dcb47fd0084ab
Author: Thomas Otto <to...@vi...>
Date: Tue Apr 13 22:33:52 2010 +0200
Added little systick example.
commit 905b5112b69b83acac1a6f896d363da4d2e7c648
Author: Thomas Otto <to...@vi...>
Date: Tue Apr 13 22:26:07 2010 +0200
Some improvements to systick.h+c.
commit 37e71e3e5c526baf0bf001a6cac9141072e9a911
Author: Thomas Otto <to...@vi...>
Date: Mon Apr 12 21:22:02 2010 +0200
Added spi_send() to the spi.h.
commit 0fed8c6cc515b4c0d2167e5c7dc4bc79685eb967
Author: Thomas Otto <to...@vi...>
Date: Mon Apr 12 21:12:52 2010 +0200
Added spi_send() equivalent to usart_send().
-----------------------------------------------------------------------
Summary of changes:
examples/other/Makefile | 10 +++-
.../{adc_temperature_sensor => systick}/Makefile | 2 +-
examples/other/{timer_interrupt => systick}/README | 4 +-
.../{timer_interrupt/timer.c => systick/systick.c} | 51 ++++++++------------
.../adc.ld => systick/systick.ld} | 0
examples/other/timer_interrupt/timer.c | 2 +-
include/libopenstm32/spi.h | 1 +
include/libopenstm32/systick.h | 20 ++++++--
lib/spi.c | 11 ++++
lib/systick.c | 44 +++++++++++++++++
10 files changed, 104 insertions(+), 41 deletions(-)
copy examples/other/{adc_temperature_sensor => systick}/Makefile (99%)
copy examples/other/{timer_interrupt => systick}/README (90%)
copy examples/other/{timer_interrupt/timer.c => systick/systick.c} (78%)
copy examples/other/{adc_temperature_sensor/adc.ld => systick/systick.ld} (100%)
hooks/post-receive
--
libopenstm32
|