We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2bb00c commit bfd9e43Copy full SHA for bfd9e43
boards/nanorp2040connect.json
@@ -33,9 +33,11 @@
33
"native_usb": true,
34
"use_1200bps_touch": true,
35
"wait_for_upload_port": false,
36
+ "protocol": "picotool",
37
"protocols": [
38
"cmsis-dap",
- "raspberrypi-swd"
39
+ "raspberrypi-swd",
40
+ "picotool"
41
]
42
},
43
"url": "https://blog.arduino.cc/2021/01/20/welcome-raspberry-pi-to-the-world-of-microcontrollers/",
boards/pico.json
@@ -29,9 +29,11 @@
29
30
31
32
"url": "https://www.raspberrypi.org/products/raspberry-pi-pico/",
0 commit comments