From 7a18e5ff4d86c4bba816a6ce97fedbaf51dd46f1 Mon Sep 17 00:00:00 2001 From: Doug Brown Date: Sun, 6 Aug 2023 20:35:27 -0700 Subject: [PATCH] Add README explaining the Nuvoton directory --- hal/m258ke/nuvoton/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 hal/m258ke/nuvoton/README.md diff --git a/hal/m258ke/nuvoton/README.md b/hal/m258ke/nuvoton/README.md new file mode 100644 index 0000000..26f8214 --- /dev/null +++ b/hal/m258ke/nuvoton/README.md @@ -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.