| Age | Commit message (Collapse) | Author |
|
and out
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- replace tusb_hal_int_enable/disable to dcd_int_enable/disable,
hcd_int_enable/disable
- remove tusb_hal_init(), this will be part of dcd_init/hcd_init,
anything beyond dcd/hcd should be inited by bsp
|
|
|
|
|
|
|
|
|
|
|
|
added dcd description.
|
|
|
|
|
|
The ProtoThreads style subtasks were removed because it led to
extremely unclear control flow. RTOSes can be used if threading is
needed.
Also added some additional functionality to MSC to support dynamic
LUNs and read-only LUNs.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- implement control endpoint get status, endpoint set feature
|
|
|
|
|
|
|
|
enhance nrf5x
|
|
|
|
|
|
update segger project to work with nrfx
|
|
|
|
fix issue with large enough bulk out.
|
|
|
|
|