Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information