Skip to content

Arduino Release v3.2.1 based on ESP-IDF v5.4.2

Latest
Compare
Choose a tag to compare
@me-no-dev me-no-dev released this 03 Jul 14:25
· 14 commits to master since this release

What's Changed

System PR

Peripherals

GPIO

I2S

  • Fix(I2S example): make fix to the ESP32 I2S simple tone example by @greenyleaf in #10954

LEDC

  • feat(ledc): clear all fields added to ledc struct in IDF 5.4 by @SuGlider in #11276
  • feat(ledc): Improve timer management with frequency/resolution matching by @P-R-O-C-H-Y in #11452
  • feat(LEDC): Add Gamma Fade support and enhance auto channel/timer selection for multi-group by @P-R-O-C-H-Y in #11464

PSRAM

RMT

  • fix(rmt): memset all config structs to zero before using by @SuGlider in #11203
  • refactor(rmt): refactored RMT loopback example by @SuGlider in #11221
  • feat(rmt): fixes example to run correctly within IDF 5.x by @SuGlider in #11292

UART

USB

  • 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

Libraries

Bluetooth & BLE

ESP-NOW

ESP-SR

Matter

  • feat(matter): Adds Matter Events callback plus example by @SuGlider in #11465

Network

Update

OpenThread

  • feat(openthread): adds native api by @SuGlider in #11474
  • feat(openthread): Add RLOC16 in otPrintNetworkInformation() by @lboue in #11480

SD

SPI

WiFi

  • fix(wifi): Workaround bug in esp_wifi_get_protocol() by @me-no-dev in #11239
  • feat(ap): Add support for DHCP Captive Portal (opt 114) by @me-no-dev in #11412
  • feat(p4): Add method to set the pins for SDIO to WiFi chip by @me-no-dev in #11513

Zigbee

Boards Additions & Updates

CI & testing

Documentation

Tooling

Others

  • Restore proper pin remapping functionality after 3.2.0 by @pillo79 in #11315
  • fix(rainmaker): Fix the 8MB partition scheme by @P-R-O-C-H-Y in #11363
  • feat(ssl): Do not check if client is connected if already disconnected by @me-no-dev in #11356
  • make BT core code execution conditional from include esp_bt.h by @Jason2866 in #11413
  • remove weak function declaration of tud_msc_is_writable_cb to fix simultaneous CDC and MSC by @PaulaScharf in
    #11353
  • Fix appending to Strings longer than 64k by @MattiasTF in #11523
  • pioarduino only: make adresses for partitions.bin and boot_app0.bin configureable by @Jason2866 in #11534
  • fix(csrf): Fix SCRF vulnerability in OTA examples and libraries by @me-no-dev in #11530
  • fix(example): led flash not working if not using default model in camera example. by @HighDoping in #11466

New Contributors

Full Changelog: 3.2.0...3.2.1