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

ref: 8313b61dab467a7d9823e32aca9603f804ff3ca8 stm32h747i-disco-usb-image-viewer/include/usb.h -rw-r--r-- 17.2 KiB
4c34bf99 — Rutherther 1 year, 1 month ago
fix: unicode strings
d5bfe1a3 — Rutherther 1 year, 1 month ago
fix: usb should not rewrite DIEPCTL bits
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.
feat: implement enumeration fully
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: fix usb bitmaps
feat: implement simple control usb read, writes
refactor: use usb descriptor common struct header
feat: usb control types definitions