analogdevicesinc / no-OS

Software drivers in C for systems without an operating system
http://analogdevicesinc.github.io/no-OS/
Other
871 stars 1.63k forks source link

stm32 usb serial (and a bugfix) #2190

Closed buha closed 1 month ago

buha commented 1 month ago

Pull Request Description

Add posibility to use USB CDC ACM instead of a normal UART for stm32 projects.

PR Type

PR Checklist

buha commented 1 month ago

V2, implements all the changes proposed above by @rbolboac

buha commented 1 month ago

V3:

buha commented 1 month ago

V4:

buha commented 1 month ago

V5: