[libopenstm32-commits] libopenstm32 branch, master, updated. 729a48c6557ec4ef4b0ec87f2de47010f8066e
Status: Inactive
Brought to you by:
uh1763
From: Uwe H. <uh...@us...> - 2011-02-03 01:18:05
|
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 729a48c6557ec4ef4b0ec87f2de47010f8066ee8 (commit) via c7587f11ec52157fffd8dbdc6b0d800e349f8bc1 (commit) via d40fb96fcf6b7415c445df036641ebd1fa00e55c (commit) via 92edc113f9825f333ea66e41e8fcdbeb45da9cd6 (commit) via e85c55a9a70f8f357aceba4cbacd7762ca773d7b (commit) via dd0018ffdf89210f04d5fb3ca153c9cbab7c3144 (commit) from a0091f18c71a19d68cf1c0de4ceb3d9e90c23c39 (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 729a48c6557ec4ef4b0ec87f2de47010f8066ee8 Author: Uwe Hermann <uw...@he...> Date: Thu Feb 3 02:17:15 2011 +0100 Cosmetics, whitespace, reduced indentation level. commit c7587f11ec52157fffd8dbdc6b0d800e349f8bc1 Author: Piotr Esden-Tempski <pi...@es...> Date: Tue Feb 1 22:43:18 2011 -0800 Added get flag and get counter functions to timer. Allow proper interrupt handling and recording timer counter values. commit d40fb96fcf6b7415c445df036641ebd1fa00e55c Author: Piotr Esden-Tempski <pi...@es...> Date: Mon Jan 31 22:08:37 2011 -0800 Added set prescaler and set repetition counter functions to timer. commit 92edc113f9825f333ea66e41e8fcdbeb45da9cd6 Author: Piotr Esden-Tempski <pi...@es...> Date: Mon Jan 31 16:30:12 2011 -0800 Added timer reset function. commit e85c55a9a70f8f357aceba4cbacd7762ca773d7b Author: Piotr Esden-Tempski <pi...@es...> Date: Mon Jan 31 16:15:09 2011 -0800 Added timer flag reset function. commit dd0018ffdf89210f04d5fb3ca153c9cbab7c3144 Author: Piotr Esden-Tempski <pi...@es...> Date: Mon Jan 31 13:28:54 2011 -0800 Added interrupt and event generation handling functions to timer. Updated pwm 6step example to use those and commutate on button press using PWM ON scheme. ----------------------------------------------------------------------- Summary of changes: examples/stm32/stm32-h103/pwm_6step/pwm_6step.c | 236 ++++++++++++- include/libopencm3/stm32/timer.h | 9 + lib/stm32/timer.c | 427 ++++++++++++++--------- 3 files changed, 482 insertions(+), 190 deletions(-) hooks/post-receive -- libopenstm32 |