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
362: separate generic mod r=therealprof a=burrbull
Adds option `-g` which when enabled store contents of `generic.rs` in separate file.
It's useful for common crates like `stm32f1` where one crate for several `pac`s.
Uses `syn::parse` instead of vector of `quote!`.
Co-authored-by: Andrey Zgarbul <zgarbul.andrey@gmail.com>
0 commit comments