mirror of
git://git.code.sf.net/p/openocd/code
synced 2025-07-24 05:59:49 +10:00
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>
15 lines
258 B
INI
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]
|