nuttx/boards:fix kconfig under apps/testing folder that change config-testing-mm to config-testing-heap

Under apps/testing folder, the macro of CONFIG_TESTING_MM is changed to CONFIG_TESTING_HEAP.
So we need to update the defconfig containing CONFIG_TESTING_HEAP in the nuttx/boards folder.

Signed-off-by: tengshuangshuang <tengshuangshuang@xiaomi.com>
This commit is contained in:
tengshuangshuang
2025-01-23 14:58:00 +08:00
committed by Xiang Xiao
parent 5de6f7f6fd
commit c6858061ed
11 changed files with 11 additions and 11 deletions
@@ -129,7 +129,7 @@ CONFIG_SYSTEM_NSH_PRIORITY=50
CONFIG_SYSTEM_NSH_STACKSIZE=2500
CONFIG_SYSTEM_PING=y
CONFIG_TASK_NAME_SIZE=12
CONFIG_TESTING_MM=y
CONFIG_TESTING_HEAP=y
CONFIG_TESTING_OSTEST=y
CONFIG_UART0_BAUD=2000000
CONFIG_UART0_RXBUFSIZE=128
@@ -130,7 +130,7 @@ CONFIG_TESTING_FOPENCOOKIE_TEST=y
CONFIG_TESTING_FSTEST=y
CONFIG_TESTING_GETPRIME=y
CONFIG_TESTING_LTP=y
CONFIG_TESTING_MM=y
CONFIG_TESTING_HEAP=y
CONFIG_TESTING_OPEN_MEMSTREAM=y
CONFIG_TESTING_OSTEST=y
CONFIG_TESTS_TESTSUITES=y
@@ -78,6 +78,6 @@ CONFIG_SYSTEM_NSH=y
CONFIG_SYSTEM_POPEN=y
CONFIG_SYSTEM_POPEN_STACKSIZE=3072
CONFIG_TESTING_GETPRIME=y
CONFIG_TESTING_MM=y
CONFIG_TESTING_HEAP=y
CONFIG_TESTING_OSTEST=y
CONFIG_USEC_PER_TICK=1000