diff --git a/components/soc/esp32p4/include/soc/gpio_pins.h b/components/soc/esp32p4/include/soc/gpio_pins.h index 6238eeffbb..baaf358edf 100644 --- a/components/soc/esp32p4/include/soc/gpio_pins.h +++ b/components/soc/esp32p4/include/soc/gpio_pins.h @@ -11,6 +11,8 @@ extern "C" { #endif +#define GPIO_MATRIX_CONST_ONE_INPUT (0x3F) +#define GPIO_MATRIX_CONST_ZERO_INPUT (0x3E) #ifdef __cplusplus } diff --git a/tools/ci/check_public_headers_exceptions.txt b/tools/ci/check_public_headers_exceptions.txt index 40b753dbfd..957c78b04f 100644 --- a/tools/ci/check_public_headers_exceptions.txt +++ b/tools/ci/check_public_headers_exceptions.txt @@ -197,6 +197,7 @@ components/hal/esp32p4/include/hal/gpspi_flash_ll.h components/hal/esp32p4/include/hal/mcpwm_ll.h components/hal/esp32p4/include/hal/mpi_ll.h components/hal/esp32p4/include/hal/mpu_ll.h +components/hal/esp32p4/include/hal/pcnt_ll.h components/hal/esp32p4/include/hal/spi_flash_ll.h components/hal/esp32p4/include/hal/spimem_flash_ll.h components/hal/esp32s2/include/hal/aes_ll.h