Skip to content

put inline helpers in IRAM for slave ISRs [issue 6875] #6894

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

Closed
wants to merge 3 commits into from
Closed

put inline helpers in IRAM for slave ISRs [issue 6875] #6894

wants to merge 3 commits into from

Conversation

Tech-TX
Copy link
Contributor

@Tech-TX Tech-TX commented Dec 9, 2019

#6875 describes exceptions when I2C hits a slave during OTA download. Issue is caused by the 'inline helpers' not being in IRAM, and all 6 are used in the slave section ISRs.

@earlephilhower earlephilhower added this to the 2.7.0 milestone Dec 10, 2019
@@ -1073,4 +1074,4 @@ extern "C" {
twi.enableSlave();
}

};
};
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

eof newline

@devyte
Copy link
Collaborator

devyte commented Dec 12, 2019

Closing in favor of #6898, as discussed.

@devyte devyte closed this Dec 12, 2019
@Tech-TX Tech-TX deleted the issue6875 branch December 15, 2019 19:11
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