You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While updating the ESP32-C3 .svd file, I noticed that register groups that had dimIndex fields added were suddenly missing in chip.zig and were replaced with reserved fields.
To reproduce, replace the ESP32-C3 .svd file with one found in the esp-pacs repo, or patch it and use the patched version and re-build and check the GPIO.PINn registers.
The text was updated successfully, but these errors were encountered:
While updating the ESP32-C3
.svd
file, I noticed that register groups that haddimIndex
fields added were suddenly missing inchip.zig
and were replaced withreserved
fields.To reproduce, replace the ESP32-C3
.svd
file with one found in the esp-pacs repo, or patch it and use the patched version and re-build and check theGPIO.PINn
registers.The text was updated successfully, but these errors were encountered: