Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thirdpin/libopencm3.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-03-03usb: Use enumerated return codesKarl Palsson
The enum usbd_request_return_codes has been available for some time. It should be used internally, not just by users of this code.
2018-03-03usb-msc: fix write acknowledgement bugSebastian Holzapfel
Fixes https://github.com/libopencm3/libopencm3/issues/409
2015-12-15[Style] Stylefix sweep over the whole codebase.Piotr Esden-Tempski
2015-07-29usb: provide typedefs for all the function callbacks.Kuldeep Singh Dhaka
This makes it easier to read for most people, and makes it substantially easier to review changes in the function signatures themselves at a later date.
2014-07-03add MSC (Mass Storage Class) supportPavol Rusnak