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 a3f0923 arch/stm32f7: Fix nxstyle errors new 516c553 esp32/esp32_wifi_adapter.c: Fix the issue of WiFi internal malloc from PSRAM new 1962709 esp32/esp32_allocateheap.c: Support the maximum available internal heap configuration The 2 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 | 12 +++- arch/xtensa/include/arch.h | 110 +++++++++++++++++++++++++++-- arch/xtensa/src/common/xtensa_initialize.c | 2 +- arch/xtensa/src/common/xtensa_mm.h | 2 +- arch/xtensa/src/esp32/Kconfig | 1 + arch/xtensa/src/esp32/Make.defs | 2 +- arch/xtensa/src/esp32/esp32_allocateheap.c | 22 +++++- arch/xtensa/src/esp32/esp32_imm.c | 84 ++++++++++++++++++++-- arch/xtensa/src/esp32/esp32_spi.c | 10 +-- arch/xtensa/src/esp32/esp32_wifi_adapter.c | 87 +++++++++++++++++++++-- 10 files changed, 304 insertions(+), 28 deletions(-)