Skip to content

Commit

Permalink
esp32s2/esp32s3 textheap: do not require RTC heap
Browse files Browse the repository at this point in the history
Unlike esp32, kmm memory is executable.
  • Loading branch information
yamt committed May 24, 2024
1 parent 07f0e0c commit ff0edf6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions arch/xtensa/src/esp32s2/esp32s2_textheap.c
Original file line number Diff line number Diff line change
Expand Up @@ -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

/****************************************************************************
Expand Down
4 changes: 0 additions & 4 deletions arch/xtensa/src/esp32s3/esp32s3_textheap.c
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ff0edf6

Please sign in to comment.