target/xtensa: avoid IHI for writes to non-executable memory
[openocd.git] / tcl / target / em358.cfg
blob63f40887700990ee93951dec99d5e676f77a9e66
1 # SPDX-License-Identifier: GPL-2.0-or-later
3 # Target configuration for the Silicon Labs EM358 chips
6 # em357 family supports JTAG and SWD transports
9 if { ![info exists CHIPNAME] } {
10    set CHIPNAME em358
13 if { ![info exists BSTAPID] } {
14   set BSTAPID 0x069aa62b
17 # 512K of flash in the em358 chips
18 set FLASHSIZE 0x80000
19 source [find target/em357.cfg]