18 lines
290 B
INI
18 lines
290 B
INI
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#
|
|
# Infineon XMC1100 Boot Kit
|
|
#
|
|
|
|
#
|
|
# Segger J-Link Lite XMC4200 on-board
|
|
#
|
|
source [find interface/jlink.cfg]
|
|
transport select swd
|
|
|
|
set CHIPNAME xmc1100
|
|
set WORKAREASIZE 0x4000
|
|
source [find target/xmc1xxx.cfg]
|
|
|
|
reset_config srst_only srst_nogate
|