diff options
author | Piotr Esden-Tempski <piotr@esden.net> | 2010-08-03 21:00:09 -0700 |
---|---|---|
committer | Øyvind Harboe <oyvind.harboe@zylin.com> | 2010-08-13 09:52:31 +0200 |
commit | 52ba344a0988088f97c7aa0dc541da022ce960f4 (patch) | |
tree | b5b30b72aa9b5e264f8f2508f803c838c33a22df /tcl/board | |
parent | c3ee26d2726c869db3c993dc7b6e6223de624d74 (diff) | |
download | openocd+libswd-52ba344a0988088f97c7aa0dc541da022ce960f4.tar.gz openocd+libswd-52ba344a0988088f97c7aa0dc541da022ce960f4.tar.bz2 openocd+libswd-52ba344a0988088f97c7aa0dc541da022ce960f4.tar.xz openocd+libswd-52ba344a0988088f97c7aa0dc541da022ce960f4.zip |
Added Lisa/L script as a target board.
Diffstat (limited to 'tcl/board')
-rw-r--r-- | tcl/board/lisa-l.cfg | 7 |
1 files changed, 7 insertions, 0 deletions
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] |