Commit Graph

4 Commits

Author SHA1 Message Date
Doug Brown
94af4cf2a6 Fix const correctness of S_USBD_INFO_T struct 2023-08-26 21:11:18 -07:00
Doug Brown
a0d80a010f Change USBD_MemCopy to not be static inline
I'm sure it's slightly more efficient as a static inline function, but
it results in less flash usage as a separate function. This is important
for the bootloader where every byte matters.
2023-08-26 21:11:17 -07:00
Doug Brown
c39700a66d Strip out unnecessary callbacks and code in USBD driver
This is important for the bootloader. There's a bunch of stuff here we
don't need that unnecessarily bloats the code.
2023-08-26 21:11:17 -07:00
Doug Brown
8ae7768569 Initial commit of Nuvoton USBD driver 2023-08-26 21:11:17 -07:00