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
I noticed that sprot-api depended on spi-api, which is otherwise a very
STM32-specific crate (for better or worse). This turns out to be only
due to the SprotError::Spi variant... which is never constructed,
anywhere.
So I removed it.
This unblocks the upgrade to stm32h7 0.15.
0 commit comments