Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Jan 23, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion boards/arm/eoss3/quickfeather/configs/nsh/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion boards/arm/imx6/sabre-6quad/configs/citest/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion boards/risc-v/bl602/bl602evb/configs/wifi/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion boards/risc-v/qemu-rv/rv-virt/configs/citest/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion boards/risc-v/qemu-rv/rv-virt/configs/citest64/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion boards/sim/sim/sim/configs/citest/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion boards/xtensa/esp32/esp32-devkitc/configs/psram/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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