Skip to content

Releases: platformio/platform-espressif8266

2.0.1

24 Feb 08:28
Compare
Choose a tag to compare
  • Downgrade Xtensa toolchain to 1.20.0-26-gb404fb9-2 (issues #127, #128, #129, #130)

2.0.0

20 Feb 17:16
Compare
Choose a tag to compare
  • Added new board Invent One
  • Implemented a target to entire flash chip => $ pio run -t erase
  • Updated Arduino core to 2.5.0 (changelog)
  • Updated toolchain-xtensa
  • Improved resolving of OTA port
  • Bug fixes and improvements

1.8.0

13 Aug 15:01
Compare
Choose a tag to compare
  • Add new boards: Amperka WiFi Slot, WiFiduino, SeeedStudio Wio Link, XinaBox CW01
  • Update Arduino core to 2.4.2
  • Switch to isolated build flags per framework
  • Rename monitor_baud to monitor_speed

1.7.3

23 Jun 16:14
Compare
Choose a tag to compare
  • Fix SPIFFS uploading

1.7.2

20 Jun 20:54
Compare
Choose a tag to compare
  • Automatically calculate maximum available sketch size based on LD script (issue #86)

1.7.1

04 Jun 15:22
Compare
Choose a tag to compare
  • Declare command for checking memory usage
  • Fix ROM size for WROOM-02

1.7.0

23 Apr 12:35
Compare
Choose a tag to compare
  • Allow switching between lwIP variants (issue #65)
  • Update Arduino Core to 2.4.1 (issue #76)
  • Update "esptool" to the latest version
  • Update default upload speeds
  • Fix to build a SPIFFS for 16MB

1.6.0

03 Jan 17:27
Compare
Choose a tag to compare
  • Finally! Release of Arduino Core v2.4.0
  • Add new boards: WeMos D1 mini Pro and 4D Systems gen4 IoD Range
  • Update espota.py to v1.1.0
  • Update mkspiffs tool to v0.2.0
  • Allow overriding PROGNAME (issue #54)
  • Improve support of FQDN for OTA target (issue #56)

1.5.0

23 Dec 23:44
Compare
Choose a tag to compare
  • New boards: Heltec Wifi kit 8 and Wio Node
  • Add support for esp8266-nonos-sdk framework

☠️☠️☠️ !!! WARNING !!! ☠️ ☠️☠️

The LD scripts of this release strictly depend on .pioenvs build directory. If you use PlatformIO Core 4.0, please override build directory in your project:

[platformio]
build_dir = .pioenvs

[env:myesp8266env]
platform = [email protected]
... 

1.4.0

07 Aug 12:29
Compare
Choose a tag to compare
  • Excluded SourceForge from package repositories list
  • Added information about connectivity for boards
  • Fixed minor typo