[libopenstm32-commits] libopenstm32 branch, master, updated. 574f77f6df922ccbe366598e9b9da838520440
Status: Inactive
Brought to you by:
uh1763
From: Uwe H. <uh...@us...> - 2009-07-22 01:32:11
|
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 574f77f6df922ccbe366598e9b9da83852044042 (commit) via fd1e0290cd90cb5e07820ba5f2a3cdc787a0c8b5 (commit) via 9fd3064cb298124517f2ed1517365175e2c0e6be (commit) via 0f0ef60378c3e25a4db0628bb3686e63c10c120c (commit) via 920ea7dbdb038dd119db7873ca2ad2a9758108a5 (commit) via 14d342e50ce9d15165a27d870213801e532fd9da (commit) via a5a964814480f6251c80632929cd13c29c0462c2 (commit) via 97440d840677bfaa1c040921257d849f625fbcbf (commit) via 5df3d0a23dbaf09d5b2b7534110a768e8f2bb81a (commit) via 6ec84bf10e524d3ba7f638a35f417a3594e648a0 (commit) via 839748ad3d4a9f2ab67c1fdd9c70acd9c02c9bfc (commit) via 6f0070991c4af99215a39ef26bd0c099184474d4 (commit) from 446de3872813e808ee3cbc5c94f5692e70f566a9 (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 574f77f6df922ccbe366598e9b9da83852044042 Author: Uwe Hermann <uw...@he...> Date: Wed Jul 22 03:28:58 2009 +0200 Add -Wstrict-prototypes to CFLAGS for more strict checking. commit fd1e0290cd90cb5e07820ba5f2a3cdc787a0c8b5 Author: Uwe Hermann <uw...@he...> Date: Wed Jul 22 03:27:01 2009 +0200 Implement clock_setup() in fancyblink, STM32 should now run at 72 MHz. commit 9fd3064cb298124517f2ed1517365175e2c0e6be Author: Uwe Hermann <uw...@he...> Date: Wed Jul 22 03:25:14 2009 +0200 Add more RCC related API functions and their prototypes. This includes: - rcc_set_sysclk_source() - rcc_set_pll_multiplication_factor() - rcc_set_pll_source() - rcc_set_pllxtpre() commit 0f0ef60378c3e25a4db0628bb3686e63c10c120c Author: Uwe Hermann <uw...@he...> Date: Wed Jul 22 03:08:00 2009 +0200 Add a 'fancyblink' example, currently mostly a copy of miniblink. commit 920ea7dbdb038dd119db7873ca2ad2a9758108a5 Author: Uwe Hermann <uw...@he...> Date: Wed Jul 22 03:05:27 2009 +0200 Fix typo, s/example/examples/ after an earlier rename. commit 14d342e50ce9d15165a27d870213801e532fd9da Author: Uwe Hermann <uw...@he...> Date: Wed Jul 22 02:57:28 2009 +0200 Show example of rcc_enable_peripheral_clock() in miniblink.c. commit a5a964814480f6251c80632929cd13c29c0462c2 Author: Uwe Hermann <uw...@he...> Date: Wed Jul 22 02:56:04 2009 +0200 Add rcc_enable_peripheral_clock() et al, and respective prototypes. commit 97440d840677bfaa1c040921257d849f625fbcbf Author: Uwe Hermann <uw...@he...> Date: Wed Jul 22 02:38:31 2009 +0200 Turn rcc_osc_ready() into rcc_wait_for_osc_ready(), more useful. commit 5df3d0a23dbaf09d5b2b7534110a768e8f2bb81a Author: Uwe Hermann <uw...@he...> Date: Wed Jul 22 01:16:34 2009 +0200 Add RCC_AHBRSTR and RCC_CFGR2 bit definitions. commit 6ec84bf10e524d3ba7f638a35f417a3594e648a0 Author: Uwe Hermann <uw...@he...> Date: Wed Jul 22 00:58:54 2009 +0200 Reorder RCC bits, add missing bits for STM32 connectivity line. commit 839748ad3d4a9f2ab67c1fdd9c70acd9c02c9bfc Author: Uwe Hermann <uw...@he...> Date: Tue Jul 21 20:36:44 2009 +0200 Add RCC_APB1RSTR bit definitions. commit 6f0070991c4af99215a39ef26bd0c099184474d4 Author: Uwe Hermann <uw...@he...> Date: Tue Jul 21 20:25:00 2009 +0200 Add RCC_APB2RSTR bit definitions. ----------------------------------------------------------------------- Summary of changes: Makefile | 2 +- examples/Makefile | 10 +- examples/{miniblink => fancyblink}/Makefile | 2 +- examples/{miniblink => fancyblink}/README | 2 +- .../miniblink.c => fancyblink/fancyblink.c} | 43 ++- .../miniblink.ld => fancyblink/fancyblink.ld} | 0 examples/miniblink/miniblink.c | 5 +- include/libopenstm32/rcc.h | 456 +++++++++++++------- lib/Makefile | 2 +- lib/rcc.c | 61 +++- 10 files changed, 393 insertions(+), 190 deletions(-) copy examples/{miniblink => fancyblink}/Makefile (99%) copy examples/{miniblink => fancyblink}/README (95%) copy examples/{miniblink/miniblink.c => fancyblink/fancyblink.c} (64%) copy examples/{miniblink/miniblink.ld => fancyblink/fancyblink.ld} (100%) hooks/post-receive -- libopenstm32 |