We are proud to present our new release of PlatformIO Core 3.4 with PIO Unified Debugger.
- “1-click” solution, zero configuration
- Support for 130+ embedded boards
- Multiple architectures and development platforms
- Windows, MacOS, Linux (+ARMv6-8)
- Built-in into PlatformIO IDE for Atom and PlatformIO IDE for VScode
- Integration with Eclipse and Sublime Text
PlatformIO IDE for Atom
PlatformIO IDE for Microsoft Visual Code
What is new
-
- “1-click” solution, zero configuration
- Support for 130+ embedded boards
- Multiple architectures and development platforms
- 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 -
Filter PIO Unit Testing tests using a new
test_filter
option in Project Configuration File “platformio.ini” or platformio test --filter command (issue #934) -
Configure Serial Port Monitor in Project Configuration File “platformio.ini” (issue #787)
-
New monitor target which allows to launch Serial Monitor automatically after successful “build” or “upload” operations (issue #788)
-
Project generator for VIM
-
Multi-line support for the different options in Project Configuration File “platformio.ini”, such as:
build_flags
,build_unflags
, etc. (issue #889) -
Improved auto-detecting of mbed-enabled media disks
-
Automatically update Git-submodules for development platforms and libraries that were installed from repository
-
Bugfixes and improvements.
See PlatformIO 3.4 Release Notes for details.
Upgrade
-
PlatformIO IDE:
- Atom: Menu: PlatformIO > Upgrade PlatformIO Core
- VSCode:ctrl+alt+t
, Run Other Tasks > Upgrade PlatformIO Core -
PlatformIO Core: Please run
pio upgrade
command.
Regards,