Skip to content

Commit a0c6f64

Browse files
committed
Update arduino_portenta_h7_m7.conf to enable memc
resolves: arduino#74 needed to add: CONFIG_MEMC=y to have the SDRAM enabled and as such not fault if you do anything with the SDRAM library. Also enabled CONFIG_DMA=y As not sure if that was needed but is in the GIGA .conf file
1 parent 8b29f64 commit a0c6f64

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

loader/boards/arduino_portenta_h7_m7.conf

+2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ CONFIG_LLEXT_HEAP_SIZE=128
2626

2727
#CONFIG_ADC=y
2828
#CONFIG_PWM=y
29+
CONFIG_DMA=y
30+
CONFIG_MEMC=y
2931
CONFIG_SPI_ASYNC=y
3032
CONFIG_SPI_STM32_INTERRUPT=y
3133

0 commit comments

Comments
 (0)