Browse Source

Tweak platformio debug_server options

Scott Lahteine 6 years ago
parent
commit
e6042a7c52
1 changed files with 5 additions and 10 deletions
  1. 5
    10
      platformio.ini

+ 5
- 10
platformio.ini View File

@@ -153,16 +153,11 @@ monitor_baud   = 250000
153 153
 debug_tool     = custom
154 154
 debug_server   =
155 155
   C:\Program Files (x86)\SEGGER\JLink_V618d\JLinkGDBServerCL.exe
156
-  -select
157
-  USB
158
-  -port
159
-  2331
160
-  -device
161
-  LPC1768
162
-  -if
163
-  JTAG
164
-  -speed
165
-  auto
156
+  -select USB
157
+  -port 2331
158
+  -device LPC1768
159
+  -if JTAG
160
+  -speed auto
166 161
   -noir
167 162
 
168 163
 #

Loading…
Cancel
Save