[libopenstm32-commits] libopenstm32 branch, master, updated. 2c1fa8bd67aa6e1657eba919001a165bedcdbf
Status: Inactive
Brought to you by:
uh1763
From: Uwe H. <uh...@us...> - 2009-07-18 20:28:29
|
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 2c1fa8bd67aa6e1657eba919001a165bedcdbf9d (commit) via 3bef8767f966eaa960a3dfc5609a3952f4b00627 (commit) from 83f5c58eb996234ca98967db923133514e92ff7c (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 2c1fa8bd67aa6e1657eba919001a165bedcdbf9d Author: Uwe Hermann <uw...@he...> Date: Sat Jul 18 22:27:17 2009 +0200 Partial merge of RCC support work contributed by Federico Ruiz-Ugalde. For now, this adds a bunch of #defines, double-checked against the datasheet by me (added a few missing values for "connectivity line" STM32s). commit 3bef8767f966eaa960a3dfc5609a3952f4b00627 Author: Uwe Hermann <uw...@he...> Date: Sat Jul 18 17:41:31 2009 +0200 Add gpio_get() API function. ----------------------------------------------------------------------- Summary of changes: include/libopenstm32/gpio.h | 1 + include/libopenstm32/rcc.h | 106 +++++++++++++++++++++++++++++++++++++++++++ lib/gpio.c | 6 +++ 3 files changed, 113 insertions(+), 0 deletions(-) hooks/post-receive -- libopenstm32 |