Skip to content
Snippets Groups Projects
Commit f7c4f9a6 authored by Damien George's avatar Damien George
Browse files

stmhal: For SPI config, use HW_SPIx_SCK instead of HW_ENABLE_SPIx.

Previously, SPI was configured by a board defining MICROPY_HW_ENABLE_SPIx
to 0 or 1.  Now, the board should define MICROPY_HW_SPIx_SCK, MISO, MOSI
and NSS.  This makes it the same as how I2C is configured.
parent 29e9db0c
No related branches found
No related tags found
No related merge requests found
Showing
with 135 additions and 94 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment