esp32s2/esp32s3 textheap: do not require RTC heap

Unlike esp32, kmm memory is executable.
This commit is contained in:
YAMAMOTO Takashi 2024-05-22 15:03:19 +09:00 committed by Xiang Xiao
parent 00cf0ada4f
commit b3513c0811
2 changed files with 0 additions and 8 deletions

View File

@ -41,10 +41,6 @@
* Pre-processor Definitions
****************************************************************************/
#ifndef CONFIG_ESP32S2_RTC_HEAP
#error "No suitable heap available. Enable ESP32S2_RTC_HEAP."
#endif
#define D_I_BUS_OFFSET 0x70000
/****************************************************************************

View File

@ -43,10 +43,6 @@
* Pre-processor Definitions
****************************************************************************/
#ifndef CONFIG_ESP32S3_RTC_HEAP
#error "No suitable heap available. Enable ESP32S3_RTC_HEAP."
#endif
#define EXTRAM_INSTRUCTION_BUS_LOW 0x42000000
#define EXTRAM_INSTRUCTION_BUS_HIGH 0x44000000