1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 23:12:45 +01:00
RIOT/boards/common/arduino-zero/include
Marian Buschsieweke cbf06649aa
boards/common/arduino-zero: Add Arudino SPI mapping
The Arduino Zero based boards already provided the feature
`arduino_spi`, but were missing the corresponding mapping. This fixes
the issue by adding the SPI bus numbers for the ISP SPI bus and the
D11D12D13 SPI bus.

(And in order to actually add the D11D12D13 SPI bus, the `periph_conf.h`
was extended to provide an SPI configuration for it.)
2024-10-01 18:27:33 +02:00
..
arduino_iomap.h boards/common/arduino-zero: Add Arudino SPI mapping 2024-10-01 18:27:33 +02:00
board.h boards/*: include periph/gpio.h in board.h 2024-07-12 15:02:43 +02:00
gpio_params.h boards/arduino-zero: Factor out common code 2020-06-04 21:28:17 +02:00
periph_conf.h boards/common/arduino-zero: Add Arudino SPI mapping 2024-10-01 18:27:33 +02:00