[libopenstm32-commits] libopenstm32 branch, master, updated. b6a49764958da52765e8867fb305e2b0027d34
Status: Inactive
Brought to you by:
uh1763
From: Uwe H. <uh...@us...> - 2009-07-22 14:50:11
|
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 b6a49764958da52765e8867fb305e2b0027d3435 (commit) via 6db6d5b49c8f1b216dd4b5504acf9df35d61df4a (commit) from 574f77f6df922ccbe366598e9b9da83852044042 (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 b6a49764958da52765e8867fb305e2b0027d3435 Author: Uwe Hermann <uw...@he...> Date: Wed Jul 22 16:48:55 2009 +0200 Add register #defines for all available USARTs/UARTs. commit 6db6d5b49c8f1b216dd4b5504acf9df35d61df4a Author: Uwe Hermann <uw...@he...> Date: Wed Jul 22 14:02:21 2009 +0200 Add initial framework for USART support. So far only some #defines. ----------------------------------------------------------------------- Summary of changes: include/libopenstm32.h | 1 + include/libopenstm32/usart.h | 133 +++++++++++++++++++++++++++++++++ lib/Makefile | 2 +- include/libopenstm32.h => lib/usart.c | 9 +-- 4 files changed, 137 insertions(+), 8 deletions(-) create mode 100644 include/libopenstm32/usart.h copy include/libopenstm32.h => lib/usart.c (78%) hooks/post-receive -- libopenstm32 |