nuttx/boards
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
..
arm Documentation: migrate the rest boards 2023-10-26 18:13:34 -03:00
arm64 Documentation: migrate the rest boards 2023-10-26 18:13:34 -03:00
avr Documentation: migrate the rest boards 2023-10-26 18:13:34 -03:00
dummy
hc/m9s12 Documentation: migrate the rest boards 2023-10-26 18:13:34 -03:00
mips Documentation: migrate the rest boards 2023-10-26 18:13:34 -03:00
misoc/lm32/misoc Documentation: migrate the rest boards 2023-10-26 18:13:34 -03:00
or1k/mor1kx/or1k Documentation: migrate the rest boards 2023-10-26 18:13:34 -03:00
renesas Documentation: migrate the rest boards 2023-10-26 18:13:34 -03:00
risc-v binfmt/elf: Select ARCH_USE_TEXT_HEAP if ARCH_HAVE_TEXT_HEAP 2023-10-27 15:42:02 +09:00
sim/sim/sim ci: add fmemopen test and merge fopencookie and fmemopen to stdio test 2023-10-27 08:55:24 +08:00
sparc Run refresh.sh to update all board configs 2023-09-02 14:45:44 +08:00
x86/qemu/qemu-i486 Documentation: migrate the rest boards 2023-10-26 18:13:34 -03:00
x86_64/intel64/qemu-intel64 Documentation: migrate the rest boards 2023-10-26 18:13:34 -03:00
xtensa binfmt/elf: Select ARCH_USE_TEXT_HEAP if ARCH_HAVE_TEXT_HEAP 2023-10-27 15:42:02 +09:00
z16/z16f/z16f2800100zcog Documentation: migrate the rest boards 2023-10-26 18:13:34 -03:00
z80 Documentation: migrate the rest boards 2023-10-26 18:13:34 -03:00
.gitignore
Board.mk
boardctl.c usbadb: add usbadb boardctl 2023-08-07 11:23:36 +08:00
CMakeLists.txt build: add initial cmake build system 2023-07-08 13:50:48 +08:00
dummy.c
Kconfig boards/stm32: add support to STM32F401RC-RS485 board 2023-10-23 14:28:27 +08:00
Makefile