bors[bot] 37da84129d
Merge #657
657: Async usb stack r=Dirbaio a=Dirbaio

TODO

- [x] Make it work on nRF
- [x] Add a way for classes to handle their own EP0 control requests - thanks `@alexmoon!`
- [x] Handle CONTROL OUT requests with data.
- [ ] Impl AsyncRead/AsyncWrite for CDC ACM -- will do later, it's not trivial
- [x] Cleanup unwraps/asserts/panics
- [x] Cleanup logs (make everything trace/debug, not info)
- [ ] Port synopsys-usb-otg
- [ ] Port stm32-usbd
- [ ] Add more classes? HID, MSD?


Co-authored-by: Dario Nieuwenhuis <dirbaio@dirbaio.net>
Co-authored-by: alexmoon <alex.r.moon@gmail.com>
2022-04-07 23:03:39 +00:00
..
2021-10-28 03:36:25 +02:00
2022-02-12 01:07:02 +01:00
2022-04-07 23:03:39 +00:00
2022-02-07 12:35:58 +01:00
2022-02-12 01:07:02 +01:00
2021-10-19 20:48:46 +02:00
2021-10-26 14:47:31 +02:00
2022-03-08 16:29:42 +01:00