-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Closed
Copy link
Labels
EnhancementChanges/Updates/Additions to existing featuresChanges/Updates/Additions to existing featuresarea: Boardsarea: Devicetreearea: SPISPI busSPI busplatform: STM32ST Micro STM32ST Micro STM32
Description
As a follow up to #5582 we need to convert the stm32 boards, that already support SPI to using dts for SPI configuration.
Right now building e.g. tests\drivers\spi\spi_loopback for nucleo_f091rc fails, because spi_ll_stm32.c driver relies on SPI_BASE_ADDRESS, SPINAME, SPIIRQ and SPI_IRQ_PRI wich are not defined yet for this board.
I guess this affects the following boards (i generated this list by searching which boards are stm32 based and have a default pinmux for SPI in their pinmux.c):
- 96b_carbon
- 96b_neonkey
- disco_l475_iot1
- nucleo_f091rc
- nucleo_f334r8
- nucleo_f401re
- nucleo_l432kc
- nucleo_l476rg
Metadata
Metadata
Assignees
Labels
EnhancementChanges/Updates/Additions to existing featuresChanges/Updates/Additions to existing featuresarea: Boardsarea: Devicetreearea: SPISPI busSPI busplatform: STM32ST Micro STM32ST Micro STM32