scripts: ci: check_compliance: Add MCUboot symbols to allow list
Adds new symbols used in sysbuild for configuring MCUboot to the allow list Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
parent
9566aa5b00
commit
cee15b5e5a
@ -900,6 +900,12 @@ flagged.
|
||||
# Zephyr toolchain variant and therefore not
|
||||
# visible to compliance.
|
||||
"BOARD_", # Used as regex in scripts/utils/board_v1_to_v2.py
|
||||
"BOOT_DIRECT_XIP", # Used in sysbuild for MCUboot configuration
|
||||
"BOOT_DIRECT_XIP_REVERT", # Used in sysbuild for MCUboot configuration
|
||||
"BOOT_FIRMWARE_LOADER", # Used in sysbuild for MCUboot configuration
|
||||
"BOOT_RAM_LOAD", # Used in sysbuild for MCUboot configuration
|
||||
"BOOT_SWAP_USING_MOVE", # Used in sysbuild for MCUboot configuration
|
||||
"BOOT_SWAP_USING_SCRATCH", # Used in sysbuild for MCUboot configuration
|
||||
"BOOT_ENCRYPTION_KEY_FILE", # Used in sysbuild
|
||||
"BOOT_ENCRYPT_IMAGE", # Used in sysbuild
|
||||
"BINDESC_", # Used in documentation as a prefix
|
||||
@ -974,6 +980,7 @@ flagged.
|
||||
"LOG_BACKEND_MOCK_OUTPUT_SYST", #Referenced in testcase.yaml of log_syst test
|
||||
"SEL",
|
||||
"SHIFT",
|
||||
"SINGLE_APPLICATION_SLOT", # Used in sysbuild for MCUboot configuration
|
||||
"SOC_SERIES_", # Used as regex in scripts/utils/board_v1_to_v2.py
|
||||
"SOC_WATCH", # Issue 13749
|
||||
"SOME_BOOL",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user