csinko / io-master

Dominate the I/O!
MIT License
4 stars 1 forks source link

Determine USB Protocol Implementation for High Speed I/O #14

Open csinko opened 4 years ago

csinko commented 4 years ago

Currently investigating using this: https://github.com/IntergatedCircuits/IPoverUSB

This library will let us use an NCM based USB device to transmit data like an IP-based device.

It supports the STM32F4 but not the H7. I am in the process of porting over the code to run on the H7, but it is bare metal so there are a lot of things to change