mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
12 lines
180 B
Plaintext
12 lines
180 B
Plaintext
menu "Cache config"
|
|
|
|
config CACHE_L1_CACHE_SIZE
|
|
hex
|
|
default 0x8000
|
|
|
|
config CACHE_L1_CACHE_LINE_SIZE
|
|
int
|
|
default 32
|
|
|
|
endmenu # Cache config
|