What's Changed
- ci(wokwi): Add re-trigger option which ignores cached results by @P-R-O-C-H-Y in #12215
- ci(soc): Centralize SoC config in CI and add README by @lucasssvaz in #12143
- ci(component): Check if examples declared and folders match by @lucasssvaz in #12151
- fix(print): Fix format specifiers by @lucasssvaz in #12164
- fix(board): fix WS2812 color order by @eMUQI in #12174
- fix(logging): Add wrapper when using wifi without esp_diagnostics by @lucasssvaz in #12188
- feat(board): Add custom boards YB-ESP32-S3-AMP and YB-ESP32-S3-DAC by @yellobyte in #12191
- fix(uart): fixes setPins() when changing RTS and CTS by @SuGlider in #12201
- fix(export): Fix binary export for IDE v1 by @lucasssvaz in #12203
- feat(ci): add a backlog clean up bot by @dmitriyastapov in #12128
- fix(recipes): fixes platform.txt for older arduino-build version by @SuGlider in #12189
- feat(board): add support for PandaByte dev boards by @rahulthakur-ms in #12220
- fix(5ghz): Rework WiFi LR logic for 5GHz chips by @me-no-dev in #12202
- fix(usb_hw_serial): fixes connected state after sketch is uploaded by @SuGlider in #12184
- fix(ble): Fix BLE memory release by @lucasssvaz in #12192
- Add partition schema definition optimized for local storage by @frdoni in #12196
- feat(board): Add Support for ESP32-P4 Core Board by @me-no-dev in #12230
- Added Waveshare AMOLED Touch S3 2.06 Board by @shawkym in #12227
- feat(hosted): Update and enhance logging of esp-hosted by @me-no-dev in #12229
- fix(net): Allow setting custom base MAC on ESP32 by @me-no-dev in #12233
- feat(udp): Allow for packets up to 1460 bytes by @me-no-dev in #12232
- fix(ble): Fix onRead callback by @lucasssvaz in #12234
- feat(s3): Split libs for each SoC and add S3 support by @lucasssvaz in #12219
- IDF release/v5.5 by @me-no-dev in #12250
- Add soc_caps.h include to Adafruit FunHouse by @tyeth in #12244
New Contributors
- @dmitriyastapov made their first contribution in #12128
- @rahulthakur-ms made their first contribution in #12220
- @frdoni made their first contribution in #12196
- @shawkym made their first contribution in #12227
Full Changelog: 3.3.5...3.3.6-RC1