Skip to content

Commit

Permalink
platformio 2.8.6
Browse files Browse the repository at this point in the history
-   Launched [PlatformIO Community Forums](http://community.platformio.org) ([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])

  [issue \#530]: platformio/platformio-core#530
  [issue \#572]: platformio/platformio-core#572
  [issue \#568]: platformio/platformio-core#568
  [issue \#586]: platformio/platformio-core#586
  [issue \#571]: platformio/platformio-core#571
  [issue \#591]: platformio/platformio-core#591

Closes Homebrew/legacy-homebrew#50326.

Signed-off-by: Dominyk Tiller <[email protected]>
  • Loading branch information
ivankravets authored and xu-cheng committed Mar 23, 2016
1 parent 0c444b6 commit f579ddd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/platformio.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Platformio < Formula
desc "Ecosystem for IoT development (Arduino and MBED compatible)"
homepage "http://platformio.org"
url "https://pypi.python.org/packages/source/p/platformio/platformio-2.8.5.tar.gz"
sha256 "e6cd25d43d9ea151cd9ec0ff404d3f91221d310378d7d85a2f8c782cf3627a07"
url "https://pypi.python.org/packages/source/p/platformio/platformio-2.8.6.tar.gz"
sha256 "34b683055127b7cd132baf0e784c96df22aa90afc2d3ad5947bd52871c6712d1"

bottle do
cellar :any_skip_relocation
Expand Down

0 comments on commit f579ddd

Please sign in to comment.