zephyr/include/logging
Yannis Damigos ab8d0c4f9d include/logging: Avoid subtraction on void pointers
Avoid subtraction on void pointers.
void* pointer arithmetic is not allowed by C standard and also C++.
If you include "logging/log.h" into a C++ application it fails to
build.

Signed-off-by: Yannis Damigos <giannis.damigos@gmail.com>
2018-09-27 11:21:51 +05:30
..
log_backend.h logger: Add init() api and simplify init and activate 2018-09-18 14:56:10 +02:00
log_core.h include/logging: Avoid subtraction on void pointers 2018-09-27 11:21:51 +05:30
log_ctrl.h logging: Add shell commands 2018-09-19 09:30:29 -04:00
log_instance.h
log_msg.h
log_output.h logging: Add option to suppress timestamp printing in log_output 2018-09-26 15:01:38 +02:00
log.h logging: fix undeclared __log_current_const_data_get 2018-09-19 08:38:35 -04:00
sys_log.h