mirror of
https://github.com/silenty4ng/uv-k5-firmware-chinese-lts
synced 2025-01-24 19:24:48 +00:00
10 lines
234 B
INI
10 lines
234 B
INI
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
# NXP LPC12xx Cortex-M0 with at least 4kB SRAM
|
|
set CHIPNAME lpc12xx
|
|
set CHIPSERIES lpc1200
|
|
if { ![info exists WORKAREASIZE] } {
|
|
set WORKAREASIZE 0x1000
|
|
}
|
|
|
|
source [find target/lpc1xxx.cfg]
|