mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-03 06:58:11 +00:00
20 lines
319 B
Plaintext
20 lines
319 B
Plaintext
menu "Cache config"
|
|
|
|
config CACHE_L1_ICACHE_SIZE
|
|
hex
|
|
default 0x4000
|
|
|
|
config CACHE_L1_DCACHE_SIZE
|
|
hex
|
|
default 0x8000
|
|
|
|
config CACHE_L1_ICACHE_LINE_SIZE
|
|
int
|
|
default 32
|
|
|
|
config CACHE_L1_DCACHE_LINE_SIZE
|
|
int
|
|
default 32
|
|
|
|
endmenu # Cache config
|