Skip to content

Commit 2cb3568

Browse files
aviscontinashif
authored andcommitted
check_compliance.py: Add configurations to whitelist
Added: CONFIG_LSM6DSO_INT_PIN CONFIG_PEDO_THS_MIN CONFIG_USE_STDC_ Referenced in PR zephyrproject-rtos#14111 and PR zephyrproject-rtos#15425. Signed-off-by: Armando Visconti <[email protected]>
1 parent 907dead commit 2cb3568

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/ci/check_compliance.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,12 +391,14 @@ def check_no_undef_outside_kconfig(self, kconf):
391391
"CONFIG_I2C_GPIO_",
392392
"CONFIG_I2S_CAVS_",
393393
"CONFIG_LIS2DW12_INT_PIN",
394+
"CONFIG_LSM6DSO_INT_PIN",
394395
"CONFIG_MODULES",
395396
"CONFIG_MYFEATURE",
396397
"CONFIG_MY_DRIVER_0",
397398
"CONFIG_NORMAL_SLEEP", # #defined by RV32M1 in ext/
398399
"CONFIG_OPT",
399400
"CONFIG_OPT_0",
401+
"CONFIG_PEDO_THS_MIN",
400402
"CONFIG_PWM_",
401403
"CONFIG_REG1",
402404
"CONFIG_REG2",
@@ -415,6 +417,7 @@ def check_no_undef_outside_kconfig(self, kconf):
415417
"CONFIG_UART_",
416418
"CONFIG_USB_CONSOLE",
417419
"CONFIG_USB_HID_DEVICE_NAME_",
420+
"CONFIG_USE_STDC_",
418421
"CONFIG_WHATEVER",
419422
}
420423

0 commit comments

Comments
 (0)