Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About Kconfig.env_caps for esp32c2 (IDFGH-8734) #10174

Closed
3 tasks done
nopnop2002 opened this issue Nov 14, 2022 · 1 comment
Closed
3 tasks done

About Kconfig.env_caps for esp32c2 (IDFGH-8734) #10174

nopnop2002 opened this issue Nov 14, 2022 · 1 comment
Assignees
Labels
Resolution: Done Issue is done internally Status: Done Issue is done internally

Comments

@nopnop2002
Copy link

Answers checklist.

  • I have read the documentation ESP-IDF Programming Guide and the issue is not addressed there.
  • I have updated my IDF branch (master or release) to the latest version and checked that the issue is present there.
  • I have searched the issue tracker for a similar issue and not found a similar issue.

General issue report

$ cat $HOME/esp-idf/examples/common_components/env_caps/esp32c3/Kconfig.env_caps
config ENV_GPIO_RANGE_MIN
    int
    default 0

config ENV_GPIO_RANGE_MAX
    int
    default 19
    # GPIOs 20/21 are always used by UART in examples


$ cat $HOME/esp-idf/examples/common_components/env_caps/esp32c2/Kconfig.env_caps
config ENV_GPIO_RANGE_MIN
    int
    default 0

config ENV_GPIO_RANGE_MAX
    int
    default 20

GPIO 19/20 of ESP32C2 are used by UART so ESP32C2's ENV_GPIO_RANGE_MAX is not 18?

@espressif-bot espressif-bot added the Status: Opened Issue is new label Nov 14, 2022
@github-actions github-actions bot changed the title About Kconfig.env_caps for esp32c3 About Kconfig.env_caps for esp32c3 (IDFGH-8734) Nov 14, 2022
@nopnop2002 nopnop2002 changed the title About Kconfig.env_caps for esp32c3 (IDFGH-8734) About Kconfig.env_caps for esp32c2 (IDFGH-8734) Nov 14, 2022
@ESP-Marius
Copy link
Collaborator

Thanks for pointing this out, we'll update the caps to better reflect which pins should be used in the C2 examples.

@espressif-bot espressif-bot added Status: Reviewing Issue is being reviewed and removed Status: Opened Issue is new labels Nov 14, 2022
@espressif-bot espressif-bot added Resolution: Done Issue is done internally Status: Done Issue is done internally and removed Status: Reviewing Issue is being reviewed labels Nov 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution: Done Issue is done internally Status: Done Issue is done internally
Projects
None yet
Development

No branches or pull requests

3 participants