esp-rs / esp32

Peripheral access crate for the ESP32
Apache License 2.0
127 stars 12 forks source link

Workaround for RTC_CNTL_REG which is not created correctly by svd2idf #28

Closed arjanmels closed 4 years ago

arjanmels commented 4 years ago

Workaround for RTC_CNTL_REG which is not created correctly by svd2idf and added some field definitions for TIMG.

MabezDev commented 4 years ago

Thanks. I figured idf2svd would miss some stuff, so PR's like this are perfect. Thank you!