mirror of
https://github.com/openocd-org/openocd.git
synced 2025-10-14 02:58:23 +08:00
tcl/target/rp2040: fix typo in the comment
and use better wording. Change-Id: I733283a957957354bdf527240be73b711631e372 Signed-off-by: Tomas Vanek <vanekt@fbl.cz> Reviewed-on: https://review.openocd.org/c/openocd/+/9112 Tested-by: jenkins Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
@@ -83,7 +83,7 @@ if { $_USE_CORE != 1 } {
|
|||||||
# srst does not exist; use SYSRESETREQ to perform a soft reset
|
# srst does not exist; use SYSRESETREQ to perform a soft reset
|
||||||
$_TARGETNAME_0 cortex_m reset_config sysresetreq
|
$_TARGETNAME_0 cortex_m reset_config sysresetreq
|
||||||
|
|
||||||
# After a rescue reset and fi BOOTSEL is halted connect the flash to enable
|
# After a rescue reset or if halted in BOOTSEL connect the flash to enable
|
||||||
# reads from the XIP cached mapping area
|
# reads from the XIP cached mapping area
|
||||||
$_TARGETNAME_0 configure -event reset-init { rp2xxx rom_api_call 0 CX }
|
$_TARGETNAME_0 configure -event reset-init { rp2xxx rom_api_call 0 CX }
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user