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§

Attribute Macros§

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