test_apps: enable memprot tests for ESP32-H2 target

This commit is contained in:
Mahavir Jain
2023-03-10 09:38:40 +05:30
parent fb1ef7c6d6
commit b29ed0ba0b
4 changed files with 25 additions and 12 deletions

View File

@@ -176,6 +176,9 @@
#define SOC_DIRAM_DRAM_LOW 0x40800000
#define SOC_DIRAM_DRAM_HIGH 0x40850000
#define MAP_DRAM_TO_IRAM(addr) (addr)
#define MAP_IRAM_TO_DRAM(addr) (addr)
// Region of memory accessible via DMA. See esp_ptr_dma_capable().
#define SOC_DMA_LOW 0x40800000
#define SOC_DMA_HIGH 0x40850000