Add default upload protocol
This commit is contained in:
parent
a2bb00cbaf
commit
bfd9e43719
@ -33,9 +33,11 @@
|
|||||||
"native_usb": true,
|
"native_usb": true,
|
||||||
"use_1200bps_touch": true,
|
"use_1200bps_touch": true,
|
||||||
"wait_for_upload_port": false,
|
"wait_for_upload_port": false,
|
||||||
|
"protocol": "picotool",
|
||||||
"protocols": [
|
"protocols": [
|
||||||
"cmsis-dap",
|
"cmsis-dap",
|
||||||
"raspberrypi-swd"
|
"raspberrypi-swd",
|
||||||
|
"picotool"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"url": "https://blog.arduino.cc/2021/01/20/welcome-raspberry-pi-to-the-world-of-microcontrollers/",
|
"url": "https://blog.arduino.cc/2021/01/20/welcome-raspberry-pi-to-the-world-of-microcontrollers/",
|
||||||
|
@ -29,9 +29,11 @@
|
|||||||
"native_usb": true,
|
"native_usb": true,
|
||||||
"use_1200bps_touch": true,
|
"use_1200bps_touch": true,
|
||||||
"wait_for_upload_port": false,
|
"wait_for_upload_port": false,
|
||||||
|
"protocol": "picotool",
|
||||||
"protocols": [
|
"protocols": [
|
||||||
"cmsis-dap",
|
"cmsis-dap",
|
||||||
"raspberrypi-swd"
|
"raspberrypi-swd",
|
||||||
|
"picotool"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"url": "https://www.raspberrypi.org/products/raspberry-pi-pico/",
|
"url": "https://www.raspberrypi.org/products/raspberry-pi-pico/",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user