[libopenstm32-commits] libopenstm32 branch, master, updated. ed0e46c31e949c6a5776976d43998f4bfe2c1e
Status: Inactive
Brought to you by:
uh1763
From: Uwe H. <uh...@us...> - 2010-01-26 00:53:01
|
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 ed0e46c31e949c6a5776976d43998f4bfe2c1e54 (commit) via 14ec3bdf39bb14ed0d3e6b5629f23360fbdb5bdf (commit) via 6ca739296d4d995ce0a17ec787b715e4807991f4 (commit) via bc46b3118e06c88413242ded8da353258253ee86 (commit) via 4935a0ddd802158faffcc3694096e5cefb46143d (commit) via a88c1b0ee9a33152b5283efc06dad046178a8c7d (commit) via 699ec0fb1538a0333d1d0da60ad3206bfc4f7f1c (commit) via 3a4f36d80f2a8fd93727fc6d024b48f0a7511c9f (commit) from d167b6c9e96357d75f854184cf6a334104f32a7e (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 ed0e46c31e949c6a5776976d43998f4bfe2c1e54 Author: Piotr Esden-Tempski <pi...@es...> Date: Mon Jan 25 16:43:08 2010 +0100 Fixed a cut&paste typo in gpio.h. commit 14ec3bdf39bb14ed0d3e6b5629f23360fbdb5bdf Author: Piotr Esden-Tempski <pi...@es...> Date: Fri Jan 22 19:46:06 2010 +0100 Added bit definitions of AFIO registers. commit 6ca739296d4d995ce0a17ec787b715e4807991f4 Author: Piotr Esden-Tempski <pi...@es...> Date: Fri Jan 22 17:48:16 2010 +0100 Updated example README files. commit bc46b3118e06c88413242ded8da353258253ee86 Author: Piotr Esden-Tempski <pi...@es...> Date: Fri Jan 22 17:03:42 2010 +0100 Added all handlers to the vector table. All handlers are weak symbols pointing to a null handler (doing nothing) or blocking handler (running an infinite loop). This means you can define a function with the name in the list and the linker will use your definition instead of the default one. This makes it easy to implement your own handlers without touching the library code. commit 4935a0ddd802158faffcc3694096e5cefb46143d Author: Piotr Esden-Tempski <pi...@es...> Date: Fri Jan 22 15:53:47 2010 +0100 Moved vector_table to the library. commit a88c1b0ee9a33152b5283efc06dad046178a8c7d Author: Piotr Esden-Tempski <pi...@es...> Date: Fri Jan 22 13:44:24 2010 +0100 Fixed ROM start address in linker scripts. commit 699ec0fb1538a0333d1d0da60ad3206bfc4f7f1c Author: Piotr Esden-Tempski <pi...@es...> Date: Fri Jan 22 13:00:13 2010 +0100 Added fancyblink example for the MB525 eval board. commit 3a4f36d80f2a8fd93727fc6d024b48f0a7511c9f Author: Piotr Esden-Tempski <pi...@es...> Date: Fri Jan 22 12:04:40 2010 +0100 Moved all examples to a board specific folder. ----------------------------------------------------------------------- Summary of changes: examples/{ => MB525}/Makefile | 26 +- examples/{ => MB525}/fancyblink/Makefile | 3 +- examples/{usart => MB525/fancyblink}/README | 17 +- examples/{ => MB525}/fancyblink/fancyblink.c | 33 ++- examples/{ => MB525}/fancyblink/fancyblink.ld | 2 +- examples/Makefile | 34 +-- examples/{ => STM32-H103}/Makefile | 0 examples/{ => STM32-H103}/fancyblink/Makefile | 2 +- .../{miniblink => STM32-H103/fancyblink}/README | 3 +- examples/{ => STM32-H103}/fancyblink/fancyblink.c | 5 - examples/{ => STM32-H103}/fancyblink/fancyblink.ld | 2 +- examples/{ => STM32-H103}/miniblink/Makefile | 2 +- .../{fancyblink => STM32-H103/miniblink}/README | 3 +- examples/{ => STM32-H103}/miniblink/miniblink.c | 5 - examples/{ => STM32-H103}/miniblink/miniblink.ld | 2 +- examples/{ => STM32-H103}/usart/Makefile | 2 +- examples/{ => STM32-H103}/usart/README | 3 +- examples/{ => STM32-H103}/usart/usart.c | 5 - examples/{ => STM32-H103}/usart/usart.ld | 2 +- include/libopenstm32/gpio.h | 101 +++++++- lib/Makefile | 2 +- lib/libopenstm32.ld | 3 + lib/vector.c | 254 ++++++++++++++++++++ 23 files changed, 421 insertions(+), 90 deletions(-) copy examples/{ => MB525}/Makefile (74%) copy examples/{ => MB525}/fancyblink/Makefile (97%) copy examples/{usart => MB525/fancyblink}/README (59%) copy examples/{ => MB525}/fancyblink/fancyblink.c (56%) copy examples/{ => MB525}/fancyblink/fancyblink.ld (95%) copy examples/{ => STM32-H103}/Makefile (100%) rename examples/{ => STM32-H103}/fancyblink/Makefile (99%) rename examples/{miniblink => STM32-H103/fancyblink}/README (95%) rename examples/{ => STM32-H103}/fancyblink/fancyblink.c (91%) rename examples/{ => STM32-H103}/fancyblink/fancyblink.ld (95%) rename examples/{ => STM32-H103}/miniblink/Makefile (99%) rename examples/{fancyblink => STM32-H103/miniblink}/README (95%) rename examples/{ => STM32-H103}/miniblink/miniblink.c (91%) rename examples/{ => STM32-H103}/miniblink/miniblink.ld (95%) rename examples/{ => STM32-H103}/usart/Makefile (99%) rename examples/{ => STM32-H103}/usart/README (95%) rename examples/{ => STM32-H103}/usart/usart.c (94%) rename examples/{ => STM32-H103}/usart/usart.ld (95%) create mode 100644 lib/vector.c hooks/post-receive -- libopenstm32 |