Skip to content

Commit af342e5

Browse files
cfriedtkartben
authored andcommitted
scripts: ci: check_compliance: allow mcuboot log level dbg
Currently, only MCUBOOT_LOG_LEVEL_INF and MCUBOOT_LOG_LEVEL_WRN are allowed in UNDEF_KCONFIG_ALLOWLIST. Let's allow MCUBOOT_LOG_LEVEL_DBG as well, since some use cases may require this level of scrutiny. Signed-off-by: Chris Friedt <[email protected]>
1 parent 305e648 commit af342e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/ci/check_compliance.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1077,6 +1077,7 @@ def check_no_undef_outside_kconfig(self, kconf):
10771077
"MCUBOOT_CLEANUP_ARM_CORE", # Used in (sysbuild-based) test
10781078
"MCUBOOT_DOWNGRADE_PREVENTION", # but symbols are defined in MCUboot
10791079
# itself.
1080+
"MCUBOOT_LOG_LEVEL_DBG",
10801081
"MCUBOOT_LOG_LEVEL_INF",
10811082
"MCUBOOT_LOG_LEVEL_WRN", # Used in example adjusting MCUboot
10821083
# config,

0 commit comments

Comments
 (0)