[libopenstm32-commits] libopenstm32 branch, master, updated. d20c3454fa2b427b927cb45f4055015498f698
Status: Inactive
Brought to you by:
uh1763
From: Uwe H. <uh...@us...> - 2009-07-25 01:28:49
|
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 d20c3454fa2b427b927cb45f4055015498f69823 (commit) via c6ec621b1ad894a11c151550bab8bbdfb71e122d (commit) via 712261bb5218bcf60a21216fc0105521aec260a4 (commit) via c26541c4c5e2766f4f20a70867cb46d043b9273c (commit) from 5ba3aae7d70ed223f035dbcc32fdc4d8b585ff1d (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 d20c3454fa2b427b927cb45f4055015498f69823 Author: Uwe Hermann <uw...@he...> Date: Sat Jul 25 03:27:48 2009 +0200 Add a simple USART example project which sends some bytes. commit c6ec621b1ad894a11c151550bab8bbdfb71e122d Author: Uwe Hermann <uw...@he...> Date: Sat Jul 25 03:24:08 2009 +0200 Initial implementation of USART API functions. The usart_set_baudrate() function is currently hardcoded to certain settings, that needs to be fixed later. commit 712261bb5218bcf60a21216fc0105521aec260a4 Author: Uwe Hermann <uw...@he...> Date: Sat Jul 25 03:09:36 2009 +0200 Add some more USART related bit definitions. commit c26541c4c5e2766f4f20a70867cb46d043b9273c Author: Uwe Hermann <uw...@he...> Date: Sat Jul 25 02:35:46 2009 +0200 Some random cosmetic changes and additional comments. ----------------------------------------------------------------------- Summary of changes: examples/Makefile | 10 ++- examples/{fancyblink => usart}/Makefile | 2 +- examples/{miniblink => usart}/README | 10 +- .../{fancyblink/fancyblink.c => usart/usart.c} | 36 ++++++++- .../{fancyblink/fancyblink.ld => usart/usart.ld} | 0 include/libopenstm32/gpio.h | 81 ++++++++++++++------ include/libopenstm32/rcc.h | 2 + include/libopenstm32/usart.h | 48 ++++++++++-- lib/usart.c | 80 +++++++++++++++++++- 9 files changed, 224 insertions(+), 45 deletions(-) copy examples/{fancyblink => usart}/Makefile (99%) copy examples/{miniblink => usart}/README (77%) copy examples/{fancyblink/fancyblink.c => usart/usart.c} (63%) copy examples/{fancyblink/fancyblink.ld => usart/usart.ld} (100%) hooks/post-receive -- libopenstm32 |