esp-rs / esp-idf-hal

embedded-hal implementation for Rust on ESP32 and ESP-IDF
https://docs.esp-rs.org/esp-idf-hal/
Apache License 2.0
432 stars 170 forks source link

DAC support #28

Open ivmarkov opened 2 years ago

ivmarkov commented 2 years ago

Subject says it all :)

dtimm commented 5 months ago

This would require regenerating bindings with the 5.1 DAC driver files? I would like to work on this, but I'm not sure where to start.

Vollbrecht commented 5 months ago

you would need to add the headers needed to the esp-idf-sys bindings.h file with the appropriate gates.

Than you should be g2g and can start working on a safe wrapper for it.

dtimm commented 5 months ago

Created https://github.com/esp-rs/esp-idf-sys/pull/289 to get this into esp-idf-sys.

iaxon commented 4 weeks ago

Are there any news as it now is in 'esp-idf-sys'?