Browse Source

Remove upload_protocol "cmsis-dap" (#14606)

Msq001 5 years ago
parent
commit
21e1148d98
2 changed files with 1 additions and 3 deletions
  1. 1
    2
      buildroot/share/PlatformIO/boards/BigTree_SKR_Pro.json
  2. 0
    1
      platformio.ini

+ 1
- 2
buildroot/share/PlatformIO/boards/BigTree_SKR_Pro.json View File

@@ -54,8 +54,7 @@
54 54
     "protocols": [
55 55
       "stlink",
56 56
       "dfu",
57
-      "jlink",
58
-	  "cmsis-dap"
57
+      "jlink"
59 58
     ],
60 59
     "require_upload_port": true,
61 60
     "use_1200bps_touch": false,

+ 0
- 1
platformio.ini View File

@@ -485,7 +485,6 @@ lib_deps = ${common.lib_deps}
485 485
 lib_ignore = Adafruit NeoPixel, c1921b4, TMC26XStepper, SailfishLCD, SailfishRGB_LED, SlowSoftI2CMaster
486 486
 src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32>
487 487
 monitor_speed = 250000
488
-upload_protocol = cmsis-dap
489 488
 
490 489
 #
491 490
 # Teensy 3.5 / 3.6 (ARM Cortex-M4)

Loading…
Cancel
Save