2022-06-12 16:48:05 -05:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
|
2016-04-17 07:53:25 -05:00
|
|
|
# Configuration for EFM32 boards with on-board SEGGER J-Link
|
2015-03-08 09:09:14 -05:00
|
|
|
#
|
2016-04-17 07:53:25 -05:00
|
|
|
# Tested with Tiny, Giant and Zero Gecko Starter Kit.
|
2015-03-08 09:09:14 -05:00
|
|
|
#
|
|
|
|
|
|
|
|
source [find interface/jlink.cfg]
|
|
|
|
transport select swd
|
2019-08-23 08:51:00 -05:00
|
|
|
adapter speed 1000
|
2015-03-08 09:09:14 -05:00
|
|
|
|
|
|
|
set CHIPNAME efm32
|
|
|
|
source [find target/efm32.cfg]
|