aboutsummaryrefslogtreecommitdiff
path: root/tcl/target/em358.cfg
blob: c2d48bf6fbea0e7c6ca82e5ce5ec6a7f8d96a838 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# Target configuration for the Silicon Labs EM358 chips

#
# em357 family supports JTAG and SWD transports
#

if { ![info exists CHIPNAME] } {
   set CHIPNAME em358
}

# 512K of flash in the em358 chips
set FLASHSIZE 0x80000
source [find target/em357.cfg]