v0.6.0-rc.0
Pre-release
Pre-release
github-actions
released this
03 Mar 22:19
·
463 commits
to main
since this release
v0.6.0-rc.0 release.
Please, read the getting started guide for flashing instructions.
CHANGELOG
Added
BOOTLOADER_OFFSET
for all current Esp32 models.- Added API to send messages from FreeRTOS tasks or pthreads, typically to
easily support integration with Esp32 callbacks
Fixed
BOOTLOADER_OFFSET
was incorrect for Esp32-C6 and Esp32-S2.- Fixed a bug that would fail to set DHCP hostname in STA+AP mode on all ESP32 platforms.
- ESP32-S3: crash in network driver caused by a smaller stack size for scheduler threads, when
callingesp_wifi_init()
. See also issue #1059. - Fixed Esp32 network driver on non-SMP builds
- ESP32: fixed bug in
gpio:stop/0
andgpio:close/1
that would cause the VM to crash.