Skip to content

Commit 2cee5c0

Browse files
fdcavalcantilupyuen
authored andcommitted
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 <[email protected]>
1 parent 0550355 commit 2cee5c0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

boards/xtensa/esp32/esp32-devkitc/configs/psram/defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,6 @@ CONFIG_START_MONTH=12
5555
CONFIG_START_YEAR=2011
5656
CONFIG_SYSLOG_BUFFER=y
5757
CONFIG_SYSTEM_NSH=y
58+
CONFIG_TESTING_HEAP=y
5859
CONFIG_TESTING_SMP=y
5960
CONFIG_UART0_SERIAL_CONSOLE=y

boards/xtensa/esp32/esp32-devkitc/configs/psram_usrheap/defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ CONFIG_START_YEAR=2011
5858
CONFIG_SYSLOG_BUFFER=y
5959
CONFIG_SYSTEM_NSH=y
6060
CONFIG_TESTING_GETPRIME=y
61+
CONFIG_TESTING_HEAP=y
6162
CONFIG_TESTING_OSTEST=y
6263
CONFIG_TESTING_SMP=y
6364
CONFIG_UART0_SERIAL_CONSOLE=y

0 commit comments

Comments
 (0)