summaryrefslogtreecommitdiff
path: root/stm32/Rules.mk
diff options
context:
space:
mode:
authorLeo C2014-05-04 16:14:24 +0200
committerLeo C2014-05-04 16:14:24 +0200
commitacd9bdaf338808100efaf9e88c1d239477b282e2 (patch)
tree85ef6e5fa20113340111b136c12256eb88a55489 /stm32/Rules.mk
parent0d318092d9a4424aca61dd34de9658db08e09dfd (diff)
downloadz180-stamp-acd9bdaf338808100efaf9e88c1d239477b282e2.zip
Swap pins for IOSEL1 and /BUSACK. IOSEL --> TIM3_CH4 (DMA-REQ)
Diffstat (limited to 'stm32/Rules.mk')
-rw-r--r--stm32/Rules.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/stm32/Rules.mk b/stm32/Rules.mk
index 4751496..764851b 100644
--- a/stm32/Rules.mk
+++ b/stm32/Rules.mk
@@ -137,8 +137,10 @@ flash: $(P_BINARY).flash
%.flash: %.elf
$(call echo_cmd,GDB $< (flash)) $(GDB) --batch \
-ex 'target extended-remote $(STLINK_PORT)' \
- -x $(SCRIPT_DIR)/stlink_flash.scr \
+ -ex 'monitor reset halt' \
+ -ex 'load' \
$<
+
.PHONY: images elf bin hex srec list flash