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/incubator-nuttx.git.
from e14c458 mm/heap: Move semaphore related declaration to private header
add 6ff11d8 mm: add heap policy and anta logic to support mm debug on sim
platform
No new revisions were added by this update.
Summary of changes:
arch/sim/Kconfig | 8 +
arch/sim/src/Makefile | 2 +-
arch/sim/src/nuttx-names.in | 3 +
arch/sim/src/sim/up_allocateheap.c | 81 ------
arch/sim/src/sim/up_heap.c | 466 +++++++++++++++++++++++++++++++++++
arch/sim/src/sim/up_hostmemory.c | 29 +++
arch/sim/src/sim/up_internal.h | 5 +
boards/sim/sim/sim/scripts/Make.defs | 8 +
8 files changed, 520 insertions(+), 82 deletions(-)
delete mode 100644 arch/sim/src/sim/up_allocateheap.c
create mode 100644 arch/sim/src/sim/up_heap.c