rtic-rs / rtic

Real-Time Interrupt-driven Concurrency (RTIC) framework for ARM Cortex-M microcontrollers

Home Page:https://rtic.rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rtic-macros: add backend-specific AppArgs

romancardenas opened this issue · comments

As mentioned in #815 , it would be very useful to allow backends have additional configuration parameters. This is specially necessary for RISC-V, since there will be different interrupt controllers that, in multihart/multicore chips, would need extra configuration to specify which peripheral we want to use.

Now #815 implements this feature