analogdevicesinc / no-OS

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

Maxim USB CDC ACM (serial over USB) #2138

Closed buha closed 6 months ago

buha commented 6 months ago

Pull Request Description

Add USB CDC ACM functionality to Maxim platform implemented as uart ops.

To use it in a project one needs to include the following files to the project source files:

And build using NO_OS_USB_UART=y flag.

PR Type

PR Checklist

buha commented 6 months ago

V2:

buha commented 6 months ago

V3:

buha commented 6 months ago

V4:

buha commented 6 months ago

V5:

buha commented 6 months ago

V6:

buha commented 6 months ago

V7: