feat(sdm): add support for esp32c5

This commit is contained in:
Chen Jichang
2024-07-10 11:46:24 +08:00
parent c965c92c44
commit a717fecf94
20 changed files with 148 additions and 38 deletions

View File

@@ -42,7 +42,8 @@ PROVIDE ( HMAC = 0x6008D000 );
PROVIDE ( ECDSA = 0x6008E000 );
PROVIDE ( IO_MUX = 0x60090000 );
PROVIDE ( GPIO = 0x60091000 );
PROVIDE ( GPIO_EXT = 0x60091f00 );
PROVIDE ( GPIO_EXT = 0x60091e00 );
PROVIDE ( SDM = 0x60091e00 );
PROVIDE ( MEM_MONITOR = 0x60092000 );
PROVIDE ( PAU = 0x60093000 );
PROVIDE ( HP_SYSTEM = 0x60095000 );