zephyr/subsys/logging
David D e023928e57 logging: Fixing timestamp calculation when using NEWLIB
corrected seconds value for gmtime() when using LOG_BACKEND_NET and
    NEWLIB_LIBC

Signed-off-by: David D <a8961713@gmail.com>
2020-07-21 10:29:04 +02:00
..
CMakeLists.txt logging: Make ring buffer backend more general 2020-03-12 13:31:24 +02:00
Kconfig logging: Clarify that hexdump messages have no function prefix 2020-06-16 19:05:51 +02:00
Kconfig.template.log_config license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
log_backend_native_posix.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
log_backend_net.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
log_backend_rb.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
log_backend_rtt.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
log_backend_std.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
log_backend_swo.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
log_backend_uart.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
log_backend_xtensa_sim.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
log_cmds.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
log_core.c logging: enhanced external logsystems 2020-06-17 17:08:12 +02:00
log_list.c
log_list.h
log_minimal.c logging: fix LOG_HEXDUMP_* in C++. 2019-12-18 21:54:18 +01:00
log_msg.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
log_output_syst.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
log_output.c logging: Fixing timestamp calculation when using NEWLIB 2020-07-21 10:29:04 +02:00