feat(ci): check LL functions not read write register by half word

This commit is contained in:
morris
2024-06-07 19:03:01 +08:00
parent 5e4abfdf09
commit dd46392a66
14 changed files with 189 additions and 0 deletions
@@ -23,3 +23,8 @@ if(CONFIG_COMPILER_DUMP_RTL_FILES)
DEPENDS ${elf}
)
endif()
message(STATUS "Checking i2c registers are not read-write by half-word")
include($ENV{IDF_PATH}/tools/ci/check_register_rw_half_word.cmake)
check_register_rw_half_word(SOC_MODULES "i2c" "pcr" "hp_sys_clkrst" "lpperi" "lp_clkrst"
HAL_MODULES "i2c")