This is an automated email from the ASF dual-hosted git repository.

davids5 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.


    from 817259e  syslog/ramlog_channel: fix log confusion when multi task 
writing together
     add b1f711f  mm: Move procfs_register_meminfo into common place

No new revisions were added by this update.

Summary of changes:
 arch/arm/src/stm32/Make.defs                       |   4 -
 arch/arm/src/stm32/stm32_ccm.h                     |  14 +-
 arch/arm/src/stm32/stm32_procfs_ccm.c              | 335 --------------------
 arch/arm/src/stm32f7/Make.defs                     |   3 -
 arch/arm/src/stm32f7/stm32_dtcm.h                  |  14 +-
 arch/arm/src/stm32f7/stm32_procfs_dtcm.c           | 348 --------------------
 arch/arm/src/stm32h7/Make.defs                     |   3 -
 arch/arm/src/stm32h7/stm32_dtcm.h                  |  14 +-
 arch/arm/src/stm32h7/stm32_procfs_dtcm.c           | 349 ---------------------
 arch/risc-v/src/esp32c3/esp32c3_rtcheap.c          |  12 +-
 arch/sim/src/sim/up_heap.c                         |  15 +-
 arch/xtensa/src/esp32/esp32_imm.c                  |  12 +-
 arch/xtensa/src/esp32/esp32_iramheap.c             |  12 +-
 arch/xtensa/src/esp32/esp32_rtcheap.c              |  12 +-
 .../stm32f7/stm32f746g-disco/src/stm32_bringup.c   |   9 -
 .../stm32f7/stm32f769i-disco/src/stm32_bringup.c   |   8 -
 .../arm/stm32h7/nucleo-h743zi/src/stm32_bringup.c  |   8 -
 .../arm/stm32h7/nucleo-h743zi2/src/stm32_bringup.c |   8 -
 .../stm32h7/stm32h747i-disco/src/stm32_bringup.c   |   8 -
 include/nuttx/mm/mm.h                              |   4 +-
 mm/kmm_heap/kmm_initialize.c                       |  12 +-
 mm/mm_heap/mm.h                                    |   6 +
 mm/mm_heap/mm_initialize.c                         |  15 +-
 mm/mm_heap/mm_sbrk.c                               |   2 +-
 mm/umm_heap/umm_initialize.c                       |  15 +-
 25 files changed, 43 insertions(+), 1199 deletions(-)
 delete mode 100644 arch/arm/src/stm32/stm32_procfs_ccm.c
 delete mode 100644 arch/arm/src/stm32f7/stm32_procfs_dtcm.c
 delete mode 100644 arch/arm/src/stm32h7/stm32_procfs_dtcm.c

Reply via email to