[libopenstm32-commits] libopenstm32 branch, master, updated. 59293a9640cc1daf8ba7a04aece0de8c394521
Status: Inactive
Brought to you by:
uh1763
From: Uwe H. <uh...@us...> - 2011-01-30 01:08:44
|
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 59293a9640cc1daf8ba7a04aece0de8c394521e8 (commit) via a1bd228c87d1b73f6cfecf000eec0a8765a11b01 (commit) via 5975750e5e22ffb047303a1e1e7700012e09e18c (commit) via d608049563aa5cf71b100ceb77eb432aa0d4e35f (commit) from ab88871ef6c42ff6268412b66669b77a892cc409 (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 59293a9640cc1daf8ba7a04aece0de8c394521e8 Author: Piotr Esden-Tempski <pi...@es...> Date: Fri Jan 28 16:04:36 2011 -0800 Added break and dead time convenience functions. Adapted 6step example to reflect that. commit a1bd228c87d1b73f6cfecf000eec0a8765a11b01 Author: Piotr Esden-Tempski <pi...@es...> Date: Fri Jan 28 15:11:52 2011 -0800 Replaced OC mode selection with an enum, makes it simpler to use. commit 5975750e5e22ffb047303a1e1e7700012e09e18c Author: Piotr Esden-Tempski <pi...@es...> Date: Thu Jan 27 21:30:07 2011 -0800 Added output compare channel convenience functions and adapted the pwm_6step example accordingly. commit d608049563aa5cf71b100ceb77eb432aa0d4e35f Author: Piotr Esden-Tempski <pi...@es...> Date: Thu Jan 27 17:03:13 2011 -0800 Started a pwm 6step output example. Enabled timer convenience functions and some minor fixes that showed themselves while writing the bare bone example. ----------------------------------------------------------------------- Summary of changes: examples/stm32/mb525/pwmleds/pwmleds.c | 102 ++-- .../usb_dfu => stm32-h103/pwm_6step}/Makefile | 2 +- examples/stm32/stm32-h103/pwm_6step/pwm_6step.c | 209 ++++++ .../pwm_6step/pwm_6step.ld} | 0 include/libopencm3/stm32/timer.h | 107 +++- lib/stm32/Makefile | 3 +- lib/stm32/timer.c | 679 +++++++++++++++++++- 7 files changed, 1048 insertions(+), 54 deletions(-) copy examples/stm32/{lisa-m/usb_dfu => stm32-h103/pwm_6step}/Makefile (97%) create mode 100644 examples/stm32/stm32-h103/pwm_6step/pwm_6step.c copy examples/stm32/{mb525/fancyblink/fancyblink.ld => stm32-h103/pwm_6step/pwm_6step.ld} (100%) hooks/post-receive -- libopenstm32 |