mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-10 09:55:47 +00:00
fix(lcd): workaround register check failure
This commit is contained in:
@@ -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*")
|
||||
|
||||
Reference in New Issue
Block a user