xiaoxiang781216 commented on code in PR #2965:
URL: https://github.com/apache/nuttx-apps/pull/2965#discussion_r1926335261
##########
testing/mm/heaptest/Kconfig:
##########
@@ -3,32 +3,33 @@
# see the file kconfig-language.txt in the NuttX tools repository.
#
-config TESTING_MM
+config TESTING_HEAP
tristate "Memory management test"
default n
---help---
Enable the memory management test
-if TESTING_MM
+if TESTING_HEAP
-config TESTING_MM_PROGNAME
+config TESTING_HEAP_PROGNAME
string "Program name"
- default "mm"
+ default "heap"
---help---
This is the name of the program that will be used when the NSH
ELF
program is installed.
-config TESTING_MM_PRIORITY
+config TESTING_HEAP_PRIORITY
int "Task priority"
default 100
-config TESTING_MM_STACKSIZE
+config TESTING_HEAP_STACKSIZE
int "Stack size"
default DEFAULT_TASK_STACKSIZE
-config TESTING_MM_POWEROFF
+config TESTING_HEAP_POWEROFF
bool "Terminate on test completion"
default n
depends on BOARDCTL_POWEROFF
endif
+
Review Comment:
remove blank line
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]