Serial flashing for STM32

This commit is contained in:
Christophe De Wagter
2012-09-05 18:39:09 +02:00
parent fa5ecf7055
commit 6c7a600d87
3 changed files with 5 additions and 1 deletions
+3
View File
@@ -1,3 +1,6 @@
[submodule "sw/ext/libopencm3"]
path = sw/ext/libopencm3
url = git://libopencm3.git.sourceforge.net/gitroot/libopencm3/libopencm3
[submodule "sw/ext/stm32loader"]
path = sw/ext/stm32loader
url = https://github.com/jsnyder/stm32loader.git
+1 -1
View File
@@ -53,7 +53,7 @@ ifneq ($(BOARD_SERIAL),)
OOCD_OPTIONS = -c "ft2232_serial $(BOARD_SERIAL)"
endif
LOADER=/home/poine/work/stm32/stm32loader-a3c51c26ad6c/stm32loader.py
LOADER= $(PAPARAZZI_SRC)/sw/ext/stm32loader/stm32loader.py
ifndef $(TARGET).OOCD_INTERFACE
OOCD_INTERFACE = lisa-l
Submodule sw/ext/stm32loader added at eca6b5a43a