Skip to content

ESP-Hosted-NG - Release 1.0.6

Latest

Choose a tag to compare

@mantriyogesh mantriyogesh released this 13 Apr 05:49

New Features

  • ESP32-C61 Support
    Added support for ESP32-C61 over SPI and SDIO transports.

  • ESP32-C5 Support
    Added ESP32-C5 to include SPI and SDIO transport.

  • WPA2 Enterprise Support
    Added EAP-based enterprise authentication in Station mode.

  • ESP Pre-allocated ESF Buffers
    Migrated to ESP-managed buffers for slave-to-host data transport, improving memory efficiency.

  • IDF v5.5.1 Rebase
    Firmware rebased on ESP-IDF v5.5.1.

Bug Fixes and Improvements

  • SPI Out-of-Bounds Fix
    Fixed OOB reads in SPI when TX skb length < SPI_BUF_SIZE.

  • Counter Reset Fix
    Fixed tx_pending counter reset on module deinit to prevent queue stalls.