mirror of
https://github.com/silenty4ng/uv-k5-firmware-chinese-lts
synced 2025-01-26 04:04:24 +00:00
13 lines
267 B
INI
13 lines
267 B
INI
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
||
|
|
||
|
# NXP LPC8xx Cortex-M0+ with at least 1kB SRAM
|
||
|
if { ![info exists CHIPNAME] } {
|
||
|
set CHIPNAME lpc8xx
|
||
|
}
|
||
|
set CHIPSERIES lpc800
|
||
|
if { ![info exists WORKAREASIZE] } {
|
||
|
set WORKAREASIZE 0x400
|
||
|
}
|
||
|
|
||
|
source [find target/lpc1xxx.cfg]
|