| commit | 7de418cce3dae75ad854029b14e8869955f0afaa | [log] [tgz] |
|---|---|---|
| author | P33M <2474547+P33M@users.noreply.github.com> | Sun Jun 18 11:00:24 2023 +0100 |
| committer | GitHub <noreply@github.com> | Sun Jun 18 11:00:24 2023 +0100 |
| tree | 75bddb1583ef43ec4469b6d523b9893421a4c1c2 | |
| parent | d04ff3b4724d93c2ffeb5fbe4f1d0665a36e7c29 [diff] | |
| parent | 0746b5a844049880af7d472206867aeb7da6b703 [diff] |
Merge pull request #89 from raspberrypi/fix-deinit-without-init Don't call probe_read_mode() in deinit() without matching prior init(), fixes #88
Picoprobe allows a Pico / RP2040 to be used as USB -> SWD and UART bridge. This means it can be used as a debugger and serial console for another Pico.
Picoprobe documentation can be found in the Pico Getting Started Guide. See “Appendix A: Using Picoprobe”.