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 0f44e95 include/debug.h/syslog.h: Fix small typos and repeated words
add e14c458 mm/heap: Move semaphore related declaration to private header
No new revisions were added by this update.
Summary of changes:
arch/misoc/src/lm32/lm32_idle.c | 23 -------
arch/misoc/src/minerva/minerva_idle.c | 21 ------
arch/risc-v/src/common/riscv_idle.c | 20 ------
.../arm/imxrt/imxrt1050-evk/scripts/user-space.ld | 2 -
.../arm/imxrt/imxrt1060-evk/scripts/user-space.ld | 2 -
.../samv7/same70-xplained/scripts/user-space.ld | 2 -
boards/arm/samv7/samv71-xult/scripts/user-space.ld | 2 -
boards/arm/stm32/axoloti/scripts/user-space.ld | 2 -
.../arm/stm32/nucleo-f429zi/scripts/user-space.ld | 2 -
.../stm32/olimex-stm32-p407/scripts/user-space.ld | 2 -
.../stm32/stm32f429i-disco/scripts/user-space.ld | 2 -
include/nuttx/kmalloc.h | 4 --
include/nuttx/mm/mm.h | 21 ------
mm/kmm_heap/Make.defs | 2 +-
mm/kmm_heap/kmm_sem.c | 73 ---------------------
mm/mm_heap/mm.h | 11 +++-
mm/umm_heap/Make.defs | 2 +-
mm/umm_heap/umm_sem.c | 75 ----------------------
sched/init/nx_start.c | 13 ----
19 files changed, 11 insertions(+), 270 deletions(-)
delete mode 100644 mm/kmm_heap/kmm_sem.c
delete mode 100644 mm/umm_heap/umm_sem.c