fix(lcd): workaround register check failure

This commit is contained in:
morris
2024-06-19 19:00:11 +08:00
parent 0cfefb8a42
commit a8f2a94fe8
3 changed files with 16 additions and 11 deletions

View File

@@ -22,3 +22,8 @@ if(CONFIG_COMPILER_DUMP_RTL_FILES)
DEPENDS ${elf}
)
endif()
message(STATUS "Checking rgb_lcd 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 "*lcd*" "hp_sys_clkrst"
HAL_MODULES "*lcd*")