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 f56ff40  Add esp32_gpio_matrix_in/out to replace ROM functions
     new f305cef  procfs: Add procfs_register_meminfo
     new c25f423  procfs: Use procfs_register_meminfo for "Umem"
     new 929e438  procfs: Use procfs_register_meminfo for "Kmem"
     new 73dde4b  fs/procfs/fs_procfsmeminfo.c: Allow longer heap names
     new c51e2a0  esp32_imm.c: Report the usage with procfs_register_meminfo
     new 7bb8495  esp32_modtext.c: Report the usage with procfs_register_meminfo
     new aed24f1  esp32: Retire XTENSA_IMEM_PROCFS

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 arch/xtensa/Kconfig                                |   5 -
 arch/xtensa/src/esp32/Make.defs                    |   4 -
 arch/xtensa/src/esp32/esp32_imm.c                  |  10 +
 arch/xtensa/src/esp32/esp32_modtext.c              |  10 +
 arch/xtensa/src/esp32/esp32_procfs_imm.c           | 319 ---------------------
 arch/xtensa/src/esp32/esp32_procfs_imm.h           |  64 -----
 .../xtensa/esp32/esp32-devkitc/src/esp32_bringup.c |  17 --
 .../esp32/esp32-ethernet-kit/src/esp32_bringup.c   |  17 --
 .../esp32/esp32-wrover-kit/src/esp32_bringup.c     |  17 --
 fs/procfs/fs_procfsmeminfo.c                       |  86 +++---
 include/nuttx/fs/procfs.h                          |  24 ++
 mm/kmm_heap/kmm_initialize.c                       |  12 +-
 mm/umm_heap/umm_initialize.c                       |  13 +
 13 files changed, 113 insertions(+), 485 deletions(-)
 delete mode 100644 arch/xtensa/src/esp32/esp32_procfs_imm.c
 delete mode 100644 arch/xtensa/src/esp32/esp32_procfs_imm.h

Reply via email to