tcl/board: add SPDX tag
[fw/openocd] / tcl / board / lisa-l.cfg
1 # SPDX-License-Identifier: GPL-2.0-or-later
2
3 # the Lost Illusions Serendipitous Autopilot
4 # http://paparazzi.enac.fr/wiki/Lisa
5
6 # Work-area size (RAM size) = 20kB for STM32F103RB device
7 set WORKAREASIZE 0x5000
8
9 source [find target/stm32f1x.cfg]