Tweak platformio debug_server options
This commit is contained in:
parent
f68b4265a6
commit
e6042a7c52
|
@ -153,16 +153,11 @@ monitor_baud = 250000
|
|||
debug_tool = custom
|
||||
debug_server =
|
||||
C:\Program Files (x86)\SEGGER\JLink_V618d\JLinkGDBServerCL.exe
|
||||
-select
|
||||
USB
|
||||
-port
|
||||
2331
|
||||
-device
|
||||
LPC1768
|
||||
-if
|
||||
JTAG
|
||||
-speed
|
||||
auto
|
||||
-select USB
|
||||
-port 2331
|
||||
-device LPC1768
|
||||
-if JTAG
|
||||
-speed auto
|
||||
-noir
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue