This is an automated email from the ASF dual-hosted git repository.
aguettouche pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from 1d66d5c debug tools: add heap & stack check in idle thread
add 3857d74 esp32: Extract memory layout definitions to a separate header
add e05762c esp32/memory_layout.h: Replace Gregory Nutt's copyright notice
No new revisions were added by this update.
Summary of changes:
arch/xtensa/include/esp32/memory_layout.h | 97 ++++++++++++++++++++++++++++++
arch/xtensa/src/esp32/esp32_allocateheap.c | 69 +--------------------
arch/xtensa/src/esp32/esp32_imm.c | 21 +------
3 files changed, 99 insertions(+), 88 deletions(-)
create mode 100644 arch/xtensa/include/esp32/memory_layout.h