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

Update RMT initialization code #8927

Merged
merged 4 commits into from
Nov 29, 2023
Merged

Conversation

diplfranzhoepfinger
Copy link
Contributor

  • Commented out setting interrupt priority for both TX and RX configurations in the RMT initialization code.

otherwise we get an Compile Error with esp-idf 5.1.1

- Commented out setting interrupt priority for both TX and RX configurations in the RMT initialization code.
@CLAassistant
Copy link

CLAassistant commented Nov 27, 2023

CLA assistant check
All committers have signed the CLA.

@me-no-dev
Copy link
Member

and you break it for anyone on 5.1.2. Proper fix would be to check the ESP-IDF version

@Jason2866
Copy link
Collaborator

why should be an outdated IDF version be supported?

@diplfranzhoepfinger
Copy link
Contributor Author

@SuGlider
Copy link
Collaborator

@diplfranzhoepfinger - I changed your PR to include the IDF 5.1.x version check...

@SuGlider
Copy link
Collaborator

It could be useful when using Arduino as IDF component with any IDF 5.1.x version.

@diplfranzhoepfinger
Copy link
Contributor Author

Cool done.

@SuGlider SuGlider self-assigned this Nov 27, 2023
@SuGlider SuGlider added this to the 3.0.0 milestone Nov 27, 2023
@P-R-O-C-H-Y P-R-O-C-H-Y added Status: Pending Merge Pull Request is ready to be merged and removed Status: Review needed Issue or PR is awaiting review labels Nov 28, 2023
@me-no-dev me-no-dev merged commit b303cb4 into espressif:master Nov 29, 2023
48 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Pending Merge Pull Request is ready to be merged
Projects
Development

Successfully merging this pull request may close these issues.

8 participants