Skip to content

Commit 4f643d2

Browse files
authored
Enable BlackMagicProbe for PlatformIO (#1378)
1 parent 3dcb4bb commit 4f643d2

File tree

58 files changed

+67
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+67
-1
lines changed

docs/platformio.rst

Lines changed: 10 additions & 1 deletion

tools/json/0xcb_helios.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"wait_for_upload_port": false,
4343
"protocol": "picotool",
4444
"protocols": [
45+
"blackmagic",
4546
"cmsis-dap",
4647
"jlink",
4748
"raspberrypi-swd",

tools/json/adafruit_feather.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"wait_for_upload_port": false,
4343
"protocol": "picotool",
4444
"protocols": [
45+
"blackmagic",
4546
"cmsis-dap",
4647
"jlink",
4748
"raspberrypi-swd",

tools/json/adafruit_feather_dvi.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"wait_for_upload_port": false,
4343
"protocol": "picotool",
4444
"protocols": [
45+
"blackmagic",
4546
"cmsis-dap",
4647
"jlink",
4748
"raspberrypi-swd",

tools/json/adafruit_feather_rfm.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"wait_for_upload_port": false,
4343
"protocol": "picotool",
4444
"protocols": [
45+
"blackmagic",
4546
"cmsis-dap",
4647
"jlink",
4748
"raspberrypi-swd",

tools/json/adafruit_feather_scorpio.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"wait_for_upload_port": false,
4343
"protocol": "picotool",
4444
"protocols": [
45+
"blackmagic",
4546
"cmsis-dap",
4647
"jlink",
4748
"raspberrypi-swd",

tools/json/adafruit_feather_thinkink.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"wait_for_upload_port": false,
4343
"protocol": "picotool",
4444
"protocols": [
45+
"blackmagic",
4546
"cmsis-dap",
4647
"jlink",
4748
"raspberrypi-swd",

tools/json/adafruit_feather_usb_host.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"wait_for_upload_port": false,
4343
"protocol": "picotool",
4444
"protocols": [
45+
"blackmagic",
4546
"cmsis-dap",
4647
"jlink",
4748
"raspberrypi-swd",

tools/json/adafruit_itsybitsy.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"wait_for_upload_port": false,
4343
"protocol": "picotool",
4444
"protocols": [
45+
"blackmagic",
4546
"cmsis-dap",
4647
"jlink",
4748
"raspberrypi-swd",

tools/json/adafruit_kb2040.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"wait_for_upload_port": false,
4343
"protocol": "picotool",
4444
"protocols": [
45+
"blackmagic",
4546
"cmsis-dap",
4647
"jlink",
4748
"raspberrypi-swd",

0 commit comments

Comments
 (0)