Add default upload protocol

This commit is contained in:
valeros 2021-04-30 23:54:56 +03:00
parent a2bb00cbaf
commit bfd9e43719
2 changed files with 6 additions and 2 deletions

View File

@ -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/",

View File

@ -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/",