-
06/02/2016 at 18:09 •
0 comments
- Simplified Continuous Integration with AppVeyor (issue #671)
- Automatically add source directory to
CPPPATH
of Build System - Added support for Silicon Labs SLSTK3401A (Pearl Gecko) and MultiTech mDot F411 ARM mbed based boards
- Added support for MightyCore ATmega8535 board (issue #585)
- Added
stlink
as the default uploader for STM32 Discovery boards (issue #665) - Use HTTP mirror for Package Manager in a case with SSL errors (issue #645)
- Improved firmware uploading to Arduino Leonardo/Due based boards
- Fixed bug with
env_default
when pio run -e
is used - Fixed issue with
src_filter
option for Windows OS (issue #652) - Fixed configuration data for TI LaunchPads based on msp430fr4133 and msp430fr6989 MCUs (issue #676)
- Fixed issue with ARM mbed framework and multiple definition errors on FRDM-KL46Z board (issue #641)
- Fixed issue with ARM mbed framework when abstract class breaks compile for LPC1768 (issue #666)
-
04/30/2016 at 15:33 •
0 comments
- Handle prototype pointers while converting
*.ino
to .cpp
(issue #639)
-
04/28/2016 at 16:38 •
0 comments
PlatformIO IDE 1.2.0
- Home Screen: Recent projects, quick access panel, IDE/CLI version information
- Project Examples: Learn PlatformIO with pre-configured Project Examples
- Jump to C/C++ Declaration via hotkey
f3
- Added
DTR
and RTS
options to Serial Monitor - Added
Raw
(do not apply any encodings/transformations) option to Serial Monitor - Remember all Serial Monitor options (including advanced settings)
PlatformIO CLI 2.9.0
- Project generator for CodeBlocks IDE (issue #600)
- New Lattice iCE40 FPGA development platform with support for Lattice iCEstick FPGA Evaluation Kit and BQ IceZUM Alhambra FPGA (issue #480)
- New Intel ARC 32-bit development platform with support for Arduino/Genuino 101 board (issue #535)
- New Microchip PIC32 development platform with support for 20+ different PIC32 based boards (issue #438)
- New RTOS and build Framework named Simba (issue #412)
- New boards for ARM mbed framework: ST Nucleo F410RB, ST Nucleo L073RZ and BBC micro:bit
- Added support for Arduino.Org boards: Arduino Leonardo ETH, Arduino Yun Mini, Arduino Industrial 101 and Linino One (issue #472)
- Added support for Generic ATTiny boards: ATTiny13, ATTiny24, ATTiny25, ATTiny45 and ATTiny85 (issue #636)
- Added support for MightyCore boards: ATmega1284, ATmega644, ATmega324, ATmega164, ATmega32, ATmega16 and ATmega8535 (issue #585)
- Added support for TI MSP430 boards: TI LaunchPad w/ msp430fr4133 and TI LaunchPad w/ msp430fr6989
- Updated Arduino core for Espressif platform to 2.2.0 (issue #627)
- Updated native SDK for ESP8266 to 1.5 (issue #366)
- PlatformIO Library Registry in JSON format! Implemented
--json-output
and --page
options for platformio lib search](http://docs.platformio.org/en/latest/userguide/lib/cmd_search.html) command (issue #604) - Allowed to specify default environments env_default which should be processed by default with
platformio run
command (issue #576) - Allowed to unflag(remove) base/initial flags using build_unflags option (issue #559)
- Allowed multiple VID/PID pairs when detecting serial ports (issue #632)
- Automatically add
-DUSB_MANUFACTURER
with vendor’s name (issue #631) - Automatically reboot Teensy board after upload when Teensy Loader GUI is used (issue #609)
- Refactored source code converter from
*.ino
to *.cpp
(issue #610) - Forced
-std=gnu++11
for Atmel SAM development platform (issue #601) - Don’t check OS type for ARM mbed-enabled boards and ST STM32 development platform before uploading to disk (issue #596)
- Fixed broken compilation for Atmel SAMD based boards except Arduino Due (issue #598)
- Fixed firmware uploading using serial port with spaces in the path
- Fixed cache system when project’s root directory is used as
src_dir
(issue #635)
-
03/22/2016 at 21:11 •
0 comments
- Launched PlatformIO Community Forums (issue #530)
- Added support for ARM mbed-enabled board Seed Arch Max (STM32F407VET6) (issue #572)
- Improved DNS lookup for PlatformIO API
- Updated Arduino Wiring-based framework to the latest version for Atmel AVR/SAM development platforms
- Updated “Teensy Loader CLI” and fixed uploading of large .hex files (issue #568)
- Updated the support for Sanguino Boards (issue #586)
- Better handling of used boards when re-initialize/update project
- Improved support for non-Unicode user profiles for Windows OS
- Disabled progress bar for download operations when prompts are disabled
- Fixed multiple definition errors for ST STM32 development platform and ARM mbed framework (issue #571)
- Fixed invalid board parameters (reset method and baudrate) for a few ESP8266 based boards
- Fixed “KeyError: ‘content-length’” in PlatformIO Download Manager (issue #591)
-
03/07/2016 at 17:05 •
0 comments
-
02/17/2016 at 21:07 •
0 comments
-
02/02/2016 at 18:03 •
0 comments
- Better integration of PlatformIO Builder with PlatformIO IDE Linter
- Fixed issue with removing temporary file while converting
*.ino
to *.cpp
- Fixed missing dependency (mbed framework) for Atmel SAM development platform (issue #487)
-
01/29/2016 at 19:06 •
0 comments
- Corrected RAM size for NXP LPC1768 based boards (issue #484)
- Exclude only
test
and tests
folders from build process - Reverted
-Wl,-whole-archive
hook for ST STM32 and mbed
-
01/29/2016 at 19:06 •
0 comments
- Fixed a bug with Project Initialization in PlatformIO IDE
-
01/29/2016 at 13:06 •
0 comments