tcl/target: add basic RP2040 target config
commit92169e9f5529959aa63f13c47c3975dfe90a686b
authorTomas Vanek <vanekt@fbl.cz>
Tue, 18 Oct 2022 19:19:20 +0000 (18 21:19 +0200)
committerAntonio Borneo <borneo.antonio@gmail.com>
Fri, 21 Oct 2022 18:24:36 +0000 (21 18:24 +0000)
tree83d421454f6fdb3355f02f85d6a231a2684094da
parentfada2c001fcdd6b0629b64769752445b41116b83
tcl/target: add basic RP2040 target config

The existing rp2040-core0.cfg configuration file was intended
for a special adapter which selects a SWD multidrop target on its own.
This means that rp2040-core0.cfg is totally unusable with a standard SWD
adapter.

To fix the problem, mark rp2040-core0.cfg as deprecated and
add rp2040.cfg, a basic config file with multidrop target selection.

Change-Id: I5194e42f529a2d9645481424b7c66ab61efa44ee
Signed-off-by: Tomas Vanek <vanekt@fbl.cz>
Reviewed-on: https://review.openocd.org/c/openocd/+/7275
Tested-by: jenkins
Reviewed-by: Jonathan Bell <jonathan@raspberrypi.com>
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
tcl/target/rp2040-core0.cfg
tcl/target/rp2040.cfg [new file with mode: 0644]