mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-10 04:43:33 +00:00
fix(gpio): fix 8/16-bit gpio, rtc/lp_io register access
This commit is contained in:
@@ -21,3 +21,8 @@ endif()
|
||||
idf_component_register(SRCS ${srcs}
|
||||
PRIV_REQUIRES unity esp_driver_gpio
|
||||
WHOLE_ARCHIVE)
|
||||
|
||||
message(STATUS "Checking gpio_ext 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 "gpio_ext"
|
||||
HAL_MODULES "gpio_etm" "gpio_glitch_filter")
|
||||
|
Reference in New Issue
Block a user