Merge branch 'feat/update_esp32s31_ci_pub_head_support' into 'master'

feat(esp32s31): Add esp_hw_support component and check public header ci support

See merge request espressif/esp-idf!43744
This commit is contained in:
C.S.M
2025-11-28 11:25:28 +08:00
30 changed files with 1459 additions and 39 deletions
@@ -0,0 +1,15 @@
config ENV_GPIO_RANGE_MIN
int
default 0
config ENV_GPIO_RANGE_MAX
int
default 62
config ENV_GPIO_IN_RANGE_MAX
int
default ENV_GPIO_RANGE_MAX
config ENV_GPIO_OUT_RANGE_MAX
int
default ENV_GPIO_RANGE_MAX