Merge branch 'feat/ci_check_ll_rw_register_half_word' into 'master'

feat(ci): check if the LL function read write the register by half-world

See merge request espressif/esp-idf!31501
This commit is contained in:
morris
2024-06-18 20:38:15 +08:00
30 changed files with 248 additions and 56 deletions

View File

@@ -19,3 +19,8 @@ if(CONFIG_COMPILER_DUMP_RTL_FILES)
DEPENDS ${elf}
)
endif()
message(STATUS "Checking gptimer 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 "timer_group" "pcr" "hp_sys_clkrst"
HAL_MODULES "timer")