Skip to content

3.3.0

Compare
Choose a tag to compare
@valeros valeros released this 30 Jun 11:39
· 406 commits to develop since this release
  • Added new board: Espressif ESP32-C3-DevKitM-1
  • Updated ESP-IDF to the latest stable 4.3
    • Support for the ESP32-C3 SoC
    • Updated FreeRTOS, based on upstream version v10.2.0
    • Improved heap algorith based on TLSF
    • See more changes in the release notes
  • Updated OpenOCD to the latest v0.10.0-20210401 (release notes)
  • sdkconfig files are now generated for each environment separately (#539)
  • The global IDF_TOOLS_PATH variable is now disabled within the isolated PlatformIO environment (#555)
  • Minor bugfixes and improvements