Stephan Walter
Results
102
comments of
Stephan Walter
Using ```go writeLen := util.Min(512, totlen-written) ``` seems to be optimal, as the MTU size is also limited elsewhere. The value 1024 suggested by @LockeKK will therefore not result in...
Please have a look at my attempt in cnlohr/rv003usb#77. At the moment I'm not sure if pulling in a whole (if minimal) USB stack into py32f0-template is a good idea....