Raphael Hetzel

Results 4 issues of Raphael Hetzel

Do you have an interface in mind for integrating WPA2 Enterprise? In the IDF/driver this is handled using a completely separate API (`esp_wifi_sta_wpa2_ent_set_username`, `esp_wifi_sta_wpa2_ent_enable`) but given the way the interface...

The defaults are currently not validated, what could lead to errors especially in the case of the sort options or other parsers with more complex output. This could be verified...

enhancement
help wanted

Hi, I wanted to use `hal::spi::master::Spi` as an `embedded_hal_async::spi::SpiBus`. Given the `asynch` module is not [public ](https://github.com/esp-rs/esp-hal/blob/main/esp-hal/src/spi/master.rs#L1537) I don't see any way to do that. Is this hidden by accident,...

bug

### Problem Hey, in my project I am using cargo as a library to build customized binaries (user-generated packages) on a server that are then sent to worker nodes. For...

C-feature-request
A-cargo-api
A-patch
S-needs-design