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 46e5ed202a16f29775f06430c0ce8b1878121ed9 (commit)
via f514162134115880a3d2626fc3d4cef3baf53874 (commit)
from f1a6e56f5c41e239736c25633c36abef84f71f78 (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 46e5ed202a16f29775f06430c0ce8b1878121ed9
Author: Uwe Hermann <uw...@he...>
Date: Fri Mar 5 22:35:29 2010 +0100
Add i2c_stts75_sensor example.
Thanks Thomas Otto <to...@vi...> for the patch!
commit f514162134115880a3d2626fc3d4cef3baf53874
Author: Uwe Hermann <uw...@he...>
Date: Fri Mar 5 20:59:07 2010 +0100
Add some more ADC support.
Also:
- Fix a few typos (e.g. s/ADC1_BSAE/ADC1_BASE/).
- adc.h: Use common SUBSYSTEMNAME_REGISTERNAME_FOO #define format.
-----------------------------------------------------------------------
Summary of changes:
examples/Makefile | 10 +-
examples/{ => other}/Makefile | 22 +-
.../usart => other/i2c_stts75_sensor}/Makefile | 10 +-
.../fancyblink => other/i2c_stts75_sensor}/README | 18 +-
.../other/i2c_stts75_sensor/i2c_stts75_sensor.c | 152 ++++++++++
.../i2c_stts75_sensor/i2c_stts75_sensor.ld} | 4 +-
examples/other/i2c_stts75_sensor/stts75.c | 186 ++++++++++++
.../other/i2c_stts75_sensor/stts75.h | 43 +--
include/libopenstm32/adc.h | 314 ++++++++++++--------
lib/adc.c | 110 +++++++-
10 files changed, 685 insertions(+), 184 deletions(-)
copy examples/{ => other}/Makefile (68%)
copy examples/{stm32-h103/usart => other/i2c_stts75_sensor}/Makefile (92%)
copy examples/{stm32-h103/fancyblink => other/i2c_stts75_sensor}/README (56%)
create mode 100644 examples/other/i2c_stts75_sensor/i2c_stts75_sensor.c
copy examples/{stm32-h103/fancyblink/fancyblink.ld => other/i2c_stts75_sensor/i2c_stts75_sensor.ld} (87%)
create mode 100644 examples/other/i2c_stts75_sensor/stts75.c
copy lib/flash.c => examples/other/i2c_stts75_sensor/stts75.h (59%)
hooks/post-receive
--
libopenstm32
|