2
0
mirror of git://git.code.sf.net/p/openocd/code synced 2025-07-24 05:59:49 +10:00
openocd/tcl/target/em358.cfg
Ed Beroset 18d6c0b02b em357: added target files for em357 and em358
This patch adds support for Silicon Labs (formerly Ember) EM357
and EM358 chips and derivatives.

Change-Id: Ie63aed95a2f4ef1a6b955e301a51b4de1b3a5462
Signed-off-by: Ed Beroset <beroset@ieee.org>
Reviewed-on: http://openocd.zylin.com/2470
Tested-by: jenkins
Reviewed-by: Paul Fertser <fercerpav@gmail.com>
2015-02-11 15:11:19 +00:00

15 lines
258 B
INI

#
# 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]