Skip to content

Commit 53c1014

Browse files
committed
tests: Clear SPI_*_IRQ_PRI from tests and samples
Remove SPI_*_IRQ_PRI from tests and samples. Using DT to get the *_IRQ_PRI, we can't override it using Kconfig. If needed, use a BOARD_NAME.overlay file to override default values. Signed-off-by: Yannis Damigos <giannis.damigos@gmail.com>
1 parent 6d4d089 commit 53c1014

File tree

5 files changed

+0
-5
lines changed

5 files changed

+0
-5
lines changed

samples/drivers/led_lpd8806/boards/96b_carbon.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@ CONFIG_SPI_STM32=y
22
CONFIG_SPI_STM32_INTERRUPT=y
33
CONFIG_SPI_2=y
44
CONFIG_SPI_2_NAME="lpd8806_spi"
5-
CONFIG_SPI_2_IRQ_PRI=2

samples/drivers/led_ws2812/boards/96b_carbon.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@ CONFIG_SPI_STM32=y
22
CONFIG_SPI_STM32_INTERRUPT=y
33
CONFIG_SPI_2=y
44
CONFIG_SPI_2_NAME="ws2812_spi"
5-
CONFIG_SPI_2_IRQ_PRI=2

tests/drivers/spi/spi_loopback/prj_96b_carbon_irq.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,4 @@ CONFIG_SYS_LOG_SPI_LEVEL=1
88
CONFIG_SPI_STM32=y
99
CONFIG_SPI_STM32_INTERRUPT=y
1010
CONFIG_SPI_2=y
11-
CONFIG_SPI_2_IRQ_PRI=10
1211
CONFIG_POLL=y

tests/drivers/spi/spi_loopback/prj_96b_carbon_polled.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,4 @@ CONFIG_SYS_LOG_SPI_LEVEL=1
88
CONFIG_SPI_STM32=y
99
# CONFIG_SPI_STM32_INTERRUPT is not set
1010
CONFIG_SPI_2=y
11-
CONFIG_SPI_2_IRQ_PRI=10
1211
CONFIG_POLL=y

tests/drivers/spi/spi_loopback/prj_nucleo_l432kc.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@ CONFIG_SYS_LOG_SPI_LEVEL=4
66
CONFIG_SPI_STM32=y
77
CONFIG_SPI_STM32_INTERRUPT=y
88
CONFIG_SPI_1=y
9-
CONFIG_SPI_1_IRQ_PRI=10
109
CONFIG_POLL=y

0 commit comments

Comments
 (0)