diff options
author | Peter Lawrence <majbthrd@gmail.com> | 2021-03-02 15:21:28 -0600 |
---|---|---|
committer | Tomas Vanek <vanekt@fbl.cz> | 2021-05-02 22:40:24 +0100 |
commit | b60d06ae325c00979e9ff17bb35e868879e6047f (patch) | |
tree | 9996340823faa2b1443e889eca0bbc95f697b6be /tcl/chip | |
parent | 64a3e7ba4f47c5340543d9a5cadd41bc45d93c93 (diff) | |
download | riscv-openocd-b60d06ae325c00979e9ff17bb35e868879e6047f.zip riscv-openocd-b60d06ae325c00979e9ff17bb35e868879e6047f.tar.gz riscv-openocd-b60d06ae325c00979e9ff17bb35e868879e6047f.tar.bz2 |
tcl/board: add pico-debug support
pico-debug is not a board; it is a virtual CMSIS-DAP adapter that
runs on the same RP2040 also being debugged. This is possible due
to pico-debug running on the normally-dormant second Cortex-M0+
core (Core1), providing debugging of the first core (Core0).
As such, it could be used on a variety of RP2040-based boards.
Since a flash driver is useful (if not essential), a flash driver
is included. This driver code originated on RPi's bespoke OpenOCD
fork; lipstick was added to this particular pig to make it more
presentable on OpenOCD proper.
no new Clang analyzer warnings
Change-Id: I31f98b5ea1664f0adfbc184b57efba963acfb958
Signed-off-by: Peter Lawrence <majbthrd@gmail.com>
Reviewed-on: http://openocd.zylin.com/6075
Tested-by: jenkins
Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
Diffstat (limited to 'tcl/chip')
0 files changed, 0 insertions, 0 deletions