tcl/target/renesas_rz_five: Added RZ/Five
[fw/openocd] / tcl / target / em358.cfg
index c2d48bf6fbea0e7c6ca82e5ce5ec6a7f8d96a838..92e65a4c78afec624c49441fa444bb4f09b368c4 100644 (file)
@@ -1,4 +1,3 @@
-#
 # Target configuration for the Silicon Labs EM358 chips
 
 #
@@ -9,6 +8,10 @@ if { ![info exists CHIPNAME] } {
    set CHIPNAME em358
 }
 
+if { ![info exists BSTAPID] } {
+  set BSTAPID 0x069aa62b
+}
+
 # 512K of flash in the em358 chips
 set FLASHSIZE 0x80000
 source [find target/em357.cfg]