Release History =============== 1.0.0 (?) --------- 0.4.0 (2014-07-31) ------------------ * Implemented ``serialports`` command * Allowed to put special build flags only for ``src`` files via ``srcbuild_flags`` environment option * Allowed to override some of settings via system environment variables such as: ``$PIOSRCBUILD_FLAGS`` and ``$PIOENVS_DIR`` * Added ``--upload-port`` option for ``platformio run`` command * Implemented (especially for `SmartAnthill `_) ``platformio run -t uploadlazy`` target (no dependencies to framework libs, ELF and etc.) * Allowed to skip default packages via ``platformio install --skip-default-package`` flag * Added tools for Raspberry Pi platform * Added support for Microduino and Raspduino boards in ``atmelavr`` platform 0.3.1 (2014-06-21) ------------------ * Fixed auto-installer for Windows OS (bug with %PATH% customisations) 0.3.0 (2014-06-21) ------------------ * Allowed to pass multiple "SomePlatform" to install/uninstall commands * Added "IDE Integration" section to README with Eclipse project examples * Created auto installer script for *PlatformIO* (`issue #3 `_) * Added "Super-Quick" way to Installation section (README) * Implemented "build_flags" option for environments (`issue #4 `_) 0.2.0 (2014-06-15) ------------------ * Resolved `issue #1 "Build referred libraries" `_ * Renamed project's "libs" directory to "lib" * Added `arduino-internal-library `_ example * Changed to beta status 0.1.0 (2014-06-13) ------------------ * Birth! First alpha release