Skip to content

Commit 068d7ec

Browse files
David Corbeilkartben
authored andcommitted
modules/zcbor: Added building of zcbor_print.c to zcbor module
Some utilities function implementations were moved to their own implementation file in zcbor 0.9.0. This commit is simply to compile those functions so that users can still have access to them without using the --output-cmake functionality provided by the zcbor python script Signed-off-by: David Corbeil <[email protected]>
1 parent 2d4e05a commit 068d7ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/zcbor/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ if(CONFIG_ZCBOR)
88
${ZEPHYR_ZCBOR_MODULE_DIR}/src/zcbor_common.c
99
${ZEPHYR_ZCBOR_MODULE_DIR}/src/zcbor_decode.c
1010
${ZEPHYR_ZCBOR_MODULE_DIR}/src/zcbor_encode.c
11+
${ZEPHYR_ZCBOR_MODULE_DIR}/src/zcbor_print.c
1112
)
1213

1314
zephyr_library_compile_definitions(_POSIX_C_SOURCE=200809L)

0 commit comments

Comments
 (0)