rtic
rtic copied to clipboard
rtic-macros: add backend-specific AppArgs
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