Module for the application metadata. More...
Module for the application metadata.
Macros | |
#define | APP_SHELL_FMT |
Application Shell Format is an optional application metadata parameter intended to help coordinate any specific formats that are being used. More... | |
Functions | |
void | app_metadata_print_json (void) |
Prints the application metadata in json. More... | |
#define APP_SHELL_FMT |
Application Shell Format is an optional application metadata parameter intended to help coordinate any specific formats that are being used.
An example is if the application is following a specific format, say semantics defined in a RDM or schema, that could be specified by adding APP_SHELL_FMT="RDM001_v1", that would inform anything using the shell that the formatting should follow what is dictated.
APP_SHELL_FMT=your_value make flash
Definition at line 40 of file app_metadata.h.
void app_metadata_print_json | ( | void | ) |
Prints the application metadata in json.
Examples of application metadata are BOARD, OS_VERSION, APP_NAME...