aboutsummaryrefslogtreecommitdiff
path: root/tcl/target/em358.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'tcl/target/em358.cfg')
-rw-r--r--tcl/target/em358.cfg14
1 files changed, 14 insertions, 0 deletions
diff --git a/tcl/target/em358.cfg b/tcl/target/em358.cfg
new file mode 100644
index 0000000..c2d48bf
--- /dev/null
+++ b/tcl/target/em358.cfg
@@ -0,0 +1,14 @@
+#
+# 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]