esp-rs / esp32

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

untrack src/ #10

Closed MabezDev closed 4 years ago

MabezDev commented 4 years ago

Removing src/ from git would make PR's easier to review, as thousands of changes are made per generation of the files.

On the other hand removal of the source requires someone to build it to inspect it; would the docs be sufficient?

stm32-rs does it this way, only generating the code on releases or on ci runs.