zephyr/samples/subsys/logging/logger/src
Tomasz Konieczny c73578f37a logging: enhanced external logsystems
Introduced interface for efficient logging from external logsystems:
Added handling of vaargs and automatic strdup to macros intended
to be used in logging interface function. Fast path to less then 4
arguments to speed up the execution. Made log_count_args external,
if external logsystem cannot count arguments.

Signed-off-by: Tomasz Konieczny <tomasz.konieczny@nordicsemi.no>
2020-06-17 17:08:12 +02:00
..
ext_log_system_adapter.c logging: enhanced external logsystems 2020-06-17 17:08:12 +02:00
ext_log_system_adapter.h
ext_log_system.c samples: logging: Add usermode showcase 2019-08-27 14:29:21 -04:00
ext_log_system.h
main.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
sample_instance.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
sample_instance.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
sample_module.c
sample_module.h samples/subsys/logging/logger: rearrange for standard use of extern "C" 2019-08-19 23:36:59 +02:00