Skip to content

Releases: platformio/platformio-core

0.8.0 (2014-10-19)

01 Dec 22:00
Compare
Choose a tag to compare

0.7.1 (2014-10-06)

06 Oct 20:31
Compare
Choose a tag to compare
  • Fixed bug with order for includes in conversation from INO/PDE to CPP
  • Automatic detection of port on upload (issue #15)
  • Fixed lib update crashing when no libs are installed (issue #19)

0.7.0 (2014-09-24)

24 Sep 19:31
Compare
Choose a tag to compare
  • Implemented new [platformio] section for Configuration File with home_dir
    option (issue #14)
  • Implemented Library Manager (issue #6)

0.6.0 (2014-08-09)

09 Aug 20:25
Compare
Choose a tag to compare
  • Implemented serialports monitor (issue #10)
  • Fixed an issue ImportError: No module named platformio.util (issue #9)
  • Fixed bug with auto-conversation from Arduino *.ino to *.cpp

0.5.0 (2014-08-04)

04 Aug 09:04
Compare
Choose a tag to compare
  • Improved nested lookups for libraries
  • Disabled default warning flag "-Wall"
  • Added auto-conversation from *.ino to valid *.cpp for Arduino/Energia
    frameworks (issue #7)
  • Added Arduino example
    with external library (Adafruit CC3000)
  • Implemented platformio upgrade command and "auto-check" for the latest
    version (issue #8)
  • Fixed issue with "auto-reset" for Raspduino board
  • Fixed bug with nested libs building

0.4.0 (2014-07-31)

31 Jul 13:28
Compare
Choose a tag to compare
  • 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)

21 Jun 20:15
Compare
Choose a tag to compare
  • Fixed auto-installer for Windows OS (bug with %PATH% customisations)

0.3.0 (2014-06-21)

21 Jun 19:34
Compare
Choose a tag to compare

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)

v0.2.0

15 Jun 19:15
Compare
Choose a tag to compare

0.2.0 (2014-06-15)

v0.1.0

15 Jun 19:15
Compare
Choose a tag to compare

0.1.0 (2014-06-13)

  • Birth! First alpha release