Commit Graph

4 Commits

Author SHA1 Message Date
Sean Cross
c8872c1088 sw: don't clear OUT buffer during usb_recv
If there is data already in the OUT buffer, don't throw it away.

This was necessary when using `epfifo` due to the way it shared OUT and
SETUP packets.  However, it is causing reliability issues with eptri.

Signed-off-by: Sean Cross <sean@xobs.io>
2019-11-29 09:47:52 +08:00
Sean Cross
7f7f23be33 releases: remove updaters
There is a chance that they won't work correctly, so remove them.

Signed-off-by: Sean Cross <sean@xobs.io>
2019-11-28 14:23:33 +08:00
Sean Cross
9b264dc7c4 v2.0.1: add svd file describing soc
Signed-off-by: Sean Cross <sean@xobs.io>
2019-11-28 11:53:29 +08:00
Sean Cross
57f7a8bb95 v2.0.1: generate release files
Signed-off-by: Sean Cross <sean@xobs.io>
2019-11-27 15:55:21 +08:00