zephyr/include/logging
Krzysztof Chruscinski f346af2c58 logging: Extend support for compilation with up to 31 arguments
Logging v2 supports 255 arguments but since logging v1 was supporting
only 15, and it is still compiled, more than 15 could not be used.
Extending logging v1 macro to accept up to 31 arguments. It will fail
during processing in case of v1 but will work with v2 enabled. It is
a temporary solution since v1 will be removed at some point.

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
2021-12-04 12:19:27 +01:00
..
log.h logging: Minimal mode configuration cleanup 2021-11-20 11:58:40 -05:00
log_backend.h toolchain: migrate iterable sections calls to the external API 2021-08-12 17:47:04 -04:00
log_backend_std.h logging: Remove code duplication from log_backend_std 2021-07-23 16:06:37 -04:00
log_core.h logging: Extend support for compilation with up to 31 arguments 2021-12-04 12:19:27 +01:00
log_ctrl.h logging: Add function for checking if there is pending data 2021-11-20 11:58:40 -05:00
log_frontend.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
log_instance.h logging: add padding for RISC-V 64bits environment 2020-11-19 12:46:35 -05:00
log_internal.h logging: Prefix internal functions with z_ 2021-09-28 20:31:52 -04:00
log_msg.h logging: Add log mem shell command 2021-08-12 11:06:32 -04:00
log_msg2.h lib: os: cbprintf: Add flags to CBPRINTF_MUST_RUNTIME_PACKAGE 2021-11-29 21:13:56 +01:00
log_output.h logging: add log_output_timestamp_to_us() helper function 2021-04-20 18:21:26 -04:00
log_output_dict.h comments: minor typo fixes 2021-10-05 07:18:13 -04:00