zephyr/tests/subsys/logging
Krzysztof Chruscinski c917e6c2ce lib: os: cbprintf: Extend API to support new packaging modes
Added new flags to packaging API:
- CBPRINTF_PACKAGE_ADD_RO_STR_IDXS - when set, read-only string
  locations are appended to the package
- CBPRINTF_PACKAGE_ADD_RW_STR_IDXS - when set, read-write string
  locations are appended to the package (instead of appending actual
  strings)
- CBPRINTF_PACKAGE_FIRST_RO_STR_CNT(n) - indicate that n first strings
  are known to be read only. Ignored in runtime packaging.

Add function for copying packages with optional appending strings.

Changed CBPRINTF_MUST_RUNTIME_PACKAGE to use same flags as packaging.

Aligned logging and test to those changes.

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
2022-03-14 11:16:14 +01:00
..
log_api tests: logging: log_api: Add test for argument evaluation 2022-02-22 14:44:11 +01:00
log_backend_fs kconfig: Rename the ZTEST stack size option to align with the rest 2022-02-22 08:23:05 -05:00
log_benchmark all: Deprecate UTIL_LISTIFY and replace with LISTIFY 2022-03-08 11:03:30 +01:00
log_core logging: Deprecate v1, default to v2 2022-01-17 15:49:10 -05:00
log_core_additional lib: os: cbprintf: Extend API to support new packaging modes 2022-03-14 11:16:14 +01:00
log_immediate kconfig: Rename the TEST_EXTRA stack size option to align with the rest 2022-02-22 08:23:05 -05:00
log_list cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
log_msg logging: Deprecate v1, default to v2 2022-01-17 15:49:10 -05:00
log_msg2 lib: os: cbprintf: Extend API to support new packaging modes 2022-03-14 11:16:14 +01:00
log_output logging: Cleanup in log_instance 2021-12-21 09:36:09 +01:00
log_stack tests: log_stack: define for riscv smp 2022-02-26 10:08:46 -05:00