Unverified Commit a53c4d4f authored by rmsyn's avatar rmsyn
Browse files

features: adds `rt` feature for gd32vf103-pac/rt

Adds a `rt` feature to allow users to opt-in to using the
`gd32vf103-pac/rt` feature. This exposes the `interrupt` macro, allowing
users to define functions for system interrupts.

This is preferable to using inline assembly to include the code in
`eclic-mode-hack.S` which causes symbol collisions with user-defined
interrupt functions, and strange bugs for handler execution.
parent 3e3b2921
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment