diff --git a/HISTORY.rst b/HISTORY.rst index ef7b9d69..4592daf6 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -9,11 +9,12 @@ PlatformIO 3.0 * `PIO Unified Debugger `__ - - 100+ boards + - "1-click" solution, zero configuration + - Support for 100+ embedded boards - Multiple architectures and development platforms - - Zero Configuration - - Compatibility with the popular IDEs: Atom, VSCode, Eclipse, Sublime Text, etc - Windows, MacOS, Linux (+ARMv6-8) + - Built-in into `PlatformIO IDE for Atom `__ and `PlatformIO IDE for VScode `__ + - Integration with `Eclipse `__ and `Sublime Text `__ * Custom ``test_transport`` for `PIO Unit Testing `__ Engine * Configure Serial Port Monitor in `Project Configuration File "platformio.ini" `__ diff --git a/docs b/docs index dde2ce0a..f977cce6 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit dde2ce0a652dbea9dbe8e53dc79d6fc437005d4c +Subproject commit f977cce6a9a47f190a45357818c41e3792c7cfc1 diff --git a/platformio/ide/tpls/sublimetext/platformio.sublime-project.tpl b/platformio/ide/tpls/sublimetext/platformio.sublime-project.tpl index f189887b..bf27d97c 100644 --- a/platformio/ide/tpls/sublimetext/platformio.sublime-project.tpl +++ b/platformio/ide/tpls/sublimetext/platformio.sublime-project.tpl @@ -93,5 +93,12 @@ { "path": "." } - ] + ], + "settings": + { + "sublimegdb_workingdir": "{{project_dir}}", + "sublimegdb_exec_cmd": "-exec-continue", + "sublimegdb_commandline": "{{platformio_path}} -f -c sublimetext debug --interface=gdb --interpreter=mi -x .pioinit" + + } }