aboutsummaryrefslogtreecommitdiff
path: root/Debug/px4fmu-v1-board.cfg
diff options
context:
space:
mode:
authorKevin Hester <kevinh@geeksville.com>2013-08-11 11:34:19 -1000
committerLorenz Meier <lm@inf.ethz.ch>2013-08-21 15:01:51 +0200
commitf665ace38cfa4613fb911cb68f6662b15720ffea (patch)
tree73a1704094e020bd4c6ccb8c76ce6d868df2fc70 /Debug/px4fmu-v1-board.cfg
parent2bcf4385f66b2bcdb2917d2edf60d40813e207df (diff)
downloadpx4-firmware-f665ace38cfa4613fb911cb68f6662b15720ffea.tar.gz
px4-firmware-f665ace38cfa4613fb911cb68f6662b15720ffea.tar.bz2
px4-firmware-f665ace38cfa4613fb911cb68f6662b15720ffea.zip
Add scripts for debugging with openocd
Note: We now use the version of stm32f4x that comes with openocd 0.7.0 or later
Diffstat (limited to 'Debug/px4fmu-v1-board.cfg')
-rw-r--r--Debug/px4fmu-v1-board.cfg6
1 files changed, 6 insertions, 0 deletions
diff --git a/Debug/px4fmu-v1-board.cfg b/Debug/px4fmu-v1-board.cfg
new file mode 100644
index 000000000..ce1cca571
--- /dev/null
+++ b/Debug/px4fmu-v1-board.cfg
@@ -0,0 +1,6 @@
+# The latest defaults in OpenOCD 0.7.0 are actually prettymuch correct for the px4fmu
+
+# increase working area to 32KB for faster flash programming
+set WORKAREASIZE 0x8000
+
+source [find target/stm32f4x.cfg]