From 2e13c372f1419f08dab7797b244681f889dd9bcf Mon Sep 17 00:00:00 2001 From: Michal Hanus Date: Mon, 14 Apr 2025 22:04:32 +0200 Subject: nrfdemo --- .../mcuboot/zephyr/include/generated/ncs_version.h | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 nrfdemo/build/mcuboot/zephyr/include/generated/ncs_version.h (limited to 'nrfdemo/build/mcuboot/zephyr/include/generated/ncs_version.h') diff --git a/nrfdemo/build/mcuboot/zephyr/include/generated/ncs_version.h b/nrfdemo/build/mcuboot/zephyr/include/generated/ncs_version.h new file mode 100644 index 0000000..5470c0a --- /dev/null +++ b/nrfdemo/build/mcuboot/zephyr/include/generated/ncs_version.h @@ -0,0 +1,25 @@ +#ifndef _NCS_VERSION_H_ +#define _NCS_VERSION_H_ + +/* values come from cmake/version.cmake + * BUILD_VERSION related values will be 'git describe', + * alternatively user defined BUILD_VERSION. + */ + +/* #undef ZEPHYR_VERSION_CODE */ +/* #undef ZEPHYR_VERSION */ + +#define NCSVERSION +#define NCS_VERSION_NUMBER 0x20700 +#define NCS_VERSION_MAJOR 2 +#define NCS_VERSION_MINOR 7 +#define NCS_PATCHLEVEL 0 +#define NCS_TWEAK +#define NCS_VERSION_STRING "2.7.0" +#define NCS_VERSION_EXTENDED_STRING "" +#define NCS_VERSION_TWEAK_STRING "" + +#define NCS_BUILD_VERSION v2.7.0 + + +#endif /* _NCS_VERSION_H_ */ -- cgit v1.2.3