| Age | Commit message (Collapse) | Author |
|
|
|
constants.
|
|
|
|
|
|
Board update
|
|
STM32H7 Support
|
|
|
|
|
|
that compiles.
|
|
|
|
tud_vendor_control_request_cb/complete_cb
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- remove board header since it is not used
|
|
|
|
|
|
remove OSAL_TASK_DEF, osal_task_create. Applicaton should create a task
and call tinyusb_task(). This make API consistent with NO OS.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- make control transfer as part of usbd. Class driver must use
usbd_control_ API() instead of dcd_ api.
- change the signature of class driver's control_request
- allow control request complete to stall in staus stage
- move control request parser & handling to usbd.
|
|
|
|
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.
|
|
|
|
without usb to compile such as nrf52832
|
|
consumer, syscontrol, gamepad
|
|
|
|
|
|
|
|
|
|
|
|
|