Added Lisa/L script as a target board.
[fw/openocd] / tcl / board / lisa-l.cfg
diff --git a/tcl/board/lisa-l.cfg b/tcl/board/lisa-l.cfg
new file mode 100644 (file)
index 0000000..00afa5e
--- /dev/null
@@ -0,0 +1,7 @@
+# the Lost Illusions Serendipitous Autopilot
+# http://paparazzi.enac.fr/wiki/Lisa
+
+# Work-area size (RAM size) = 20kB for STM32F103RB device
+set WORKAREASIZE 0x5000
+
+source [find target/stm32.cfg]