mirror of
https://github.com/silenty4ng/uv-k5-firmware-chinese-lts
synced 2025-01-15 14:54:40 +00:00
11 lines
236 B
INI
11 lines
236 B
INI
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
||
|
|
||
|
# NXP LPC40xx Cortex-M4F with at least 16kB SRAM
|
||
|
set CHIPNAME lpc40xx
|
||
|
set CHIPSERIES lpc4000
|
||
|
if { ![info exists WORKAREASIZE] } {
|
||
|
set WORKAREASIZE 0x4000
|
||
|
}
|
||
|
|
||
|
source [find target/lpc1xxx.cfg]
|