| Crates.io | esp-wifi-hal |
| lib.rs | esp-wifi-hal |
| version | 0.1.5 |
| created_at | 2025-03-11 21:50:37.538923+00 |
| updated_at | 2025-07-27 18:09:30.252615+00 |
| description | An experimental driver for the Wi-Fi peripheral on ESP32-series chips. |
| homepage | https://esp32-open-mac.be/ |
| repository | https://github.com/esp32-open-mac/esp-wifi-hal |
| max_upload_size | |
| id | 1588644 |
| size | 134,198 |
An experimental asynchronous driver for the Wi-Fi peripheral of the ESP32-series chips.
This is experimental software. USE AT YOUR OWN RISK! We'll not take any liability for damage to the hardware. We do not condone the use of this for malicious purposes.
Currently the ESP32 and the ESP32-S2 are supported. You need to indicate, which you're using through the esp32 and esp32s2 features, only one of which can be enabled at a time.
Since xtensa support isn't mainlined, we can't host the docs on [https://docs.rs/] and right now don't self host them, so you have to generate them with cargo doc --open --features <YOUR_CHIP> --target xtensa-<YOUR_CHIP>-none-elf.
This project is licensed under Apache 2.0 or MIT at your option.