mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
21 lines
321 B
Plaintext
21 lines
321 B
Plaintext
|
|
menu "Cache config"
|
|
|
|
config CACHE_L1_ICACHE_SIZE
|
|
hex
|
|
default 0x4000
|
|
|
|
config CACHE_L1_DCACHE_SIZE
|
|
hex
|
|
default 0x10000
|
|
|
|
config CACHE_L1_ICACHE_LINE_SIZE
|
|
int
|
|
default 64
|
|
|
|
config CACHE_L1_DCACHE_LINE_SIZE
|
|
int
|
|
default 64
|
|
|
|
endmenu # Cache config
|