From: Piotr Esden-Tempski Date: Wed, 4 Aug 2010 04:00:09 +0000 (-0700) Subject: Added Lisa/L script as a target board. X-Git-Tag: v0.5.0-rc1~450 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=52ba344a0988088f97c7aa0dc541da022ce960f4;p=openocd Added Lisa/L script as a target board. --- diff --git a/tcl/board/lisa-l.cfg b/tcl/board/lisa-l.cfg new file mode 100644 index 00000000..00afa5e9 --- /dev/null +++ b/tcl/board/lisa-l.cfg @@ -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]