obdev / v-usb

A Firmware-Only USB implementation for Atmel's AVR Microcontrollers
1.22k stars 244 forks source link

support for additional in-endpoints #14

Open ari-s opened 7 years ago

ari-s commented 7 years ago

I'm currently writing firmware for a device which for full functionality would need more in-endpoints. Is it feasible with reasonable work to add this functionality?

To ask differently: is there a reason there are hardcoded functions for the two possible in-endpoints but usbFunctionWriteOut works for any number of endpoints?

yiancar commented 4 years ago

Hello I know its been 3 years but @ari-s had you managed to do what you described?

ari-s commented 4 years ago

Hi, I've not, but I have not tried either - in principle I'd still be interested, and I think it's an answer could be helpful for other (potential) users ob v-usb. So it would be great to find out!