- PIO Remote™. Your devices are always with you!
- Over-The-Air (OTA) Device Manager
- OTA Serial Port Monitor
- OTA Firmware Updates
- Continuous Deployment
- Continuous Delivery
- Integration with Cloud IDEs
- Cloud9
- Codeanywhere
- Eclipse Che
- PIO Account and PLATFORMIO_AUTH_TOKEN environment variable for CI systems (issue #808, issue #467)
- Inject system environment variables to configuration settings in Project Configuration File “platformio.ini” (issue #792)
- Custom boards per project with
boards_dir
option in Project Configuration File “platformio.ini”(issue #515) - Unix shell-style wildcards for upload_port (issue #839)
- Refactored Library Dependency Finder (LDF) C/C++ Preprocessor for conditional syntax (
#ifdef
,#if
,#else
,#elif
,#define
, etc.) (issue #837) - Added new LDF Modes:
chain+
anddeep+
and setchain+
as default - Added global
lib_extra_dirs
option to[platformio]
section for Project Configuration File “platformio.ini” (issue #842) - Enabled caching by default for API requests and Library Manager (see enable_cache setting)
- Native integration with VIM/Neovim using neomake-platformio plugin
- Changed a default exit combination for Device Monitor from
Ctrl+]
toCtrl+C
- Improved detecting of ARM mbed media disk for uploading
- Improved Project Generator for CLion IDE when source folder contains nested items
- Improved handling of library dependencies specified in
library.json
manifest (issue #814) - Improved Library Dependency Finder (LDF) for circular dependencies
- Show vendor version of a package for platformio platform show command (issue #838)
- Fixed unable to include SSH user in
lib_deps
repository url (issue #830) - Fixed merging of ”.gitignore” files when re-initialize project (issue #848)
- Fixed issue with
PATH
auto-configuring for upload tools - Fixed
99-platformio-udev.rules
checker for Linux OS
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.