zephyr/tests/lib/cbprintf_package
Daniel Leung aff6e8b2f7 lib: os: cbprint: enable tagged arguments for packaging
This adds some bits to support tagged arguments to be used for
packaging. If enabled, the packaging function no longer looks at
the format strings to determine the types of arguments, but
instead, each argument is tagged with a type by preceding it
with another argument as type (integer). This allows the format
strings to be removed from the final binary to conserve space.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2022-06-08 00:15:55 +09:00
..
src lib: os: cbprint: enable tagged arguments for packaging 2022-06-08 00:15:55 +09:00
CMakeLists.txt tests: lib: cbprintf_package: Rework C++ test 2022-03-10 14:03:52 -05:00
prj.conf ztest API Migration: lib/cbprintf_package 2022-04-24 19:47:18 +02:00
README tests: lib: Add test for cbprintf_package 2021-03-05 09:29:35 +01:00
testcase.yaml twister: add support for platform_type filter 2022-05-14 14:49:59 -04:00