Explorar el Código

Tweak platformio debug_server options

Scott Lahteine hace 6 años
padre
commit
e6042a7c52
Se han modificado 1 ficheros con 5 adiciones y 10 borrados
  1. 5
    10
      platformio.ini

+ 5
- 10
platformio.ini Ver fichero

@@ -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…
Cancelar
Guardar