Skip to content

Commit 619fce9

Browse files
oyvindronningstadcarlescufi
authored andcommitted
modules: zcbor: kconfig: Disallow ZCBOR_VERBOSE with MINIMAL_LIBC
Because Minimal LIBC doesn't have PRIuFAST32 and PRIxFAST32 which is needed when printing traces in zcbor. Signed-off-by: Øyvind Rønningstad <[email protected]>
1 parent 04836af commit 619fce9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/zcbor/Kconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ config ZCBOR_STOP_ON_ERROR
2626
config ZCBOR_VERBOSE
2727
bool "Make zcbor code print messages"
2828

29+
# TODO: FIXME: Remove when Minimal LIBC has been fixed.
30+
depends on !MINIMAL_LIBC # Because Minimal LIBC doesn't have PRIuFAST32 and PRIxFAST32.
31+
2932
config ZCBOR_ASSERT
3033
def_bool ASSERT
3134

0 commit comments

Comments
 (0)