someweisguy / esp_dmx

Espressif ESP32 implementation of ANSI-ESTA E1.11 DMX-512A and E1.20 RDM
MIT License
335 stars 35 forks source link

Fix ESP32-C6 compatiblity #97

Closed someweisguy closed 1 year ago

someweisguy commented 1 year ago

This fixes compatibility issues with the ESP32-C6. It ensures that the peripheral clocks are correctly configured and that UART register writes are sync'd with the clock, per the C6's technical manual.