mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
Examples: common source for GPIO range in Kconfigs defined
This commit is contained in:
15
examples/common_components/env_caps/esp32s2/Kconfig.env_caps
Normal file
15
examples/common_components/env_caps/esp32s2/Kconfig.env_caps
Normal file
@@ -0,0 +1,15 @@
|
||||
config ENV_GPIO_RANGE_MIN
|
||||
int
|
||||
default 0
|
||||
|
||||
config ENV_GPIO_RANGE_MAX
|
||||
int
|
||||
default 46
|
||||
|
||||
config ENV_GPIO_IN_RANGE_MAX
|
||||
int
|
||||
default ENV_GPIO_RANGE_MAX
|
||||
|
||||
config ENV_GPIO_OUT_RANGE_MAX
|
||||
int
|
||||
default 45
|
Reference in New Issue
Block a user