Doug Brown ce8932e80f Disable unnecessary interrupt
I don't really need to bother with VBUS or "no-event-wake-up"
interrupts. This allows me to strip out more code in the IRQ handler.
2023-06-25 11:41:19 -07:00
..
2023-06-25 11:41:19 -07:00

Nuvoton/CMSIS files

These files came from Nuvoton's M251 BSP. They provide register defines, structs, startup code, the vector table, and linker scripts.

I've tried to avoid using Nuvoton's BSP driver code for various peripherals as much as possible, but I did use their USBD driver because it would be too difficult to reimplement from scratch.