- PlatformIO IDE for Atom (issue #470)
- Added
pio
command line alias forplatformio
command (issue #447) - Added SPL-Framework support for Nucleo F401RE board (issue #453)
- Added
upload_resetmethod
option to Project Configuration File platformio.ini and allowed to change default upload reset method for Espressif development platform (issue #444) - Allowed to force output of color ANSI-codes or to disable progress bar even if the output is a
pipe
(not atty
) using Environment variables (issue #465) - Set 1Mb SPIFFS for Espressif boards by default (issue #458)
- Exclude
test*
folder by default from build process - Generate project for IDEs with information about installed libraries
- Fixed builder for mbed framework and ST STM32 platform