stm32l1.cfg: Add ID Code of Cat.2 devices.
[openocd.git] / tcl / target / em358.cfg
blobc2d48bf6fbea0e7c6ca82e5ce5ec6a7f8d96a838
2 # Target configuration for the Silicon Labs EM358 chips
5 # em357 family supports JTAG and SWD transports
8 if { ![info exists CHIPNAME] } {
9    set CHIPNAME em358
12 # 512K of flash in the em358 chips
13 set FLASHSIZE 0x80000
14 source [find target/em357.cfg]