Skip to content

Arduino Release v3.3.1 based on ESP-IDF v5.5.1

Latest
Compare
Choose a tag to compare
@me-no-dev me-no-dev released this 16 Sep 21:45
· 17 commits to master since this release
54154c7

What's Changed

System PR

Chip Support

  • fix(esp32): float conversion warning in String::toFloat by @martinbudden in #11829
  • fix(esp32): Compiler warning - parameter byte in function EspClass::magicFlashChipSize shadows typedef uint8_t byte; by @martinbudden in #11827
  • fix(esp32): Compiler warning - loop variable a shadows previous instance of a in function i2c_slave_gpio_mode by @martinbudden in #11828

Peripherals

I2S

LEDC

  • fix(ledc): Allow setting AnalogWrite frequency and resolution before calling analogWrite by @P-R-O-C-H-Y in #11756

Touch

UART

USB

  • fix(usbmidi): use channel in int16_t USB MIDI pitch bend by @Skyslycer in #11795
  • feat(usb): allow the MIDI constructor to define a device name by @SuGlider in #11720

Libraries

Bluetooth & BLE

Ethernet

ESP-NOW

ESP-SR

FS

Network

  • refactor(http-client): Replace USE_SERIAL with direct Serial by @JakubAndrysek in #11786
  • fix(package_index): Use HTTPS URL for online help link by @pillo79 in #11790
  • feat(HTTPClient): add support for collecting all HTTP headers by @JakubAndrysek in #11768
  • Update HTTPUpdateServer.h to Fix SPIFFS Update error: Bad Size Given by @kapyaar in #11586

OTA

WebServer

  • feat(WebServer): Add support for JavaScript modules by @cosstab in #11782

WiFi

Zigbee

Boards Additions & Updates

  • Add senseBox Eye board by @PaulaScharf in #11608
  • change(partitions): Reorder No OTA TinyUF2 partition scheme to come first on 4MB boards by @tyeth in #11692
  • fix(esp32:m5stack_atoms3) : Update pins_arduino.h of variant m5stack_atoms3 with correct LED_BUILTIN value matching GPIO #35 by @brice-fr in #11689
  • variant lilyho_t3_s3_sx127x duplicates LORA_BUSY - deleting one of them by @mitra42 in #11678
  • feat(esp32): Added a new device(xiao esp32c5) by @AZKKXL in #11677
  • fix flash_size for denky32 by @GitNik1 in #11750
  • Add OTA to senseBox Eye board by @PaulaScharf in #11684
  • Added FoBE Quill ESP32S3 Mesh board support by @chihosin in #11698
  • feat: Add Twin AIoT Module support for ESP32-S3-N4R2 by @bekirr12 in #11755
  • docs: Fix link and formatting in core_compatibility.rst by @eMUQI in #11764
  • fix(pins_arduino): Fixes te mask for the Watchy Device pins by @SuGlider in #11738
  • Update tinyuf2 0.35 by @tyeth in #11631
  • Add 4D Systems' ESP32-P4 MIPI Display Modules by @cruzjuniel in #11819
  • feat(variants): Add variant for M5Tab5 by @lboue in #11832
  • feat(axiometa_pixie_m1): Add Axiometa PIXIE M1 by @lucasssvaz in #11840
  • feat(board): add support for Silicognition ManT1S by @xorbit in #11848

CI & testing

Documentation

  • docs: Correct ADC default resolution statement for ESP32-S2 by @eMUQI in #11653
  • fix(docs): Correct list indentation for analogWrite parameter by @eMUQI in #11727
  • fix(docs): Updates SPI reference link in documentation by @eMUQI in #11753

Tooling

Others

New Contributors

Full Changelog: 3.3.0...3.3.1