Skip to content

Commit 7ca57da

Browse files
authored
Update README.md
1 parent d8d632c commit 7ca57da

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ A reimagined picoprobe -- much faster debugging/flashing for RP2040 based device
66

77
This is very much work-in-progress and will develop over time, currently working is:
88

9+
- Works over USB or Wifi (on the Pico W)
910
- PIO based SWD mechanism
1011
- SWD non-success checking in PIO stopping unneccessary delay
1112
- Clockable up to 25Mhz (over 6" jumper leads!)
@@ -17,6 +18,7 @@ This is very much work-in-progress and will develop over time, currently working
1718
- Small memory cache for optimising GDB reads, significantly improves stepping performance.
1819
- Efficient co-operative multitasking speeds up transfers and general interaction.
1920
- Orders of magnitude better performance
21+
- Simple command line interface for setting parameters (eg. wifi ssid)
2022
- NOWHERE NEAR COMPLETE OR PROPERLY TESTED - USE AT YOUR OWN RISK
2123

2224
Still to do:
@@ -133,6 +135,8 @@ The debug port has a 4K circular buffer that it uses to keep any debug output, i
133135

134136
On Windows I did note that you can look at the "bus reported device descriptor" in the serial port properties and you'll see the text I've defined for each port (debug-gdb, debug-uart, and debug-debug) so that may help making sure you connect to the right one.
135137

138+
NOTE: the newest versions now include wifi support which has slighty changed the above. There are still three ports, but the third one is now a combined command-line interface and debug output. You can also connect to each via either USB or WIFI (USB will prevail) and you can mix and match between ports, so you could have GDB on USB and the debug output on Wifi for example. I will add more details shortly, but for now use port 3333, 3334, and 3335 to connect via wifi once you have configured the wifi (the commands are: set wifi.ssid and set wifi.creds, join, status, and save.)
139+
136140
## Code and Releases
137141

138142
I'll try to keep a reasonably up-to-date pico-debug.uf2 file around, but I'll only create these at reasonable points as I continue to develop this.

0 commit comments

Comments
 (0)