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

fix: pin_remap: make periman APIs private and non-remapped #8940

Merged
merged 1 commit into from
Nov 29, 2023

Conversation

pillo79
Copy link
Contributor

@pillo79 pillo79 commented Nov 29, 2023

Disabling the periman APIs from remap has a negligible effect on the source: the core is already excluded from remapping, as are most of the libraries. It's also expected to be somewhat private, not exposed by default via Arduino.h.

This patch removes references to those APIs from both esp32-hal.h and io_pin_remap.h, adjusting the relevant libraries.

Turns out that disabling the periman APIs from remap has a negligible
effect on the source: the core is already excluded from remapping, as
are most of the libraries. It's also expected to be a private API not
exposed by default.
This patch removes it from both esp32-hal.h and io_pin_remap.h,
adjusting the relevant libraries.
@me-no-dev me-no-dev merged commit e97a519 into espressif:master Nov 29, 2023
38 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants