japaric / f3

Board Support Crate for the STM32F3DISCOVERY
Apache License 2.0
95 stars 35 forks source link

opt-out Cargo feature to disable interrupts #55

Closed japaric closed 8 years ago

japaric commented 8 years ago

Some applications make no use of interrupts. These should be able to remove the part of the vector table that holds the interrupt handlers.

When this Cargo feature is disabled there should be no way to declare an interrupt handler.