From 0c771fb52f864c867d2fcff795e4d3ebd8de1c7c Mon Sep 17 00:00:00 2001 From: xengineering Date: Sat, 22 Mar 2025 21:21:44 +0100 Subject: fw: firmware: Add app build version output --- fw/src/firmware.c | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 fw/src/firmware.c (limited to 'fw/src') diff --git a/fw/src/firmware.c b/fw/src/firmware.c new file mode 100644 index 0000000..9c0fa16 --- /dev/null +++ b/fw/src/firmware.c @@ -0,0 +1,19 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public License, + * v. 2.0. If a copy of the MPL was not distributed with this file, You can + * obtain one at https://mozilla.org/MPL/2.0/. + */ + +#include +#include +#include + +LOG_MODULE_REGISTER(firmware); + +int firmware_log_metadata(void) +{ + LOG_INF("App build version: %s", STRINGIFY(APP_BUILD_VERSION)); + + return 0; +} +SYS_INIT(firmware_log_metadata, APPLICATION, 0); -- cgit v1.2.3-70-g09d2