ESP32 Arduino 3.3.0-alpha1 based on ESP-IDF v5.5 with ESP32-C5 ECO1 support
Pre-release
Pre-release
What's Changed
- IDF master by @me-no-dev in #11150
- Modify T-LoRa-Pager device PID by @lewisxhe in #11194
- fix(rmt): memset all config structs to zero before using by @SuGlider in #11203
- feat(zigbee): Add PM2.5 endpoint support by @P-R-O-C-H-Y in #11205
- fix(zigbeeEP): review of names and memory allocation by @SuGlider in #11199
- Add an option to force IDF's default UART clock source by @gonzabrusco in #11191
- fix(board): Alfredo NoU3 pins_arduino.h uses uint8_t but it causes error with esp32-hal-gpio.h by @SaintSampo in #11206
- feat(zigbee): Add battery voltage attribute support by @P-R-O-C-H-Y in #11210
- Use CONFIG_BT_BLUEDROID_ENABLED for enabling by @Jason2866 in #11214
- refactor(rmt): refactored RMT loopback example by @SuGlider in #11221
- fix(usb): uninitilized variable warning message by @SuGlider in #11222
- feat(usb): add a few more consumer control HID commands by @SuGlider in #11227
- fix(usb_hid): duplicated CONSUMER_CONTROL_PLAY_PAUSE by @SuGlider in #11242
- feat(logging): Arduino log redirection by @mathieucarbou in #11159
- check for
CONFIG_BT_BLUEDROID_ENABLED
in esp32-hal-misc.c by @Jason2866 in #11234 - fix(wifi): Workaround bug in esp_wifi_get_protocol() by @me-no-dev in #11239
- fix(esp32c5): Add proper RTC clock source to uartSetClockSource by @Jason2866 in #11255
- ci(pre-commit): Lock versions to SHA and apply fixes by @lucasssvaz in #11248
- fix(gpio): Fix GPIO warning message by @lucasssvaz in #11268
- docs(language): Enforce English on contributions and issues by @lucasssvaz in #11267
- IDF master by @me-no-dev in #11204
- feat(ledc): clear all fields added to ledc struct in IDF 5.4 by @SuGlider in #11276
- feat(uart): sets correct ESP32/S2 clock source for the example by @SuGlider in #11286
- ci(idf): Use included IDF examples in CI by @lucasssvaz in #11240
- ci(release): Add package JSON with chinese mirrors by @lucasssvaz in #11288
- Update LilyGo T-Watch-S3-Ultra and T-LoRa-Pager variants by @lewisxhe in #11299
- feat(rmt): fixes example to run correctly within IDF 5.x by @SuGlider in #11292
- Update boards.txt with updated CodeCell board variant by @microbotsio in #11313
- New SPI invert hardware SS function in hall-spi and SPI library by @UltimumControl in #11297
- Restore proper pin remapping functionality after 3.2.0 by @pillo79 in #11315
- feat(uart): simplifies UART example based on MODBUS standard by @SuGlider in #11309
- docs(mirror): Add Chinese mirror links by @lucasssvaz in #11317
- fix(spi): Add missing initializer for ss_invert by @lucasssvaz in #11320
New Contributors
- @UltimumControl made their first contribution in #11297
Full Changelog: 3.2.0...3.3.0-alpha1