rland93 / ollyfc

A small rust-embedded flight computer. RTIC, FrSky protocols, and STM32F4 hardware.
Mozilla Public License 2.0
1 stars 0 forks source link

Bringup USB #2

Closed rland93 closed 11 months ago

rland93 commented 11 months ago

This is related to #1

STM32F4xx has some RTIC examples for USB serial communication using usb-device and usbd-serial.

We need to implement those in an example program and conduct hardware testing.