This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 64e008f65b sched/task: minor polish on task_init()
add f4a38c01df arch/risc-v: Make esp32 SoCs allocate idle stack after ebss
No new revisions were added by this update.
Summary of changes:
.../risc-v/src/common/espressif/esp_allocateheap.c | 7 ++-
arch/risc-v/src/common/espressif/esp_head.S | 6 ++-
arch/risc-v/src/common/espressif/esp_memorymap.h | 10 ----
arch/risc-v/src/common/espressif/esp_start.c | 8 +---
.../src/esp32c3-legacy/esp32c3_allocateheap.c | 12 ++---
arch/risc-v/src/esp32c3-legacy/esp32c3_head.S | 6 ++-
arch/risc-v/src/esp32c3-legacy/esp32c3_memorymap.h | 10 ----
arch/risc-v/src/esp32c3-legacy/esp32c3_start.c | 8 +---
.../esp32c3-legacy/common/scripts/kernel-space.ld | 50 +++++++++----------
.../common/scripts/legacy_sections.ld | 50 +++++++++----------
.../common/scripts/mcuboot_sections.ld | 54 ++++++++++-----------
.../esp32c3-legacy/common/scripts/user-space.ld | 50 +++++++++----------
.../common/scripts/esp32c3_legacy_sections.ld | 50 +++++++++----------
.../common/scripts/esp32c3_mcuboot_sections.ld | 55 ++++++++++-----------
.../common/scripts/esp32c3_simple_boot_sections.ld | 56 ++++++++++------------
.../common/scripts/esp32c6_legacy_sections.ld | 50 +++++++++----------
.../common/scripts/esp32c6_simple_boot_sections.ld | 56 ++++++++++------------
.../common/scripts/esp32h2_legacy_sections.ld | 50 +++++++++----------
.../common/scripts/esp32h2_simple_boot_sections.ld | 56 ++++++++++------------
19 files changed, 288 insertions(+), 356 deletions(-)