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

Improved documentation for interrupt handling #22

Open
blm768 opened this issue Sep 5, 2020 · 2 comments
Open

Improved documentation for interrupt handling #22

blm768 opened this issue Sep 5, 2020 · 2 comments

Comments

@blm768
Copy link

blm768 commented Sep 5, 2020

I've been working on a GD32vf103-based project that looks like it'll require some interrupt handlers. Unfortunately, the official documentation for the chip doesn't seem to have a lot of information (at least in the English-language documents I've found so far), and I haven't had much luck figuring things out from this HAL's docs, either.

If there's anyone who's willing to provide some initial guidance on how to use the existing interrupt-handling code in this crate, I'd be happy to help write docs and/or polish the API.

@khrs
Copy link
Collaborator

khrs commented Sep 5, 2020

Hi,

Here you can find my original code i used to test ECLIC
https://gist.github.com/khrs/6978bbff8014d2251e636eac4e7db397

Here you can find a docs i used when implementing ECLIC
https://doc.nucleisys.com/nuclei_spec/isa/eclic.html#

@blm768
Copy link
Author

blm768 commented Sep 5, 2020

Awesome; thanks! I'll take a look.

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

No branches or pull requests

2 participants