You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -1346,6 +1346,7 @@ There are many ways to handle panics in embedded devices, these crates provide h
1346
1346
1.[`panic-rtt`]: Set the panicking behavior to log to a JLINK debugger and loop. [](https://crates.io/crates/panic_rtt)
1347
1347
1.[`panic-rtt-target`]: Logs panic messages over RTT. Uses `rtt-target`. [](https://crates.io/crates/panic-rtt-target)
1348
1348
1.[`panic-semihosting`]: Prints the panic message via semihosting to an attached debugger (Cortex-M only)
1349
+
1.[`rp2040-panic-usb-boot`]: Save panic message in XIP RAM and reboot RP2040 to USB mode [](https://crates.io/crates/rp2040-panic-usb-boot)
0 commit comments