github platformio/platformio-core v1.0.0
1.0.0 (2015-02-27)

latest releases: v6.1.15, v6.1.14, v6.1.13...
9 years ago

PlatformIO 1.0 - recommended for production

  • Changed development status from beta to Production/Stable
  • Added support for ARM-based credit-card computers: Raspberry
    Pi
    , BeagleBone and CubieBoard
  • Added atmelsam development platform with supported boards:
    Arduino Due and Digistump DigiX (issue #71)
  • Added stm32 development platform with supported boards:
    Discovery kit for STM32L151/152, STM32F303xx, STM32F407/417 lines
    and libOpenCM3 Framework (issue #73)
  • Added teensy development platform with supported boards: Teensy
    2.x & 3.x
    (issue #72)
  • Added new Arduino boards to atmelavr platform: Arduino NG,
    Arduino BT, Arduino Esplora, Arduino Ethernet, Arduino Robot
    Control, Arduino Robot Motor and Arduino Yun
  • Added support for Adafruit boards to atmelavr platform:
    Adafruit Flora and Adafruit Trinkets (issue #65)
  • Added support for Digispark boards to atmelavr platform:
    Digispark USB Development Board and Digispark Pro (issue #47)
  • Covered code with tests (issue #2)
  • Refactored Library Dependency Finder (issues #48, #50,
    #55)
  • Added src_dir option to [platformio] section of
    platformio.ini which allows to redefine location to project’s
    source directory (issue #83)
  • Added --json-output option to platformio boards and
    platformio search commands which allows to return the output in
    JSON format (issue #42)
  • Allowed to ignore some libs from Library Dependency Finder via
    `ignore_libs <http://docs.platformio.org
  • Allowed to ignore some libs from Library Dependency Finder via
    ignore_libs option
  • Improved platformio run command: asynchronous output for build
    process, timing and detailed information about environment
    configuration (issue #74)
  • Output compiled size and static memory usage with platformio run
    command (issue #59)
  • Updated framework-arduino AVR & SAM to 1.6 stable version
  • Fixed an issue with the libraries that are git repositories (issue
    #49
    )
  • Fixed handling of assembly files (issue #58)
  • Fixed compiling error if space is in user’s folder (issue #56)
  • Fixed
    AttributeError: 'module' object has no attribute 'disable_warnings'
    when a version of requests package is less then 2.4.0
  • Fixed bug with invalid process’s “return code” when PlatformIO has
    internal error (issue #81)
  • Several bug fixes, increased stability and performance improvements

Don't miss a new platformio-core release

NewReleases is sending notifications on new releases.