yamt commented on code in PR #1446: URL: https://github.com/apache/nuttx-apps/pull/1446#discussion_r1716394420
########## testing/himem_test/Kconfig: ########## @@ -0,0 +1,28 @@ +# +# For a description of the syntax of this configuration file, +# see the file kconfig-language.txt in the NuttX tools repository. +# + +config TESTING_HIMEM_TEST + tristate "HIMEM TEST APP" + ---help--- + Enable the SMP APP Review Comment: SMP APP? ########## testing/himem_test/Kconfig: ########## @@ -0,0 +1,28 @@ +# +# For a description of the syntax of this configuration file, +# see the file kconfig-language.txt in the NuttX tools repository. +# + +config TESTING_HIMEM_TEST + tristate "HIMEM TEST APP" + ---help--- + Enable the SMP APP + +if TESTING_HIMEM_TEST + +config TESTING_HIMEM_TEST_PROGNAME + string "Program name" + default "himem_test" + ---help--- + This is the name of the program that will be used when the NSH ELF + program is installed. Review Comment: NSH ELF program? ########## testing/himem_test/Kconfig: ########## @@ -0,0 +1,28 @@ +# +# For a description of the syntax of this configuration file, +# see the file kconfig-language.txt in the NuttX tools repository. +# + +config TESTING_HIMEM_TEST Review Comment: i guess this should somehow depends on esp32. -- 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]
