esp-rs / esp32

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

Update esp32.base.svd to correct the name field #38

Closed aykevl closed 4 years ago

aykevl commented 4 years ago

See: https://github.com/MabezDev/idf2svd/pull/17

This corrects the first <name> field, which was incorrect. When I generate a new esp32.base.svd, there are many more changes but I picked just this one as I don't know where all the other changes are coming from (maybe updates to idf2svd since esp32.base.svd was created?).

MabezDev commented 4 years ago

Thanks!