what is a good strategy to keep who does what straight? It looks like it would be possible to have 2 cores assigned to the same uart, for example.
I can imagine a single file where I have all of the interrupt assignment macros in one place instead of spread out over many files. arranged by core and then priority.
I can imagine a single file where I have all of the interrupt assignment macros in one place instead of spread out over many files. arranged by core and then priority.