[libopenstm32-commits] libopenstm32 branch, master, updated. ca53311bfc3182212d53386c5f49f0bc573502
Status: Inactive
Brought to you by:
uh1763
|
From: Uwe H. <uh...@us...> - 2011-01-03 00:14:31
|
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 ca53311bfc3182212d53386c5f49f0bc57350266 (commit)
via 05f66cde4cc2d9e57e495f6d8b51619f08191c68 (commit)
from 1ca65c4058482487ec777162b3f717bbc9f58f3d (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 ca53311bfc3182212d53386c5f49f0bc57350266
Author: Uwe Hermann <uw...@he...>
Date: Mon Jan 3 01:12:07 2011 +0100
Use __asm__("nop") in the loop-based delays.
Since we recently switched from -O0 to -Os, an increase in the loop count
as well as the addition of __asm__("nop") is required (so that the loop
doesn't get optimized/removed).
The real fix is to add a proper timer-based delay function, of course.
Also, fix a bunch of cosmetic issues and typos.
commit 05f66cde4cc2d9e57e495f6d8b51619f08191c68
Author: Piotr Esden-Tempski <pi...@es...>
Date: Sun Jan 2 16:49:31 2011 +0100
Ported pwmleds (pwm timer output test) to obldc.
-----------------------------------------------------------------------
Summary of changes:
examples/lpc13xx/lpc-p1343/miniblink/miniblink.c | 6 ++-
examples/stm32/mb525/fancyblink/fancyblink.c | 19 +++++---
examples/stm32/obldc/led/led.c | 12 +++--
examples/stm32/{mb525 => obldc}/pwmleds/Makefile | 0
examples/stm32/{mb525 => obldc}/pwmleds/pwmleds.c | 49 ++++++++++---------
examples/stm32/{mb525 => obldc}/pwmleds/pwmleds.ld | 0
examples/stm32/obldc/usart/usart.c | 13 ++---
examples/stm32/obldc/usart_irq/usart_irq.c | 20 ++------
examples/stm32/other/adc_temperature_sensor/adc.c | 40 ++++++++++------
examples/stm32/stm32-h103/fancyblink/fancyblink.c | 3 +-
examples/stm32/stm32-h103/miniblink/miniblink.c | 17 ++++--
examples/stm32/stm32-h103/usart/usart.c | 5 +-
examples/stm32/stm32-h103/usb_cdcacm/cdcacm.c | 5 ++-
13 files changed, 106 insertions(+), 83 deletions(-)
copy examples/stm32/{mb525 => obldc}/pwmleds/Makefile (100%)
copy examples/stm32/{mb525 => obldc}/pwmleds/pwmleds.c (94%)
copy examples/stm32/{mb525 => obldc}/pwmleds/pwmleds.ld (100%)
hooks/post-receive
--
libopenstm32
|