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
SPI: provide a hook to set the minimum SPI frequency
On Giga, the system will complain loudly if the frequency selected is too low
```<err> spi_ll_stm32: Unsupported frequency 400000Hz, max 120000000Hz, min 937500Hz```
Let's try to keep this at minimum or change when we'll be able to grab the same infor from a macro/API provided by zephyr
0 commit comments