nuttx/boards/xtensa/esp32
dongjiuzhu1 4068f11129 binfmt/elf: Select ARCH_USE_TEXT_HEAP if ARCH_HAVE_TEXT_HEAP
Using up_textheap_memalign to allocate memory if arch support textheap
for loading section.

The default system heap does not support execution permissions,
so up_textheap_memalign allocation is required.

this patch can fix issue about #11043

update esp32 elf config:
remove -CONFIG_ARCH_USE_TEXT_HEAP=y becuase ARCH_CHIP_ESP32 select
ARCH_HAVE_TEXT_HEAP

Signed-off-by: dongjiuzhu1 <dongjiuzhu1@xiaomi.com>
2023-10-27 15:42:02 +09:00
..
common esp32: Add support to gesture and APA102 as LCD 2023-10-24 13:54:32 +08:00
esp32-2432S028 Adding initial support to board esp32-2432S028, is a board with SD Card, RGB LED, output for speak and display LCD 2023-10-22 00:57:36 +08:00
esp32-audio-kit build: Replace "$(shell $(INCDIR) $(CC) ...)" with $(INCDIR_PREFIX) 2023-06-23 00:11:25 +03:00
esp32-devkitc binfmt/elf: Select ARCH_USE_TEXT_HEAP if ARCH_HAVE_TEXT_HEAP 2023-10-27 15:42:02 +09:00
esp32-ethernet-kit Documentation: migrate the rest boards 2023-10-26 18:13:34 -03:00
esp32-lyrat Run refresh.sh to update all board configs 2023-09-02 14:45:44 +08:00
esp32-pico-kit build: Replace "$(shell $(INCDIR) $(CC) ...)" with $(INCDIR_PREFIX) 2023-06-23 00:11:25 +03:00
esp32-sparrow-kit drivers: Added support for BME680 2023-07-29 17:47:23 -03:00
esp32-wrover-kit Run refresh.sh to update all board configs 2023-09-02 14:45:44 +08:00
lilygo_tbeam_lora_gps build: Replace "$(shell $(INCDIR) $(CC) ...)" with $(INCDIR_PREFIX) 2023-06-23 00:11:25 +03:00
ttgo_eink5_v2 build: Replace "$(shell $(INCDIR) $(CC) ...)" with $(INCDIR_PREFIX) 2023-06-23 00:11:25 +03:00
ttgo_lora_esp32 build: Replace "$(shell $(INCDIR) $(CC) ...)" with $(INCDIR_PREFIX) 2023-06-23 00:11:25 +03:00
ttgo_t_display_esp32 build: Replace "$(shell $(INCDIR) $(CC) ...)" with $(INCDIR_PREFIX) 2023-06-23 00:11:25 +03:00