mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
feat(mmu): s31 support
This commit is contained in:
@@ -12,8 +12,6 @@
|
||||
* Restrict to simple macros with numeric values, and/or #if/#endif blocks.
|
||||
*/
|
||||
|
||||
/* This file might not accurate, please check [ESP32S31] IDF-14669 */
|
||||
|
||||
#include "sdkconfig.h"
|
||||
#include "ld.common"
|
||||
|
||||
|
||||
@@ -0,0 +1,20 @@
|
||||
|
||||
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
|
||||
Reference in New Issue
Block a user