esp32c6: add minimal ci support

- enable build_template_app
- enable check public headers
- enable g0 components dependency check
This commit is contained in:
wuzhenghui
2022-07-08 16:15:49 +08:00
committed by Song Ruo Jing
parent 1eb9a24a48
commit fca7d70e05
15 changed files with 35 additions and 6 deletions
@@ -0,0 +1,16 @@
config ENV_GPIO_RANGE_MIN
int
default 0
config ENV_GPIO_RANGE_MAX
int
default 30
# GPIOs 16/17 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