Ver código fonte

Tweak platformio debug_server options

Scott Lahteine 6 anos atrás
pai
commit
e6042a7c52
1 arquivos alterados com 5 adições e 10 exclusões
  1. 5
    10
      platformio.ini

+ 5
- 10
platformio.ini Ver arquivo

@@ -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
 #

Carregando…
Cancelar
Salvar