Skip to content

Commit 6b694c5

Browse files
committed
Enable Async SPI to work on Arduino GIGA.
These two configuration settings are needed to enable the SPI Async code to work in Zephyr on STM32 based boards.
1 parent d6846ed commit 6b694c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: loader/boards/arduino_giga_r1_m7.conf

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ CONFIG_PWM=y
2222

2323
CONFIG_DMA=y
2424
CONFIG_MEMC=y
25+
CONFIG_SPI_ASYNC=y
26+
CONFIG_SPI_STM32_INTERRUPT=y
2527

2628
#CONFIG_VIDEO=y
2729
CONFIG_VIDEO_STM32_DCMI=y

0 commit comments

Comments
 (0)