| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
consumer, syscontrol, gamepad
|
|
|
|
|
|
|
|
|
|
seperate inteface and report
|
|
|
|
|
|
|
|
|
|
|
|
CFG_TUD_HID_MOUSE_BOOT
|
|
|
|
|
|
- tud_hid_keyboard_is_boot_protocol()
- tud_hid_mouse_is_boot_protocol()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- add CFG_TUD_HID_ASCII_TO_KEYCODE_LOOKUP
- add tud_hid_keyboard_send_keycode(), tud_hid_keyboard_send_char(),
tud_hid_keyboard_send_string()
- add timeout_blocking_wait()
|
|
|
|
|
|
|
|
|