]> git.sur5r.net Git - openocd/blob - tcl/target/em358.cfg
em357: added target files for em357 and em358
[openocd] / tcl / target / em358.cfg
1 #
2 # Target configuration for the Silicon Labs EM358 chips
3
4 #
5 # em357 family supports JTAG and SWD transports
6 #
7
8 if { ![info exists CHIPNAME] } {
9    set CHIPNAME em358
10 }
11
12 # 512K of flash in the em358 chips
13 set FLASHSIZE 0x80000
14 source [find target/em357.cfg]