This is an automated email from the ASF dual-hosted git repository. lupyuen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push: new 2cee5c0945 boards/esp32: add heap test to psram defconfig 2cee5c0945 is described below commit 2cee5c094551ebd246b694a65a5c9c904ea6af29 Author: Filipe Cavalcanti <filipe.cavalca...@espressif.com> AuthorDate: Thu Mar 27 22:52:41 2025 -0300 boards/esp32: add heap test to psram defconfig Add the heap test to psram and psram_usrheap defconfig of esp32-devkitc. Signed-off-by: Filipe Cavalcanti <filipe.cavalca...@espressif.com> --- boards/xtensa/esp32/esp32-devkitc/configs/psram/defconfig | 1 + boards/xtensa/esp32/esp32-devkitc/configs/psram_usrheap/defconfig | 1 + 2 files changed, 2 insertions(+) diff --git a/boards/xtensa/esp32/esp32-devkitc/configs/psram/defconfig b/boards/xtensa/esp32/esp32-devkitc/configs/psram/defconfig index 26cb4bdaca..67da7c9bfe 100644 --- a/boards/xtensa/esp32/esp32-devkitc/configs/psram/defconfig +++ b/boards/xtensa/esp32/esp32-devkitc/configs/psram/defconfig @@ -55,5 +55,6 @@ CONFIG_START_MONTH=12 CONFIG_START_YEAR=2011 CONFIG_SYSLOG_BUFFER=y CONFIG_SYSTEM_NSH=y +CONFIG_TESTING_HEAP=y CONFIG_TESTING_SMP=y CONFIG_UART0_SERIAL_CONSOLE=y diff --git a/boards/xtensa/esp32/esp32-devkitc/configs/psram_usrheap/defconfig b/boards/xtensa/esp32/esp32-devkitc/configs/psram_usrheap/defconfig index 219eb93fc5..94df13d640 100644 --- a/boards/xtensa/esp32/esp32-devkitc/configs/psram_usrheap/defconfig +++ b/boards/xtensa/esp32/esp32-devkitc/configs/psram_usrheap/defconfig @@ -58,6 +58,7 @@ CONFIG_START_YEAR=2011 CONFIG_SYSLOG_BUFFER=y CONFIG_SYSTEM_NSH=y CONFIG_TESTING_GETPRIME=y +CONFIG_TESTING_HEAP=y CONFIG_TESTING_OSTEST=y CONFIG_TESTING_SMP=y CONFIG_UART0_SERIAL_CONSOLE=y