Release V0.2
ameyinamdar
released this
16 Sep 05:38
·
721 commits
to master
since this release
ESP-Hosted Release v0.2 - Release notes
- 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
- 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
- Implemented host software for STM32. It consists:
Other enhancements:
- Reset/EN pin support: Host can reset ESP32 via configured GPIO pin
- WLAN STA: added WPA3 configuration option
- CMAKE build support