You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2022/05/20 13:16:49 UTC

[incubator-nuttx] branch master updated (de27cfeec7 -> f2bc4555bb)

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 de27cfeec7 kmalloc.h: Remove extra semicolons
     add 35a5cc27ac include/nuttx/arch.h: Add up_textheap_heapmember
     add a9317b1895 cxd56xx: Implement up_textheap_heapmember
     add c60bb81387 esp32c3: Implement up_textheap_heapmember
     add 0b547e2384 esp32: Implement up_textheap_heapmember
     add f2bc4555bb kmalloc.h: Add kmm_heapmember for !CONFIG_MM_KERNEL_HEAP case

No new revisions were added by this update.

Summary of changes:
 arch/arm/src/cxd56xx/cxd56_textheap.c      | 18 ++++++++++++++++++
 arch/risc-v/src/esp32c3/esp32c3_textheap.c | 26 ++++++++++++++++++++++++++
 arch/xtensa/src/esp32/esp32_textheap.c     | 25 +++++++++++++++++++++++++
 include/nuttx/arch.h                       | 12 ++++++++++++
 include/nuttx/kmalloc.h                    |  1 +
 5 files changed, 82 insertions(+)