From 2c242944c7021112db9ad974c96df3e42454d216 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Mon, 2 Sep 2019 16:48:33 +0300 Subject: [PATCH] Fixed default PIO Unified Debugger configuration for J-Link probe --- HISTORY.rst | 1 + platformio/commands/debug/initcfgs.py | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 88975168..ead20705 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -11,6 +11,7 @@ PlatformIO Core 4.0 * Extend project environment configuration in "platformio.ini" with other sections using a new `extends `__ option (`issue #2953 `_) * Fixed an issue with project generator for `CLion IDE `__ when 2 environments were used (`issue #2824 `_) +* Fixed default PIO Unified Debugger configuration for `J-Link probe `__ 4.0.3 (2019-08-30) ~~~~~~~~~~~~~~~~~~ diff --git a/platformio/commands/debug/initcfgs.py b/platformio/commands/debug/initcfgs.py index a9d71d32..9b70babe 100644 --- a/platformio/commands/debug/initcfgs.py +++ b/platformio/commands/debug/initcfgs.py @@ -60,7 +60,6 @@ target extended-remote $DEBUG_PORT $INIT_BREAK pio_reset_halt_target $LOAD_CMDS -pio_reset_halt_target """ GDB_BLACKMAGIC_INIT_CONFIG = """