mirror of
https://github.com/silenty4ng/uv-k5-firmware-chinese-lts
synced 2025-01-26 04:04:24 +00:00
12 lines
306 B
INI
12 lines
306 B
INI
# 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]
|
|
|
|
# NXP LPC11U24 Cortex-M0 with 32kB Flash and 8kB SRAM
|
|
set WORKAREASIZE 0x2000
|
|
|
|
source [find target/lpc11xx.cfg]
|