X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=tcl%2Fboard%2Fmbed-lpc11u24.cfg;h=9f5be884cd6741727d03f783c6018025e9c556f9;hb=ca52cfb2b34d684d10e9c91eeb2c6a66a1448b9f;hp=6a58264594811fbbd369a744969791a384a8da6d;hpb=4dc8cd201c667bac72bc083ef1fa1b285eb093fc;p=fw%2Fopenocd diff --git a/tcl/board/mbed-lpc11u24.cfg b/tcl/board/mbed-lpc11u24.cfg index 6a5826459..9f5be884c 100644 --- a/tcl/board/mbed-lpc11u24.cfg +++ b/tcl/board/mbed-lpc11u24.cfg @@ -1,13 +1,12 @@ +# SPDX-License-Identifier: GPL-2.0-or-later + # This is an mbed eval board with a single NXP LPC11U24 chip. # http://mbed.org/handbook/mbed-NXP-LPC11U24 # source [find interface/cmsis-dap.cfg] -# increase working area to 8KB +# NXP LPC11U24 Cortex-M0 with 32kB Flash and 8kB SRAM set WORKAREASIZE 0x2000 -# chip name -set CHIPNAME lpc11u24 - -source [find target/lpc11uxx.cfg] +source [find target/lpc11xx.cfg]