feat(esp32h4): ci enable public header check (stage7)

This commit is contained in:
Chen Jichang
2025-03-05 15:13:18 +08:00
parent f884c4a974
commit bfac674769
26 changed files with 1290 additions and 9 deletions
@@ -0,0 +1,16 @@
config ENV_GPIO_RANGE_MIN
int
default 0
config ENV_GPIO_RANGE_MAX
int
default 39
# GPIOs 23/24 are always used by UART in examples
config ENV_GPIO_IN_RANGE_MAX
int
default ENV_GPIO_RANGE_MAX
config ENV_GPIO_OUT_RANGE_MAX
int
default ENV_GPIO_RANGE_MAX