[skip-changelog] debugger: some improvements in configuration handling (#2364)
* Allow non-sequential properties list * Command 'debug info' choose between "script" and "scripts" configs exclusively * Updated docs * Added test for mixed old and new-style openocd script definition * Update docs/platform-specification.md Co-authored-by: Umberto Baldi <34278123+umbynos@users.noreply.github.com> --------- Co-authored-by: Umberto Baldi <34278123+umbynos@users.noreply.github.com>
Showing
... | ... | @@ -8,7 +8,7 @@ replace github.com/mailru/easyjson => github.com/cmaglie/easyjson v0.8.1 |
require ( | ||
github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371 | ||
github.com/arduino/go-paths-helper v1.9.0 | ||
github.com/arduino/go-properties-orderedmap v1.7.1 | ||
github.com/arduino/go-properties-orderedmap v1.8.0 | ||
github.com/arduino/go-timeutils v0.0.0-20171220113728-d1dd9e313b1b | ||
github.com/arduino/go-win32-utils v1.0.0 | ||
github.com/cmaglie/pb v1.0.27 | ||
... | ... |
Please register or sign in to comment