We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 039d2e8 commit 49d9086Copy full SHA for 49d9086
tcl/target/esp108.cfg
@@ -72,14 +72,13 @@ proc configure_esp32_flash_bank { TGT FLASH_SIZE } {
72
73
# Change the name of the CPU taps depending on if it's enabled or not.
74
# This way, the user gets immediate feedback in the openocd logs.
75
-
+set _CPU0NAME cpu0
76
+set _CPU1NAME cpu1
77
if { $_ONLYCPU == "1" } {
- set _CPU0NAME cpu0
78
set _CPU1NAME ignored
79
} elseif { $_ONLYCPU == "2" } {
80
set _CPU0NAME ignored
81
- set _CPU1NAME cpu1
82
-}
+}
83
84
#Do add both taps, even if one of the CPUs is disabled.
85
jtag newtap $_CHIPNAME $_CPU0NAME -irlen 5 -expected-id $_CPUTAPID
0 commit comments