Skip to content

External Interrupt handling fix #32

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

Merged
merged 2 commits into from
Sep 4, 2015
Merged

Conversation

cmaglie
Copy link
Member

@cmaglie cmaglie commented Sep 4, 2015

  • NMI Interrupts are now correctly ignored (no more hardcoded pin numbers)
  • callbacksInt doesn't need to be a structure, changed to a simple array of function pointers.

This pull request together with 0368e10 fix issue #30.

/cc @aethaniel @facchinm @manitou48

@cmaglie cmaglie self-assigned this Sep 4, 2015
@cmaglie cmaglie added this to the Release 1.6.2 milestone Sep 4, 2015
@ArduinoBot
Copy link

✅ Build completed.

⬇️ Build URL: http://downloads.arduino.cc/PR/samd/package_samd-b27_index.json

ℹ️ To test this build:

  1. Open the Preferences of the Arduino IDE.
  2. Add the Build URL above in the Additional Boards Manager URLs field, and click OK.
  3. Open the Boards Manager (menu Tools->Board->Board Manager...)
  4. Install Arduino SAMD core - Pull Request External Interrupt handling fix #32
  5. Select one of the boards under SAMD Pull Request External Interrupt handling fix #32 in Tools->Board menu
  6. Compile/Upload as usual

@aethaniel
Copy link
Contributor

Seems 🆗 to me

@facchinm
Copy link
Member

facchinm commented Sep 4, 2015

👍

@cmaglie cmaglie merged commit e258489 into arduino:master Sep 4, 2015
@cmaglie cmaglie deleted the ext-int-fix branch September 4, 2015 14:57
dhalbert pushed a commit to dhalbert/ArduinoCore-samd that referenced this pull request Aug 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants