zephyr/samples/subsys
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
..
audio/sof samples: add module requirement into samples 2022-04-19 09:38:55 -04:00
canbus everywhere: fix typos 2022-03-18 13:24:08 -04:00
console samples: subsys: console: Fix typo in README file 2022-03-21 17:55:08 +01:00
cpp tests and samples: Don't build some C++ tests under XCC 2022-02-21 19:37:54 -05:00
debug samples: debug/gdbstub: update instructions to run 2021-11-30 15:24:00 -05:00
display doc: Fix spelling errors in .rst files 2022-04-19 11:48:26 +02:00
edac cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
fs esp32: samples: overlays: use pin states 2022-04-20 13:27:47 +02:00
ipc dts: nrf5340: Use dual compatible property for mbox nodes 2022-04-02 15:14:38 +02:00
logging samples: logging/syst: build for C++ too 2022-04-21 11:38:42 -04:00
lorawan/class_a samples: prefix should be sample, not samples 2022-03-18 10:50:57 -04:00
mgmt doc: Fix spelling errors in .rst files 2022-04-19 11:48:26 +02:00
modbus modbus: stop bits can now be set individually in client mode 2022-03-24 08:23:17 -04:00
nvs samples: subsys: nvs: use nvs_mount 2022-03-01 12:46:34 +01:00
pm/device_pm everywhere: fix typos 2022-03-18 13:24:08 -04:00
portability include: Prefix includes to use a scope 2022-04-08 19:03:32 +02:00
settings everywhere: fix typos 2022-03-18 13:24:08 -04:00
shell tests: fix filtering on integration platforms 2022-04-08 09:31:01 +02:00
task_wdt dts: nrf: Rename "nordic,nrf-watchdog" compatible to "nordic,nrf-wdt" 2022-04-02 15:14:38 +02:00
testsuite everywhere: fix typos 2022-03-18 13:24:08 -04:00
tracing everywhere: fix typos 2022-03-18 13:24:08 -04:00
usb samples: add module requirement into samples 2022-04-19 09:38:55 -04:00
video cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
subsys.rst