Skip to content

Commit bfd9e43

Browse files
committed
Add default upload protocol
1 parent a2bb00c commit bfd9e43

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

boards/nanorp2040connect.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,11 @@
3333
"native_usb": true,
3434
"use_1200bps_touch": true,
3535
"wait_for_upload_port": false,
36+
"protocol": "picotool",
3637
"protocols": [
3738
"cmsis-dap",
38-
"raspberrypi-swd"
39+
"raspberrypi-swd",
40+
"picotool"
3941
]
4042
},
4143
"url": "https://blog.arduino.cc/2021/01/20/welcome-raspberry-pi-to-the-world-of-microcontrollers/",

boards/pico.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,11 @@
2929
"native_usb": true,
3030
"use_1200bps_touch": true,
3131
"wait_for_upload_port": false,
32+
"protocol": "picotool",
3233
"protocols": [
3334
"cmsis-dap",
34-
"raspberrypi-swd"
35+
"raspberrypi-swd",
36+
"picotool"
3537
]
3638
},
3739
"url": "https://www.raspberrypi.org/products/raspberry-pi-pico/",

0 commit comments

Comments
 (0)