Skip to content
This repository was archived by the owner on Apr 6, 2022. It is now read-only.

Commit 081d80d

Browse files
ulfalizergalak
authored andcommitted
check_compliance.py: Add STACK_SIZE to Kconfig symbol whitelist
Needed for zephyrproject-rtos/zephyr#20722. Signed-off-by: Ulf Magnusson <[email protected]>
1 parent c083680 commit 081d80d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/check_compliance.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -486,6 +486,7 @@ def check_no_undef_outside_kconfig(self, kconf):
486486
"SOME_INT",
487487
"SOME_OTHER_BOOL",
488488
"SOME_STRING",
489+
"STACK_SIZE", # Used as an example in the Kconfig docs
489490
"STD_CPP", # Referenced in CMake comment
490491
"TEST1",
491492
"TYPE_BOOLEAN",

0 commit comments

Comments
 (0)