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 I2S.cpp WDT patch #474

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

skorpsim
Copy link

@skorpsim skorpsim commented Dec 8, 2019

enableClock() in I2S.cpp does not set DIVSEL bit but requires DIVSEL to be 0.
All of the WDT's i have tested so far set DIVSEL to 1.
This leads to incompatibilities. For example no sound with ArduinoSound and WDT

enableClock() in I2S.cpp does not set DIVSEL bit but requires DIVSEL to be 0.
All of the WDT's i have tested so far set DIVSEL to 1.
This leads to incompatibilities. For example no sound with ArduinoSound and WDT
@aentinger aentinger modified the milestones: Release 1.6.20, # Dec 10, 2020
@CptHolzschnauz
Copy link

This PR solves the problem with the I2S / WDT incompatibility.

Why was it removed from the merge list? What is the issue with this PR?

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.

3 participants