esp32s2/esp32s3 textheap: do not require RTC heap
Unlike esp32, kmm memory is executable.
This commit is contained in:
parent
00cf0ada4f
commit
b3513c0811
@ -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
|
||||
|
||||
/****************************************************************************
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user