Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix ESP32C3 driver error on Arduino and ESP-IDF v4 #69

Merged
merged 1 commit into from
Jun 23, 2023

Conversation

someweisguy
Copy link
Owner

This provides a fix for an issue within the dmx_driver_install() function on ESP32C3 for Arduino and ESP-IDF v4.

@someweisguy someweisguy linked an issue Jun 23, 2023 that may be closed by this pull request
@someweisguy someweisguy mentioned this pull request Jun 23, 2023
@someweisguy
Copy link
Owner Author

I quickly looked up the technical reference manuals for the ESP32-S2, C3, and S3 to ensure that the C3 is the only chip that would need this bugfix. Indeed, it is. The other chips all have three timers per timer group so the C3 is the only chip that will need this patch.

For some reason, I can't find any documentation on the ESP32C2. I am not sure what that is about, but Espressif claims that the ESP32C2 is supported by ESP-IDF v5.0 and v5.1. I guess we will have to wait and see if documentation is published for that chip, or if it has been killed by Espressif.

@someweisguy someweisguy merged commit 6d01690 into release/v3.0 Jun 23, 2023
@someweisguy someweisguy deleted the bugfix/c3-write branch June 23, 2023 02:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Single Core Issues?
1 participant