Skip to content
This repository was archived by the owner on Aug 9, 2022. It is now read-only.

Add support for interrupt handling #31

Merged
merged 8 commits into from
May 31, 2020

Conversation

arjanmels
Copy link
Contributor

  • Added CPU internal interrupts (with "dummy" numbers)
  • Added device.x linker script to be able to use interrupts
  • Folded interrupts into main peripherals to work around problem with svdtools (doesn't matter in the end, because intterupts are globals and not directly coupled to peripherals).

This relies on new version of svd2rust: rust-embedded/svd2rust#445 (https://github.com/arjanmels/svd2rust/tree/feature-esp32-support)

@MabezDev
Copy link
Member

This is great! I'll fix the CI by installing svd2rust from git, seeing as your pr has been merged.

@MabezDev MabezDev merged commit 1193d62 into esp-rs:master May 31, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants