zephyr/include/logging
Mark Ruvald Pedersen d67096da05 portability: Avoid void* arithmetics which is a GNU extension
Under GNU C, sizeof(void) = 1. This commit merely makes it explicit u8.

Pointer arithmetics over void types is:
 * A GNU C extension
 * Not supported by Clang
 * Illegal across all ISO C standards

See also: https://gcc.gnu.org/onlinedocs/gcc/Pointer-Arith.html

Signed-off-by: Mark Ruvald Pedersen <mped@oticon.com>
2018-09-28 07:57:28 +05:30
..
log.h logging: fix undeclared __log_current_const_data_get 2018-09-19 08:38:35 -04:00
log_backend.h portability: Avoid void* arithmetics which is a GNU extension 2018-09-28 07:57:28 +05:30
log_core.h portability: Avoid void* arithmetics which is a GNU extension 2018-09-28 07:57:28 +05:30
log_ctrl.h logging: allow mulitple log_panic calls 2018-09-27 13:11:26 +05:30
log_instance.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
log_msg.h kernel: Explicitly comparing pointer with NULL 2018-09-28 06:28:41 +05:30
log_output.h logging: Add option to suppress timestamp printing in log_output 2018-09-26 15:01:38 +02:00
sys_log.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00