From 55533bc607bb9f17360ec744550ee7ec875fe69e Mon Sep 17 00:00:00 2001 From: Jonathan Rico Date: Fri, 5 Apr 2024 11:35:09 +0200 Subject: [PATCH] scripts: Add `APP_LOG_LEVEL_DBG` Someone should really fix this properly.. Signed-off-by: Jonathan Rico --- scripts/ci/check_compliance.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/ci/check_compliance.py b/scripts/ci/check_compliance.py index a77bd580453..55430f9cfe3 100755 --- a/scripts/ci/check_compliance.py +++ b/scripts/ci/check_compliance.py @@ -803,6 +803,7 @@ flagged. "APP_LOG_LEVEL", # Application log level is not detected correctly as # the option is defined using a template, so it can't # be grepped + "APP_LOG_LEVEL_DBG", "ARMCLANG_STD_LIBC", # The ARMCLANG_STD_LIBC is defined in the # toolchain Kconfig which is sourced based on # Zephyr toolchain variant and therefore not