zephyr/samples/subsys/logging
Daniel Leung c5244ffa2b samples: logging/syst: build for C++ too
This extends the samples to build for C++ using the same code.
This shows MIPI Sys-T can work C++ too.

The change to main.c regarding to the struct log_msg_ids is
simply that the compiler errored out complaining the members
must be initialized the same order as the declaration.

Also C++ dislikes a string literal being assigned to char*,
so assign them to const char* instead.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2022-04-21 11:38:42 -04:00
..
dictionary samples: logging: dictionary: Add frontend support 2022-04-13 13:45:36 -07:00
logger kconfig: Rename the TEST_EXTRA stack size option to align with the rest 2022-02-22 08:23:05 -05:00
syst samples: logging/syst: build for C++ too 2022-04-21 11:38:42 -04:00
logging.rst