gustavonihei commented on a change in pull request #929:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/929#discussion_r772587297
##########
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:
In fact, I'd suggest for this PR to just restrict the scope to moving
the contents without performing further changes. These minor changes are
difficult to track, since GitHub simply identifies the destination as a new
file.
Then, in a separate PR, perform the changes with proper motivation for them.
Most of the changes are superfluous in my opinion, so the discussion over them
could hinder the PR getting merged.
Edit: of course, the "EXAMPLES_" prefix should still be added due to new
folder structure.
--
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]