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

This commit is contained in:
C.S.M
2025-11-26 14:03:50 +08:00
parent 551b264193
commit 904c94ba3a
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