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:
parent
5de6f7f6fd
commit
c6858061ed
11 changed files with 11 additions and 11 deletions
|
|
@ -36,7 +36,7 @@ CONFIG_STACK_COLORATION=y
|
|||
CONFIG_SYSTEM_CLE=y
|
||||
CONFIG_SYSTEM_NSH=y
|
||||
CONFIG_TESTING_GETPRIME=y
|
||||
CONFIG_TESTING_MM=y
|
||||
CONFIG_TESTING_HEAP=y
|
||||
CONFIG_TESTING_OSTEST=y
|
||||
CONFIG_TESTING_OSTEST_NBARRIER_THREADS=3
|
||||
CONFIG_TESTING_OSTEST_STACKSIZE=4096
|
||||
|
|
|
|||
|
|
@ -64,7 +64,7 @@ CONFIG_SYMTAB_ORDEREDBYNAME=y
|
|||
CONFIG_SYSTEM_NSH=y
|
||||
CONFIG_SYSTEM_POPEN=y
|
||||
CONFIG_TESTING_GETPRIME=y
|
||||
CONFIG_TESTING_MM=y
|
||||
CONFIG_TESTING_HEAP=y
|
||||
CONFIG_TESTING_OSTEST=y
|
||||
CONFIG_TESTING_OSTEST_FPUTESTDISABLE=y
|
||||
CONFIG_UART1_SERIAL_CONSOLE=y
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -142,7 +142,7 @@ CONFIG_TESTING_FSTEST=y
|
|||
CONFIG_TESTING_FSTEST_MOUNTPT="/tmp"
|
||||
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_TESTING_SCANFTEST=y
|
||||
|
|
|
|||
|
|
@ -55,6 +55,6 @@ CONFIG_START_MONTH=12
|
|||
CONFIG_START_YEAR=2011
|
||||
CONFIG_SYSLOG_BUFFER=y
|
||||
CONFIG_SYSTEM_NSH=y
|
||||
CONFIG_TESTING_MM=y
|
||||
CONFIG_TESTING_HEAP=y
|
||||
CONFIG_TESTING_SMP=y
|
||||
CONFIG_UART0_SERIAL_CONSOLE=y
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@ CONFIG_START_YEAR=2011
|
|||
CONFIG_SYSLOG_BUFFER=y
|
||||
CONFIG_SYSTEM_NSH=y
|
||||
CONFIG_TESTING_GETPRIME=y
|
||||
CONFIG_TESTING_MM=y
|
||||
CONFIG_TESTING_HEAP=y
|
||||
CONFIG_TESTING_OSTEST=y
|
||||
CONFIG_TESTING_SMP=y
|
||||
CONFIG_UART0_SERIAL_CONSOLE=y
|
||||
|
|
|
|||
|
|
@ -49,5 +49,5 @@ CONFIG_START_MONTH=12
|
|||
CONFIG_START_YEAR=2011
|
||||
CONFIG_SYSLOG_BUFFER=y
|
||||
CONFIG_SYSTEM_NSH=y
|
||||
CONFIG_TESTING_MM=y
|
||||
CONFIG_TESTING_HEAP=y
|
||||
CONFIG_UART0_SERIAL_CONSOLE=y
|
||||
|
|
|
|||
|
|
@ -48,5 +48,5 @@ CONFIG_START_MONTH=12
|
|||
CONFIG_START_YEAR=2011
|
||||
CONFIG_SYSLOG_BUFFER=y
|
||||
CONFIG_SYSTEM_NSH=y
|
||||
CONFIG_TESTING_MM=y
|
||||
CONFIG_TESTING_HEAP=y
|
||||
CONFIG_UART0_SERIAL_CONSOLE=y
|
||||
|
|
|
|||
|
|
@ -55,6 +55,6 @@ CONFIG_START_YEAR=2011
|
|||
CONFIG_SYSLOG_BUFFER=y
|
||||
CONFIG_SYSTEM_NSH=y
|
||||
CONFIG_TESTING_GETPRIME=y
|
||||
CONFIG_TESTING_MM=y
|
||||
CONFIG_TESTING_HEAP=y
|
||||
CONFIG_TESTING_OSTEST=y
|
||||
CONFIG_UART0_SERIAL_CONSOLE=y
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue