Skip to content

Arduino Release v3.3.0 based on ESP-IDF v5.5.0

Latest
Compare
Choose a tag to compare
@me-no-dev me-no-dev released this 23 Jul 12:35
· 35 commits to master since this release
dbaf6a3

What's Changed

System PR

Peripherals

GPIO

I2S

  • Fix(I2S example): make fix to the ESP32 I2S simple tone example by @greenyleaf in #10954
  • Add access methods to get the Wire bus number and I2C bus handle by @me-no-dev in #11570

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
  • fix(example): led flash not working if not using default model in camera example. by @HighDoping in #11466

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
  • remove weak function declaration of tud_msc_is_writable_cb to fix simultaneous CDC and MSC by @PaulaScharf in #11353

Libraries

Bluetooth & BLE

ESP-NOW

ESP-SR

Matter

Network

Update

  • Update ZigbeeColorDimmableLight to clamp color hue and saturation to 0-254 (Fixes #11527) by @thorrak in #11528

OTA

  • fix(csrf): Fix SCRF vulnerability in OTA examples and libraries by @me-no-dev in #11530

OpenThread

SD

SPI

WiFi

Wire

  • feat(wire): std::functional Wire slave callback functions by @SuGlider in #11582

Zigbee

Boards Additions & Updates

CI & testing

Documentation

Tooling

Others

New Contributors

Full Changelog: 3.2.0...3.3.0