mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
fca7d70e05
- enable build_template_app - enable check public headers - enable g0 components dependency check
17 lines
291 B
Plaintext
17 lines
291 B
Plaintext
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
|