Commit Graph

2 Commits

Author SHA1 Message Date
Doug Brown
257d395cd2 Bypass GCC built-in startup code
Nuvoton's sample startup_M251.S file handles enough initialization for
my purposes, so I can completely bypass _start and jump directly to
main. Note that I also had to add a define to enable clearing of BSS.
2023-06-25 11:41:19 -07:00
Doug Brown
979f531bdf Initial commit of register defines, CMSIS code from Nuvoton BSP 2023-06-25 11:41:19 -07:00