Skip to content

Commit b82fb54

Browse files
KurtEfacchinm
authored andcommitted
giga: enable Async SPI
These two configuration settings are needed to enable the SPI Async code to work in Zephyr on STM32 based boards.
1 parent 5b7850a commit b82fb54

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)