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 ab88871ef6c42ff6268412b66669b77a892cc409 (commit)
via 51a3044232207cb2fdb767cd247f445046307b14 (commit)
via 9cea5525f6e0a12344c2bda349f3d908fcad0059 (commit)
via 8530f36df138c11aaef4028f749a551199be5e02 (commit)
via c208e0b3c522f9366a3c8bce22256fc9ec4f89be (commit)
from 1cabc38c3a44bea8adbfbdce0ae012236c89bcb2 (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 ab88871ef6c42ff6268412b66669b77a892cc409
Author: Piotr Esden-Tempski <pi...@es...>
Date: Thu Jan 13 15:12:07 2011 -0800
Changed button and exti tests to use floating input as pullup is not needed.
commit 51a3044232207cb2fdb767cd247f445046307b14
Author: Piotr Esden-Tempski <pi...@es...>
Date: Thu Jan 13 15:10:38 2011 -0800
Added a simple exti test using rising and falling trigger instead of sampling the gpio pin to determine the current state of the pin.
commit 9cea5525f6e0a12344c2bda349f3d908fcad0059
Author: Piotr Esden-Tempski <pi...@es...>
Date: Thu Jan 13 14:52:23 2011 -0800
Renamed exti test to exti_both as it uses TRIGGER_BOTH mode and sampling the gpio pin to determine the state of the pin.
commit 8530f36df138c11aaef4028f749a551199be5e02
Author: Piotr Esden-Tempski <pi...@es...>
Date: Thu Jan 13 14:48:50 2011 -0800
Added basic exti interrupt test.
commit c208e0b3c522f9366a3c8bce22256fc9ec4f89be
Author: Piotr Esden-Tempski <pi...@es...>
Date: Thu Jan 13 12:52:24 2011 -0800
Added a simple input test using the button on STM32-H103 eval board.
-----------------------------------------------------------------------
Summary of changes:
examples/stm32/stm32-h103/Makefile | 16 +++-
.../{lisa-m/usb_dfu => stm32-h103/button}/Makefile | 2 +-
.../{fancyblink/fancyblink.c => button/button.c} | 34 ++++++-
.../fancyblink.ld => stm32-h103/button/button.ld} | 0
.../usb_dfu => stm32-h103/exti_both}/Makefile | 2 +-
.../exti_both/exti_both.c} | 78 ++++++++++------
.../exti_both/exti_both.ld} | 0
.../exti_rising_falling}/Makefile | 2 +-
.../exti_rising_falling/exti_rising_falling.c | 98 ++++++++++++++++++++
.../exti_rising_falling/exti_rising_falling.ld} | 0
10 files changed, 191 insertions(+), 41 deletions(-)
copy examples/stm32/{lisa-m/usb_dfu => stm32-h103/button}/Makefile (98%)
copy examples/stm32/stm32-h103/{fancyblink/fancyblink.c => button/button.c} (66%)
copy examples/stm32/{mb525/fancyblink/fancyblink.ld => stm32-h103/button/button.ld} (100%)
copy examples/stm32/{lisa-m/usb_dfu => stm32-h103/exti_both}/Makefile (97%)
copy examples/stm32/{mb525/fancyblink/fancyblink.c => stm32-h103/exti_both/exti_both.c} (50%)
copy examples/stm32/{mb525/fancyblink/fancyblink.ld => stm32-h103/exti_both/exti_both.ld} (100%)
copy examples/stm32/{lisa-m/usb_dfu => stm32-h103/exti_rising_falling}/Makefile (96%)
create mode 100644 examples/stm32/stm32-h103/exti_rising_falling/exti_rising_falling.c
copy examples/stm32/{mb525/fancyblink/fancyblink.ld => stm32-h103/exti_rising_falling/exti_rising_falling.ld} (100%)
hooks/post-receive
--
libopenstm32
|