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
Create multiple SPI instance if spis array contains plural elements.
Declare these as 'SPI1', 'SPI2', ..., from second element of the array.
(First element is already declare as 'SPI'.)
This works if `spis` property defined.
The property parse as SPI array declaration, to define SPI instance
with the name of SPI, SPI1, SPI2...
If `spis` is not defined but the DTS already defines `arduino-spi` and,
use it to define first SPI instance.
The `arduion-spi` is usually define with arduino_header in
boards definitions.
Signed-off-by: TOKITA Hiroshi <[email protected]>
0 commit comments