"So, similar to RTIC, and as `..." <- > <@firefrommoonlight:matrix.org> So, similar to RTIC, and as `Adam` hinted, I propose: > ```rust > #[interrupt: TIM2] > fn my_timer_isr(){} > ``` > > Or similar I missed I very interesting meeting D: Riscv-rt does not have interrupt nor exception macros just because no one implemented them yet. But I kind of like the syntax of firefrommoonlight . Additionally, I'm not sure if there is a plan to add a way to tell LLVM that the function is an ISR so it takes care of saving the context etc.? I can't remember, but onsdag once shared a post/discussion regarding this. If so, macros could hide this "complexity" to users