Skip to content

Commit cc447e6

Browse files
committed
loader: move cache config to be board specific
1 parent f59d51c commit cc447e6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

loader/boards/arduino_giga_r1_m7.conf

+4
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ CONFIG_ADC=y
2222
CONFIG_DAC=y
2323
CONFIG_PWM=y
2424

25+
CONFIG_ICACHE=y
26+
CONFIG_DCACHE=y
27+
CONFIG_CACHE_MANAGEMENT=y
28+
2529
CONFIG_DMA=y
2630
CONFIG_MEMC=y
2731
CONFIG_SPI_ASYNC=y

loader/prj.conf

-4
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ CONFIG_LLEXT_SHELL=y
2525
CONFIG_LLEXT_STORAGE_WRITABLE=y
2626
CONFIG_LLEXT_EXPORT_DEVICES=y
2727

28-
CONFIG_ICACHE=y
29-
CONFIG_DCACHE=y
30-
CONFIG_CACHE_MANAGEMENT=y
31-
3228
CONFIG_GPIO=y
3329
CONFIG_PINCTRL=y
3430
CONFIG_I2C=y

0 commit comments

Comments
 (0)