[libopenstm32-commits] libopenstm32 branch, master, updated. 2c404f962ae96e389b3d49cf5393edd0619c4f
Status: Inactive
Brought to you by:
uh1763
From: Uwe H. <uh...@us...> - 2010-02-23 22:20:52
|
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 2c404f962ae96e389b3d49cf5393edd0619c4fc0 (commit) via da2b9d94fbc9aa6773d77bd5bbcdeb5e38d20407 (commit) via c713c02e9d0321e09cc4e262d36d1308a530d79b (commit) via 002ec200ad6df0d4f5eccbf5b2da74dc1e9aae84 (commit) via 18097d9ed0ede7f87a55c6373945f6941b007e5c (commit) via efb510f526c9f6c103d378d9e781c3fca6060c95 (commit) from 94ccc164db7fb59f82086d964886bbc74683eedf (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 2c404f962ae96e389b3d49cf5393edd0619c4fc0 Author: Piotr Esden-Tempski <pi...@es...> Date: Mon Feb 22 15:56:49 2010 +0100 Added KITT mode. commit da2b9d94fbc9aa6773d77bd5bbcdeb5e38d20407 Author: Piotr Esden-Tempski <pi...@es...> Date: Mon Feb 22 15:06:28 2010 +0100 Added gamma 2.5 corrected 3.0 table added fade mode. The fade mode is using one gamma correction table and fades with a time offset to create a nice moving fade. commit c713c02e9d0321e09cc4e262d36d1308a530d79b Author: Piotr Esden-Tempski <pi...@es...> Date: Mon Feb 22 13:59:51 2010 +0100 Scaled gamma 1.3 table to cover whole power range. Now the example shows the difference between different gamma approaches. commit 002ec200ad6df0d4f5eccbf5b2da74dc1e9aae84 Author: Piotr Esden-Tempski <pi...@es...> Date: Mon Feb 22 12:59:15 2010 +0100 Added proper gamma correction tables. commit 18097d9ed0ede7f87a55c6373945f6941b007e5c Author: Piotr Esden-Tempski <pi...@es...> Date: Mon Feb 22 10:03:56 2010 +0100 Added pwmleds example for mb252 board. It creates a fading pattern on the 4 leds on the eval board, using TIM3 PWM output, and a gamma correction lookup table. commit efb510f526c9f6c103d378d9e781c3fca6060c95 Author: Piotr Esden-Tempski <pi...@es...> Date: Mon Feb 22 10:01:55 2010 +0100 Modified include model of some files. This model allows using libopenstm32 in parallel with other stm32 firmware libraries. It is not yet complete change to all code but a start. Only changed parts that I tested. ----------------------------------------------------------------------- Summary of changes: examples/mb525/{fancyblink => pwmleds}/Makefile | 2 +- examples/mb525/{fancyblink => pwmleds}/README | 4 +- examples/mb525/pwmleds/pwmleds.c | 439 ++++++++++++++++++++ .../fancyblink.ld => pwmleds/pwmleds.ld} | 0 include/libopenstm32/common.h | 1 - include/libopenstm32/gpio.h | 3 +- include/libopenstm32/rcc.h | 3 +- include/libopenstm32/timer.h | 3 +- 8 files changed, 448 insertions(+), 7 deletions(-) copy examples/mb525/{fancyblink => pwmleds}/Makefile (99%) copy examples/mb525/{fancyblink => pwmleds}/README (91%) create mode 100644 examples/mb525/pwmleds/pwmleds.c copy examples/mb525/{fancyblink/fancyblink.ld => pwmleds/pwmleds.ld} (100%) hooks/post-receive -- libopenstm32 |