esp-rs / esp-pacs

Peripheral Access Crates for Espressif SoCs and modules
Apache License 2.0
103 stars 29 forks source link

Regenerating PACs #259

Closed playfulFence closed 1 month ago

playfulFence commented 2 months ago

After adding rustfmt in https://github.com/esp-rs/esp-pacs/pull/257 , a lot of changes in (not only) docs appears after generating PACs. Feel free to dismiss it in case of mistake

playfulFence commented 2 months ago

Oh, also there's a new svd2rust patch (0.33.4), which also seems to cause that amount of changes. So it's a combination of rustfmt and svd2rust new patch version.

On previous 0.33.3, rustfmt doesn't cause this amount of changes (something around 90 "only")