Add README explaining the Nuvoton directory

This commit is contained in:
Doug Brown 2023-08-06 20:35:27 -07:00 committed by Doug Brown
parent a4b17f6601
commit bc9b0245ba
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
# Nuvoton/CMSIS files
These files came from [Nuvoton's M251 BSP](https://github.com/OpenNuvoton/M251BSP/). 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.