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
This build script was throwing away any failure to parse global config,
which means that e.g. misspelling "DIV256" would instead get you
unrelated compile errors in apparently unrelated crates, since code
generation would just switch off.
This appears to have been done because the lpc55 code was depending on
this crate, and it of course doesn't _have_ an stm32h7 global SPI config
stanza in its config TOML.
I broke that dependency in an earlier commit, so now I'm making the code
generation mandatory with error reporting.
0 commit comments