Adds support for hardware SPI to the zephyr port. Consistent with other ports, such as rp2 and stm32, we only implement the SPI protocol functions (init and transfer). Explicit sck/mosi/miso selection is not supported and new SPI instances are initialized with default values.
3 lines
33 B
Plaintext
3 lines
33 B
Plaintext
# Hardware features
|
|
CONFIG_SPI=y
|