[libopenstm32-commits] libopenstm32 branch, master, updated. 732760ccd06671f297f2ba4e1614ad08837412
Status: Inactive
Brought to you by:
uh1763
From: Uwe H. <uh...@us...> - 2009-07-24 12:45:37
|
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 732760ccd06671f297f2ba4e1614ad08837412e2 (commit) via 2a571de8f818553293434ccf2fc5ee0d137eaaf0 (commit) via ecd6d5246318c4d61e19f62c77073d0185ebce1c (commit) via 944456fde184454714fa45a60c4c3d9a020e5d67 (commit) via ab8cec181c94f6dfa1a3fa0cfd859a582d58f172 (commit) via 56ffeed8af9d43b567fdb4faca04ad169e04279d (commit) via 86db7153321978e8ce2dc698ef3b88cd4f67cb41 (commit) via 8bdcef8d78dcff57acb037c2b713790d5effd13d (commit) from b6a49764958da52765e8867fb305e2b0027d3435 (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 732760ccd06671f297f2ba4e1614ad08837412e2 Author: Uwe Hermann <uw...@he...> Date: Fri Jul 24 02:40:03 2009 +0200 Add more comments, fix copy-paste error in descriptions. commit 2a571de8f818553293434ccf2fc5ee0d137eaaf0 Author: Uwe Hermann <uw...@he...> Date: Fri Jul 24 02:32:59 2009 +0200 Add RCC_CR3 values and some more comments. commit ecd6d5246318c4d61e19f62c77073d0185ebce1c Author: Uwe Hermann <uw...@he...> Date: Fri Jul 24 02:19:06 2009 +0200 Add RCC_CR2 bit definitions. commit 944456fde184454714fa45a60c4c3d9a020e5d67 Author: Uwe Hermann <uw...@he...> Date: Fri Jul 24 00:28:23 2009 +0200 Fix compile by using the correct variable name. commit ab8cec181c94f6dfa1a3fa0cfd859a582d58f172 Author: Uwe Hermann <uw...@he...> Date: Fri Jul 24 00:28:01 2009 +0200 Add missing #include <stdint.h>. commit 56ffeed8af9d43b567fdb4faca04ad169e04279d Author: Uwe Hermann <uw...@he...> Date: Thu Jul 23 02:21:30 2009 +0200 Make u8/u16/etc. simple aliases. commit 86db7153321978e8ce2dc698ef3b88cd4f67cb41 Author: Uwe Hermann <uw...@he...> Date: Fri Jul 24 14:42:44 2009 +0200 Simplify example Makefiles by using only one TOOLCHAIN_DIR variable. commit 8bdcef8d78dcff57acb037c2b713790d5effd13d Author: Piotr Esden-Tempski <pi...@es...> Date: Wed Jul 22 20:44:31 2009 +0200 Examples now use the toolchain installed libopenstm32 in default setting. (Uncomment TOOLCHAIN_* lines to use local one) ----------------------------------------------------------------------- Summary of changes: examples/fancyblink/Makefile | 7 +++- examples/miniblink/Makefile | 7 +++- include/libopenstm32/common.h | 15 +++++---- include/libopenstm32/usart.h | 71 ++++++++++++++++++++++++++++------------- 4 files changed, 67 insertions(+), 33 deletions(-) hooks/post-receive -- libopenstm32 |