nuttx-apps/boot/nxboot
Michal Lenc 7b42dfc53e boot/nxboot: fix compile errors caused by nxboot_progress
Function nxboot_progress is located in nxboot_main.c, but this file
is not compiled when NXboot is used as a library to an existing
application and not as a bootloader. Therefore, the declaration of
nxboot_progress function should be dependent on NXBOOT_PROGRESS
config option.

Signed-off-by: Michal Lenc <michallenc@seznam.cz>
2025-06-17 21:25:22 +08:00
..
include boot/nxboot: fix compile errors caused by nxboot_progress 2025-06-17 21:25:22 +08:00
loader apps/boot/nxboot: Enhancements to add progress messages and copy-to-RAM feature 2025-06-05 20:06:51 +08:00
tools boot/nxboot: enhance bootloader capabilities and decision logic 2025-03-14 10:35:49 -03:00
CMakeLists.txt boot: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
Kconfig boot/nxboot: fix compile errors caused by nxboot_progress 2025-06-17 21:25:22 +08:00
Make.defs boot: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
Makefile boot: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
nxboot_main.c boot/nxboot: fix compile errors caused by nxboot_progress 2025-06-17 21:25:22 +08:00