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

gpio: Attach gpio intr to the isr_server on the right core. #269

Closed
wants to merge 2 commits into from

Conversation

thaytan
Copy link
Contributor

@thaytan thaytan commented Jan 19, 2017

Make sure GPIO interrupts get attached to the core that
the ISR service routine is running on, otherwise they
don't arrive.

Make sure GPIO interrupts get attached to the core that
the ISR service routine is running on, otherwise they
don't arrive.
@CLAassistant
Copy link

CLAassistant commented Jan 19, 2017

CLA assistant check
All committers have signed the CLA.

If the DNS request is dispatched and performed very quickly,
then it can complete before tcpip_callback() actually returns,
in which case we'll destroy the actual err_t error value passed
in the message. Use a local variable for the tcpip_callback
error code so that can't happen.
@projectgus
Copy link
Contributor

Thanks Jan. I've pushed these into our internal review/merge queue, they should appear on github master branch soon.

@igrr igrr closed this in a14f22f Jan 20, 2017
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