Zephyr API 3.6.99
|
Binary Descriptor Definition . More...
Macros | |
#define | BINDESC_ID_APP_VERSION_STRING 0x800 |
The app version string such as "1.2.3". | |
#define | BINDESC_ID_APP_VERSION_MAJOR 0x801 |
The app version major such as 1. | |
#define | BINDESC_ID_APP_VERSION_MINOR 0x802 |
The app version minor such as 2. | |
#define | BINDESC_ID_APP_VERSION_PATCHLEVEL 0x803 |
The app version patchlevel such as 3. | |
#define | BINDESC_ID_APP_VERSION_NUMBER 0x804 |
The app version number such as 0x10203. | |
#define | BINDESC_ID_APP_BUILD_VERSION 0x805 |
The app git reference such as "v3.3.0-18-g2c85d9224fca". | |
#define | BINDESC_ID_KERNEL_VERSION_STRING 0x900 |
The kernel version string such as "3.4.0". | |
#define | BINDESC_ID_KERNEL_VERSION_MAJOR 0x901 |
The kernel version major such as 3. | |
#define | BINDESC_ID_KERNEL_VERSION_MINOR 0x902 |
The kernel version minor such as 4. | |
#define | BINDESC_ID_KERNEL_VERSION_PATCHLEVEL 0x903 |
The kernel version patchlevel such as 0. | |
#define | BINDESC_ID_KERNEL_VERSION_NUMBER 0x904 |
The kernel version number such as 0x30400. | |
#define | BINDESC_ID_KERNEL_BUILD_VERSION 0x905 |
The kernel git reference such as "v3.3.0-18-g2c85d9224fca". | |
#define | BINDESC_ID_BUILD_TIME_YEAR 0xa00 |
The year the image was compiled in. | |
#define | BINDESC_ID_BUILD_TIME_MONTH 0xa01 |
The month of the year the image was compiled in. | |
#define | BINDESC_ID_BUILD_TIME_DAY 0xa02 |
The day of the month the image was compiled in. | |
#define | BINDESC_ID_BUILD_TIME_HOUR 0xa03 |
The hour of the day the image was compiled in. | |
#define | BINDESC_ID_BUILD_TIME_MINUTE 0xa04 |
The minute the image was compiled in. | |
#define | BINDESC_ID_BUILD_TIME_SECOND 0xa05 |
The second the image was compiled in. | |
#define | BINDESC_ID_BUILD_TIME_UNIX 0xa06 |
The UNIX time (seconds since midnight of 1970/01/01) the image was compiled in. | |
#define | BINDESC_ID_BUILD_DATE_TIME_STRING 0xa07 |
The date and time of compilation such as "2023/02/05 00:07:04". | |
#define | BINDESC_ID_BUILD_DATE_STRING 0xa08 |
The date of compilation such as "2023/02/05". | |
#define | BINDESC_ID_BUILD_TIME_STRING 0xa09 |
The time of compilation such as "00:07:04". | |
#define | BINDESC_ID_HOST_NAME 0xb00 |
The name of the host that compiled the image. | |
#define | BINDESC_ID_C_COMPILER_NAME 0xb01 |
The C compiler name. | |
#define | BINDESC_ID_C_COMPILER_VERSION 0xb02 |
The C compiler version. | |
#define | BINDESC_ID_CXX_COMPILER_NAME 0xb03 |
The C++ compiler name. | |
#define | BINDESC_ID_CXX_COMPILER_VERSION 0xb04 |
The C++ compiler version. | |
#define | BINDESC_TAG_DESCRIPTORS_END BINDESC_TAG(DESCRIPTORS_END, 0x0fff) |
Binary Descriptor Definition .
#define BINDESC_ID_APP_BUILD_VERSION 0x805 |
#include <zephyr/bindesc.h>
The app git reference such as "v3.3.0-18-g2c85d9224fca".
#define BINDESC_ID_APP_VERSION_MAJOR 0x801 |
#include <zephyr/bindesc.h>
The app version major such as 1.
#define BINDESC_ID_APP_VERSION_MINOR 0x802 |
#include <zephyr/bindesc.h>
The app version minor such as 2.
#define BINDESC_ID_APP_VERSION_NUMBER 0x804 |
#include <zephyr/bindesc.h>
The app version number such as 0x10203.
#define BINDESC_ID_APP_VERSION_PATCHLEVEL 0x803 |
#include <zephyr/bindesc.h>
The app version patchlevel such as 3.
#define BINDESC_ID_APP_VERSION_STRING 0x800 |
#include <zephyr/bindesc.h>
The app version string such as "1.2.3".
#define BINDESC_ID_BUILD_DATE_STRING 0xa08 |
#include <zephyr/bindesc.h>
The date of compilation such as "2023/02/05".
#define BINDESC_ID_BUILD_DATE_TIME_STRING 0xa07 |
#include <zephyr/bindesc.h>
The date and time of compilation such as "2023/02/05 00:07:04".
#define BINDESC_ID_BUILD_TIME_DAY 0xa02 |
#include <zephyr/bindesc.h>
The day of the month the image was compiled in.
#define BINDESC_ID_BUILD_TIME_HOUR 0xa03 |
#include <zephyr/bindesc.h>
The hour of the day the image was compiled in.
#define BINDESC_ID_BUILD_TIME_MINUTE 0xa04 |
#include <zephyr/bindesc.h>
The minute the image was compiled in.
#define BINDESC_ID_BUILD_TIME_MONTH 0xa01 |
#include <zephyr/bindesc.h>
The month of the year the image was compiled in.
#define BINDESC_ID_BUILD_TIME_SECOND 0xa05 |
#include <zephyr/bindesc.h>
The second the image was compiled in.
#define BINDESC_ID_BUILD_TIME_STRING 0xa09 |
#include <zephyr/bindesc.h>
The time of compilation such as "00:07:04".
#define BINDESC_ID_BUILD_TIME_UNIX 0xa06 |
#include <zephyr/bindesc.h>
The UNIX time (seconds since midnight of 1970/01/01) the image was compiled in.
#define BINDESC_ID_BUILD_TIME_YEAR 0xa00 |
#include <zephyr/bindesc.h>
The year the image was compiled in.
#define BINDESC_ID_C_COMPILER_NAME 0xb01 |
#include <zephyr/bindesc.h>
The C compiler name.
#define BINDESC_ID_C_COMPILER_VERSION 0xb02 |
#include <zephyr/bindesc.h>
The C compiler version.
#define BINDESC_ID_CXX_COMPILER_NAME 0xb03 |
#include <zephyr/bindesc.h>
The C++ compiler name.
#define BINDESC_ID_CXX_COMPILER_VERSION 0xb04 |
#include <zephyr/bindesc.h>
The C++ compiler version.
#define BINDESC_ID_HOST_NAME 0xb00 |
#include <zephyr/bindesc.h>
The name of the host that compiled the image.
#define BINDESC_ID_KERNEL_BUILD_VERSION 0x905 |
#include <zephyr/bindesc.h>
The kernel git reference such as "v3.3.0-18-g2c85d9224fca".
#define BINDESC_ID_KERNEL_VERSION_MAJOR 0x901 |
#include <zephyr/bindesc.h>
The kernel version major such as 3.
#define BINDESC_ID_KERNEL_VERSION_MINOR 0x902 |
#include <zephyr/bindesc.h>
The kernel version minor such as 4.
#define BINDESC_ID_KERNEL_VERSION_NUMBER 0x904 |
#include <zephyr/bindesc.h>
The kernel version number such as 0x30400.
#define BINDESC_ID_KERNEL_VERSION_PATCHLEVEL 0x903 |
#include <zephyr/bindesc.h>
The kernel version patchlevel such as 0.
#define BINDESC_ID_KERNEL_VERSION_STRING 0x900 |
#include <zephyr/bindesc.h>
The kernel version string such as "3.4.0".
#define BINDESC_TAG_DESCRIPTORS_END BINDESC_TAG(DESCRIPTORS_END, 0x0fff) |
#include <zephyr/bindesc.h>