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

ref: 76bfb7680886ed7ae054a167f4d81eac6815efb3 stm32h747i-disco-usb-image-viewer/include/usb_device.h -rw-r--r-- 12.7 KiB
079ff751 — Rutherther 1 year, 1 month ago
feat: implement cdc application layer, fix enumeration
60e86412 — Rutherther 1 year, 1 month ago
feat: add rx data callback, increase tx fifo size
9db48e96 — Rutherther 1 year, 1 month 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.
chore: update pin, exti, delay
docs: add documentation comments to most functions
feat: implement usb devicd cdc descriptors, init, setup
feat: move all sending instructions to generic send functions
feat: implement most of enumeration
feat: receive setup packets
wip: usb
feat: add registers, pin, exti, usb_device skeleton