aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Esden-Tempski2011-01-13 14:52:23 -0800
committerPiotr Esden-Tempski2011-01-13 15:10:14 -0800
commit9cea5525f6e0a12344c2bda349f3d908fcad0059 (patch)
treea89beb182f3923ee9d1c69cfabd6c894b56f8ff6
parent8530f36df138c11aaef4028f749a551199be5e02 (diff)
Renamed exti test to exti_both as it uses TRIGGER_BOTH mode and sampling the gpio pin to determine the state of the pin.
-rw-r--r--examples/stm32/stm32-h103/Makefile14
-rw-r--r--examples/stm32/stm32-h103/exti_both/Makefile (renamed from examples/stm32/stm32-h103/exti/Makefile)2
-rw-r--r--examples/stm32/stm32-h103/exti_both/exti_both.c (renamed from examples/stm32/stm32-h103/exti/exti.c)0
-rw-r--r--examples/stm32/stm32-h103/exti_both/exti_both.ld (renamed from examples/stm32/stm32-h103/exti/exti.ld)0
4 files changed, 8 insertions, 8 deletions
diff --git a/examples/stm32/stm32-h103/Makefile b/examples/stm32/stm32-h103/Makefile
index f46eb67..af90100 100644
--- a/examples/stm32/stm32-h103/Makefile
+++ b/examples/stm32/stm32-h103/Makefile
@@ -24,7 +24,7 @@ Q := @
MAKEFLAGS += --no-print-directory
endif
-all: miniblink fancyblink usart usb_cdcacm usb_hid button exti
+all: miniblink fancyblink usart usb_cdcacm usb_hid button exti_both
miniblink:
@printf " BUILD examples/stm32/stm32-h103/miniblink\n"
@@ -54,9 +54,9 @@ button:
@printf " BUILD examples/stm32/stm32-h103/button\n"
$(Q)$(MAKE) -C button
-exti:
- @printf " BUILD examples/stm32/stm32-h103/exti\n"
- $(Q)$(MAKE) -C exti
+exti_both:
+ @printf " BUILD examples/stm32/stm32-h103/exti_both\n"
+ $(Q)$(MAKE) -C exti_both
clean:
@printf " CLEAN examples/stm32/stm32-h103/miniblink\n"
@@ -73,8 +73,8 @@ clean:
$(Q)$(MAKE) -C usb_hid clean
@printf " CLEAN examples/stm32/stm32-h103/button\n"
$(Q)$(MAKE) -C button clean
- @printf " CLEAN examples/stm32/stm32-h103/exti\n"
- $(Q)$(MAKE) -C exti clean
+ @printf " CLEAN examples/stm32/stm32-h103/exti_both\n"
+ $(Q)$(MAKE) -C exti_both clean
-.PHONY: miniblink fancyblink usart spi usb_cdcacm usb_hid button exti clean
+.PHONY: miniblink fancyblink usart spi usb_cdcacm usb_hid button exti_both clean
diff --git a/examples/stm32/stm32-h103/exti/Makefile b/examples/stm32/stm32-h103/exti_both/Makefile
index 824bb6a..39e305b 100644
--- a/examples/stm32/stm32-h103/exti/Makefile
+++ b/examples/stm32/stm32-h103/exti_both/Makefile
@@ -17,7 +17,7 @@
## along with this program. If not, see <http://www.gnu.org/licenses/>.
##
-BINARY = exti
+BINARY = exti_both
include ../../Makefile.include
diff --git a/examples/stm32/stm32-h103/exti/exti.c b/examples/stm32/stm32-h103/exti_both/exti_both.c
index 62c57fe..62c57fe 100644
--- a/examples/stm32/stm32-h103/exti/exti.c
+++ b/examples/stm32/stm32-h103/exti_both/exti_both.c
diff --git a/examples/stm32/stm32-h103/exti/exti.ld b/examples/stm32/stm32-h103/exti_both/exti_both.ld
index 7ea2b92..7ea2b92 100644
--- a/examples/stm32/stm32-h103/exti/exti.ld
+++ b/examples/stm32/stm32-h103/exti_both/exti_both.ld