esp-idf-hal icon indicating copy to clipboard operation
esp-idf-hal copied to clipboard

DAC support

Open ivmarkov opened this issue 3 years ago • 11 comments

Subject says it all :)

ivmarkov avatar Jan 01 '22 15:01 ivmarkov

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.

dtimm avatar Mar 05 '24 18:03 dtimm

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.

Vollbrecht avatar Mar 05 '24 18:03 Vollbrecht

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

dtimm avatar Mar 05 '24 22:03 dtimm