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 db18a12  xtensa/esp32: Move RTC WDT deinit after initial setup
     new 0a4982a  Introduce ARCH_HAVE_EXTRA_HEAPS, this config is going to be 
used for chips that have multiple separate heaps. For now it's used to enable 
APIs to initialize the different heaps during the start sequence but can be 
extended for other purposes that manage those heaps.
     new fc9c320  arch/arm/cxd56xx: Remove the up_textheap_init function since 
it's not needed anymore.
     new add18b9  arch/risc-v/esp32c3: Remove the up_textheap_init function 
since it's not needed anymore.
     new 553f070  arch/xtensa/esp32: Remove up_textheap_init function since 
it's not needed anymore.
     new e401aa1  boards/xtensa/esp32: Update the defconfigs to account for the 
changes in TEXT_HEAP and the introduction of ESP32_IRAM_HEAP and 
ARCH_HAVE_EXTRA_HEAPS

The 5 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/Kconfig                                       | 12 ++++++--
 arch/arm/src/cxd56xx/cxd56_textheap.c              |  8 -----
 arch/risc-v/src/esp32c3/Kconfig                    |  1 +
 arch/risc-v/src/esp32c3/Make.defs                  |  4 +++
 .../risc-v/src/esp32c3/esp32c3_extraheaps.c        | 35 ++++++++++++---------
 arch/risc-v/src/esp32c3/esp32c3_textheap.c         | 13 --------
 arch/xtensa/src/esp32/Kconfig                      |  6 ++++
 arch/xtensa/src/esp32/Make.defs                    | 17 +++++++---
 .../xtensa/src/esp32/esp32_extraheaps.c            | 36 ++++++++++++++--------
 arch/xtensa/src/esp32/esp32_textheap.c             | 24 ++++++---------
 .../esp32/esp32-devkitc/configs/elf/defconfig      |  1 +
 .../esp32/esp32-devkitc/configs/module/defconfig   |  2 +-
 .../esp32/esp32-devkitc/configs/sotest/defconfig   |  2 +-
 include/nuttx/arch.h                               | 12 ++++----
 sched/init/nx_start.c                              |  6 ++--
 15 files changed, 99 insertions(+), 80 deletions(-)
 copy boards/arm/xmc4/xmc4700-relax/src/xmc4_bringup.c => 
arch/risc-v/src/esp32c3/esp32c3_extraheaps.c (78%)
 copy boards/arm/xmc4/xmc4700-relax/src/xmc4_bringup.c => 
arch/xtensa/src/esp32/esp32_extraheaps.c (76%)

Reply via email to