feat(mmu): s31 support

This commit is contained in:
armando
2026-04-01 09:19:20 +08:00
parent 3b428659a0
commit 2b582796d3
23 changed files with 122 additions and 54 deletions
@@ -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