[libopenstm32-commits] libopenstm32 branch, master, updated. 88f35a4a7e0132fead2e932b659148abd391e8
Status: Inactive
Brought to you by:
uh1763
From: Uwe H. <uh...@us...> - 2009-09-04 13:49:00
|
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 88f35a4a7e0132fead2e932b659148abd391e84e (commit) via 25a003b07693581cb443630b6f1c91a5041ee21b (commit) from cf69b51ee7ba9effc928af8550fc311536a394f4 (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 88f35a4a7e0132fead2e932b659148abd391e84e Author: Uwe Hermann <uw...@he...> Date: Fri Sep 4 15:47:38 2009 +0200 ADC #defines, contributed by Edward Cheeseman <ed...@la...>. commit 25a003b07693581cb443630b6f1c91a5041ee21b Author: Uwe Hermann <uw...@he...> Date: Mon Aug 31 14:47:07 2009 +0200 Add rcc_peripheral_{reset,clear_reset} functions. Also, rename two other functions for consistency. ----------------------------------------------------------------------- Summary of changes: examples/fancyblink/fancyblink.c | 2 +- examples/miniblink/miniblink.c | 2 +- examples/usart/usart.c | 6 +- include/libopenstm32.h | 1 + include/libopenstm32/adc.h | 297 ++++++++++++++++++++++++++++ include/libopenstm32/rcc.h | 6 +- lib/Makefile | 2 +- include/libopenstm32/common.h => lib/adc.c | 42 +++-- lib/rcc.c | 18 ++- 9 files changed, 348 insertions(+), 28 deletions(-) create mode 100644 include/libopenstm32/adc.h copy include/libopenstm32/common.h => lib/adc.c (54%) hooks/post-receive -- libopenstm32 |