Crate qingke_rt

Crate qingke_rt 

Source
Expand description

§Differences vs the riscv-rt version

  • The structure of exception handlers is different
  • The structure of core interrupt handlers is different
  • Hardware stack push is available, so no need to push manually

Enums§

CoreInterrupt

Attribute Macros§

entry
interrupt
Marks a function as an interrupt handler. (Wrapping as a mret function)