gustavonihei commented on a change in pull request #934:
URL: 
https://github.com/apache/incubator-nuttx-apps/pull/934#discussion_r772584402



##########
File path: examples/mcuboot/nsh/Kconfig
##########
@@ -0,0 +1,12 @@
+#
+# For a description of the syntax of this configuration file,
+# see the file kconfig-language.txt in the NuttX tools repository.
+#
+
+config EXAMPLES_MCUBOOT_NSH
+       tristate "MCUboot NSH example"
+       default n
+       select BOOT_MCUBOOT
+       ---help---
+               Example application to demonstrate a software firmware from

Review comment:
       ```suggestion
                Example application to demonstrate the firmware image update 
and the update rollback processes of MCUboot using the swap upgrade method.
   ```
   Just a suggestion.




-- 
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]


Reply via email to