littlekernel / lk

LK embedded kernel
MIT License
3.12k stars 613 forks source link

[stm32f0xx] Fix '072 vector table. #240

Closed konkers closed 5 years ago

konkers commented 5 years ago

The STM32F072 and STM32F070 have different vector tables. We can't

ifdef on the existance of the constans like PVD_IRQn because they

are enum values. Right now, since we only have two supported variants, we're switching on the variant. This will likely not scale.