[libopenstm32-commits] libopenstm32 branch, master, updated. 6ba179b36100d5db22106579ff0d5f5343ea28
Status: Inactive
Brought to you by:
uh1763
From: Uwe H. <uh...@us...> - 2010-06-29 21:03:15
|
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 6ba179b36100d5db22106579ff0d5f5343ea2870 (commit) via 47b31246ca0eff8da5495b156d7e4ce1bbd020db (commit) via 388f940475b6c66c0622f3ab1a9a48e5fed96775 (commit) via 898c118e1e4b3b9237e85db305bb66b45c935d54 (commit) via 3dfeb30b41a1a18af1decdb938799a394129f1cc (commit) via d08ee7e33315e21d7b1d6ade1cabbcdf4616108c (commit) via b2bca1f1a413b3e6b7527445f89d3a802e4bab76 (commit) via 141a291e8d4f0f59a094393b082496870be8ba42 (commit) via dd5553f122eb388186f3822c113e652119951bc4 (commit) from 93fe67908a80ca532c7d895028cc89842a1a05e4 (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 6ba179b36100d5db22106579ff0d5f5343ea2870 Author: Uwe Hermann <uw...@he...> Date: Tue Jun 29 23:01:44 2010 +0200 Various cosmetic and coding style fixes. commit 47b31246ca0eff8da5495b156d7e4ce1bbd020db Author: Uwe Hermann <uw...@he...> Date: Tue Jun 29 22:29:57 2010 +0200 rcc: Cosmetics and coding style fixes. commit 388f940475b6c66c0622f3ab1a9a48e5fed96775 Author: Thomas Otto <to...@vi...> Date: Wed May 12 18:10:38 2010 +0200 Initial EXTI support. Thanks to Mark Butler <mb...@ph...>. commit 898c118e1e4b3b9237e85db305bb66b45c935d54 Author: Thomas Otto <to...@vi...> Date: Wed May 12 16:26:01 2010 +0200 Fix of rtc_set_counter_val(). supplied by Jim <lor...@y7...> commit 3dfeb30b41a1a18af1decdb938799a394129f1cc Author: Thomas Otto <to...@vi...> Date: Tue May 11 22:00:55 2010 +0200 Deleted double definition IWDG_PR_DIV256. commit d08ee7e33315e21d7b1d6ade1cabbcdf4616108c Author: Thomas Otto <to...@vi...> Date: Tue May 11 14:50:55 2010 +0200 Changed examples to new rcc definitions. commit b2bca1f1a413b3e6b7527445f89d3a802e4bab76 Author: Thomas Otto <to...@vi...> Date: Tue May 11 14:36:56 2010 +0200 Changed rtc.c to use the changed defines. commit 141a291e8d4f0f59a094393b082496870be8ba42 Author: Thomas Otto <to...@vi...> Date: Tue May 11 14:26:46 2010 +0200 Changed rcc.c to use the new definitions. commit dd5553f122eb388186f3822c113e652119951bc4 Author: Thomas Otto <to...@vi...> Date: Tue May 11 13:46:10 2010 +0200 Changed rcc.h defs to rcc_registername_ prefix. ----------------------------------------------------------------------- Summary of changes: examples/mb525/fancyblink/fancyblink.c | 2 +- examples/mb525/pwmleds/pwmleds.c | 5 +- examples/other/adc_temperature_sensor/adc.c | 8 +- examples/other/dma_mem2mem/dma.c | 18 +- examples/other/dogm128/main.c | 4 +- .../other/i2c_stts75_sensor/i2c_stts75_sensor.c | 10 +- examples/other/rtc/rtc.c | 6 +- examples/other/systick/systick.c | 2 +- examples/other/timer_interrupt/timer.c | 4 +- examples/stm32-h103/fancyblink/fancyblink.c | 2 +- examples/stm32-h103/miniblink/miniblink.c | 2 +- examples/stm32-h103/usart/usart.c | 6 +- include/libopenstm32.h | 1 + include/libopenstm32/exti.h | 70 +++ include/libopenstm32/iwdg.h | 3 +- include/libopenstm32/rcc.h | 501 ++++++++++---------- lib/Makefile | 2 +- lib/exti.c | 140 ++++++ lib/rcc.c | 194 ++++---- lib/rtc.c | 26 +- 20 files changed, 616 insertions(+), 390 deletions(-) create mode 100644 include/libopenstm32/exti.h create mode 100644 lib/exti.c hooks/post-receive -- libopenstm32 |