[libopenstm32-commits] libopenstm32 branch, master, updated. d7489ebfbd0798c804ed3d7073040cedaea38d
Status: Inactive
Brought to you by:
uh1763
|
From: Uwe H. <uh...@us...> - 2010-03-04 19:56:07
|
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 d7489ebfbd0798c804ed3d7073040cedaea38d26 (commit)
via d84c4030b2c90cb2c2fe0a50cfeb1e34cdf48560 (commit)
from 9b4b4b1c83aa01da140e48c963a2920ed0cfdcc1 (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 d7489ebfbd0798c804ed3d7073040cedaea38d26
Author: Piotr Esden-Tempski <pi...@es...>
Date: Thu Mar 4 20:37:04 2010 +0100
Added standard clock setup routines.
Thanks to Thomas Otto for pointing out problems with the clock code in
examples and his clock routine implementations. Based on that the most
common clock combination routines were added to the library and all
routines in examples setting up the clock replaced with calls to that
functions.
commit d84c4030b2c90cb2c2fe0a50cfeb1e34cdf48560
Author: Piotr Esden-Tempski <pi...@es...>
Date: Thu Mar 4 19:16:24 2010 +0100
Cleaned up header inclusion.
Now all examples are including only the modules they really need. Also
each header file of the library is including only the necessary headers
making it possible to use these modules in parallel with other
implementations that may collide with the definitions in other modules.
-----------------------------------------------------------------------
Summary of changes:
examples/mb525/fancyblink/fancyblink.c | 25 ++------
examples/mb525/pwmleds/pwmleds.c | 20 +-----
examples/stm32-h103/fancyblink/fancyblink.c | 24 ++-----
examples/stm32-h103/miniblink/miniblink.c | 3 +-
examples/stm32-h103/spi/spi.c | 20 +-----
examples/stm32-h103/usart/usart.c | 32 +++------
include/libopenstm32/adc.h | 3 +-
include/libopenstm32/flash.h | 3 +-
include/libopenstm32/i2c.h | 3 +-
include/libopenstm32/nvic.h | 3 +-
include/libopenstm32/rcc.h | 2 +
include/libopenstm32/rtc.h | 3 +-
include/libopenstm32/spi.h | 3 +-
include/libopenstm32/usart.h | 3 +-
lib/rcc.c | 98 +++++++++++++++++++++++++++
15 files changed, 138 insertions(+), 107 deletions(-)
hooks/post-receive
--
libopenstm32
|