Skip to content

Release V0.2

Compare
Choose a tag to compare
@ameyinamdar ameyinamdar released this 16 Sep 05:38
· 721 commits to master since this release

ESP-Hosted Release v0.2 - Release notes

  1. SPI interface Support:
    • Implemented a new transport interface over SPI
    • This is an alternative to previously implemented SDIO interface. Both can not be used at the same time.
    • Following features are supported over SPI interface:
      a] WLAN Station
      b] WLAN SoftAP
      c] BT/BLE
  2. Support for MCU based host STM32F469I-DISCO
    • Implemented host software for STM32. It consists:
      a] Transport layer: SPI host driver
      b] Virtual serial interface, which is used for sending control command for Wi-Fi configuration
      c] Network interface layer, which allows easy integration of any network stack with ESP-Hosted solution
    • Current solution demonstrates data path through ARP request-response
    • HCI interface can be implemented over virtual serial interface to support BT/BLE feature

Other enhancements:

  1. Reset/EN pin support: Host can reset ESP32 via configured GPIO pin
  2. WLAN STA: added WPA3 configuration option
  3. CMAKE build support