| Age | Commit message (Collapse) | Author |
|
|
|
|
|
tud_midi_mounted()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
rename TUSB_DESC_CLASS_SPECIFIC to TUSB_DESC_CS_INTERFACE
|
|
|
|
|
|
added usbd_edpt_xfer/usbd_edpt_busy to replace dcd_edpt_transfer/dcd_edpt_busy()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Modified example to use list of supported boards
|
|
|
|
|
|
|
|
- improve fifo write/read_n with only one lock
- use usbd_edpt_xfer/usbd_edpt_busy for hid/cdc/msc class driver
- replace cdc read's pending_read_from_host by usbd_edpt_busy()
|
|
|
|
Made node.js hid example more friendly for new users
|
|
|
|
make hid_generic_inout tester have reportLength-sized buffer
|
|
OSes need that
|
|
fix raw hid inout
|
|
- add hid_test_js
|
|
|
|
|
|
fix tud_cdc_read_char()/tud_cdc_peek() to return signed char
|
|
- depending on compiler option "char" can be intepreted as unsigned char
|
|
better fix for #72 millis overflow
|