1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/nucleo-wl55jc
Marian Buschsieweke c7ded84e0c
boards/nucleo-wl55jc: Fix Arduino SPI bus
The macro `ARDUINO_SPI_D11D12D13` is used to refer to the SPI bus
on the pins D11/D12/D13 on Arduino UNO compatible boards. For all
Nucleo64 boards this is `SPI_DEV(0)`, but for this board `SPI_DEV(0)`
is internally connected to the radio. Instead `SPI_DEV(1)` is connected
to the correct pins. This provides the macro explicitly in
`periph_conf.h`, which takes preference over the fallback in
`boards/common/nucleo64` when provided.
2023-11-14 16:16:28 +01:00
..
include boards/nucleo-wl55jc: Fix Arduino SPI bus 2023-11-14 16:16:28 +01:00
board.c boards: drop LED init 2022-02-18 14:35:43 +01:00
doc.txt boards/nucleo-wl55jc: add short board info and flashing commands 2022-08-08 05:48:05 -04:00
Kconfig boards,sys/arduino: major clean up 2023-06-26 17:24:07 +02:00
Makefile boards: add nucleo-wl55jc 2021-04-20 21:04:29 +02:00
Makefile.dep boards: drop LED init 2022-02-18 14:35:43 +01:00
Makefile.features boards/nucleo-wl55jc : Add arduino interfaces 2021-04-20 21:04:36 +02:00
Makefile.include cpu/stm32wl: Flashpage configuration 2021-04-20 21:04:36 +02:00