microzig
microzig copied to clipboard
Cortex M: Don't depend on `VectorTable` being defined in the register file
STM32F103 sad file did not define which cortex-m core it had so it wasn't able to output a vector table. The resulting code causes a compiler error where it should succeed. BUT if the user tries to specify interrupt handlers they should get a compiler error with an explanation.