This is an automated email from the ASF dual-hosted git repository. jerpelea pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
The following commit(s) were added to refs/heads/master by this push: new 0037868ff examples/nximage: Rename program name to nximage 0037868ff is described below commit 0037868ff0471c6836d2d0d3d1f1ef38fb1066c0 Author: SPRESENSE <41312067+sprese...@users.noreply.github.com> AuthorDate: Wed Jul 9 09:31:16 2025 +0900 examples/nximage: Rename program name to nximage The original name is nxhello, which duplicates in examples/nxhello. Signed-off-by: SPRESENSE <41312067+sprese...@users.noreply.github.com> --- examples/nximage/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/nximage/Kconfig b/examples/nximage/Kconfig index 2bd34af41..1014da156 100644 --- a/examples/nximage/Kconfig +++ b/examples/nximage/Kconfig @@ -15,7 +15,7 @@ if EXAMPLES_NXIMAGE config EXAMPLES_NXIMAGE_PROGNAME string "NX Image Program name" - default "nxhello" + default "nximage" ---help--- This is the name of the program that will be used when the NSH ELF program is installed.