nandojve commented on a change in pull request #929:
URL: 
https://github.com/apache/incubator-nuttx-apps/pull/929#discussion_r772583612



##########
File path: examples/mcuboot/ota/Kconfig
##########
@@ -0,0 +1,56 @@
+#
+# For a description of the syntax of this configuration file,
+# see the file kconfig-language.txt in the NuttX tools repository.
+#
+
+menuconfig EXAMPLES_MCUBOOT_OTA

Review comment:
       Originally those are two apps inside boot/mcuboot with two distinct 
names that makes sense inside that scope (MCUBOOT_UPDATE_AGENT_EXAMPLE + 
MCUBOOT_SLOT_CONFIRM_EXAMPLE). 
   
   With this refactor prefix changed to `EXAMPLES_MCUBOOT_OTA` which represents 
examples/mcuboot/ota were OTA became the example name, which gave more sense of 
consistency. The suffix APP_AGENT + APP_CONFIRM are enough to represent each 
application inside this demo.
   
   Do you prefer `EXAMPLES_MCUBOOT_OTA_UPDATE_AGENT` and 
`EXAMPLES_MCUBOOT_OTA_SLOT_CONFIRM` ?




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