~ruther/stm32h747i-disco-usb-image-viewer

ref: 89d71e0ed0d2c3678ad07d06d08f27d089d71e2a stm32h747i-disco-usb-image-viewer/src/usb.c -rw-r--r-- 8.8 KiB
9db48e96 — Rutherther 5 months ago
feat: use task_result to indicate blocking

There should be no spin loops inside of the
interrupts, so this change removes them,
and instead uses a result system that has
WOULD_BLOCK result. When this result is returned,
it is expected there was no side-effect and the
function can safely be reran later.
5d5e3d6c — Rutherther 5 months ago
feat: implement enumeration fully
c8fe27c9 — Rutherther 5 months ago
feat: implement usb devicd cdc descriptors, init, setup
8fd37eaf — Rutherther 5 months ago
feat: move all sending instructions to generic send functions
6051b840 — Rutherther 5 months ago
feat: implement most of enumeration
3b7f816a — Rutherther 5 months ago
feat: implement simple control usb read, writes
Do not follow this link