mirror of
https://github.com/dougg3/mac-rom-simm-programmer.git
synced 2025-01-21 01:31:33 +00:00
7a77d583da
Change code style so that it's easy to see the number of kilobytes too.
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.