2.0.0 (2015-05-22)
Made in Paradise
- PlatformIO as Continuous Integration (CI) tool for embedded
projects (issue #108) - Initialise PlatformIO project for the specified IDE (issue
#151) - PlatformIO CLI 2.0: “platform” related commands have been moved to
platformio platforms
subcommand (issue #158) - Created PlatformIO gitter.im room (issue #174)
- Global
-f, --force
option which will force to accept any
confirmation prompts (issue #152) - Run project with platformio run –project-dir option without
changing the current working directory (issue #192) - Control verbosity of platformio run command via
-v/--verbose
option - Add library dependencies for build environment using
install_libs option inplatformio.ini
(issue #134) - Specify libraries which are compatible with build environment using
use_libs option inplatformio.ini
(issue #148) - Add more boards to PlatformIO project with platformio init
–board command (issue #167) - Choose which library to update (issue #168)
- Specify platformio init –env-prefix when initialise/update
project (issue #182) - Added new Armstrap boards (issue #204)
- Updated SDK for espressif development platform to v1.1 (issue
#179) - Disabled automatic updates by default for platforms, packages and
libraries (issue #171) - Fixed bug with creating copies of source files (issue #177)