Merge branch 'feature/memprot_api_unified_s3_2' into 'master'

System/Security: Memprot API unified (ESP32S3)

See merge request espressif/esp-idf!16169
This commit is contained in:
Martin Vychodil
2022-06-20 17:34:22 +08:00
32 changed files with 3875 additions and 874 deletions

View File

@@ -35,14 +35,6 @@ typedef union {
#define DRAM_SRAM_START 0x3FC7C000
#ifndef MAP_DRAM_TO_IRAM
#define MAP_DRAM_TO_IRAM(addr) (addr - DRAM_SRAM_START + SOC_IRAM_LOW)
#endif
#ifndef MAP_IRAM_TO_DRAM
#define MAP_IRAM_TO_DRAM(addr) (addr - SOC_IRAM_LOW + DRAM_SRAM_START)
#endif
//IRAM0
//16kB (ICACHE)