zephyr/tests/subsys/logging/log_core_additional
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
..
src lib: os: cbprintf: Extend API to support new packaging modes 2022-03-14 11:16:14 +01:00
CMakeLists.txt tests: logging: adjust the structure of logging test cases 2021-11-15 10:17:25 +01:00
log2.conf kconfig: Rename the ZTEST stack size option to align with the rest 2022-02-22 08:23:05 -05:00
log_sync.conf
log_user.conf logging: Deprecate v1, default to v2 2022-01-17 15:49:10 -05:00
prj.conf logging: Deprecate v1, default to v2 2022-01-17 15:49:10 -05:00
testcase.yaml logging: Deprecate v1, default to v2 2022-01-17 15:49:10 -05:00