mirror of
https://github.com/micropython/micropython.git
synced 2025-09-05 01:10:36 +02:00
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.