| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-09-14 | Change requset type parameter back to uint8_t (fix type cast), support USB ↵ | Nathan Conrad | |
| indicator pulse | |||
| 2019-09-14 | Handle USBTMC TermChar. | Nathan Conrad | |
| 2019-09-14 | Combined status response enum (std with 488), support trigger. | Nathan Conrad | |
| 2019-09-14 | Add usbtmc class driver. | Nathan Conrad | |
| 2019-09-11 | fix #132 | hathach | |
| 2019-09-01 | fix potential bug with mis-align issue | hathach | |
| 2019-09-01 | rename lpc_usbd to lpc_ip3511 | hathach | |
| 2019-08-31 | close #105 add tud_vendor_write_available() | hathach | |
| 2019-08-15 | Merge pull request #99 from jepler/issue98-midi-program-change | Scott Shawcroft | |
| midi_device: Send message classes C and D as 2 bytes | |||
| 2019-08-14 | midi_device: Send message classes C and D as 2 bytes | jepler | |
| .. sending these as two 1-byte messages with CIN of 0xF is misinterpreted by OSes including Windows 10 and (reportedly) Mac. Testing performed: Ran the reproducer script, which sends Program Change (0xCx) messages. I did not check with Change Pressure (0xDx) messages, but expect the same thing. Closes: #98 | |||
| 2019-08-01 | add vendor peek, change cdc peek signature, change cdc read_char() return ↵ | hathach | |
| from signed char to int32_t | |||
| 2019-07-30 | clean up | hathach | |
| 2019-07-26 | webusb work great with linux | hathach | |
| 2019-07-24 | move tud_vendor_control_* to usbd.h | hathach | |
| 2019-07-24 | update vendor device similar to cdc read/write | hathach | |
| maybe refactor later | |||
| 2019-07-24 | Merge branch 'master' into develop | hathach | |
| 2019-07-24 | change tud_msc_start_stop_cb() to return void -> bool | hathach | |
| 2019-07-24 | adding vendor | hathach | |
| 2019-07-24 | rename tud_control_vendor_request_cb/complete_cb to ↵ | hathach | |
| tud_vendor_control_request_cb/complete_cb | |||
| 2019-07-19 | more house keeping | hathach | |
| 2019-07-19 | rename custom/custom-_* to vendor/vendor_* | hathach | |
| 2019-07-19 | rename CFG_TUSB_HOST_CUSTOM_CLASS to CFG_TUH_VENDOR | hathach | |
| 2019-07-19 | rename CFG_TUD_CUSTOM_CLASS to CFG_TUD_VENDOR | hathach | |
| 2019-07-16 | add tud_control_vendor_request_cb()/tud_control_vendor_complete_cb(), expose ↵ | hathach | |
| usbd control transfer rename usbd_control_transfer/status to tud_control_transfer/status | |||
| 2019-07-12 | clean up, rename internal driver control_request_complete to simply ↵ | hathach | |
| control_complete | |||
| 2019-07-05 | midi only use audio 1.0 without IAD | hathach | |
| 2019-07-04 | clean up | hathach | |
| 2019-07-04 | remove tud_midi_write_flush() send asap. rename tud_midi_connected() to ↵ | hathach | |
| tud_midi_mounted() | |||
| 2019-07-03 | fix midi_write prototype | hathach | |
| 2019-07-03 | tested midi example | hathach | |
| 2019-07-02 | clean up | hathach | |
| 2019-07-02 | clean up | hathach | |
| 2019-07-01 | fix compiling | hathach | |
| 2019-07-01 | improving midi support, adding midi exmaple | hathach | |
| rename TUSB_DESC_CLASS_SPECIFIC to TUSB_DESC_CS_INTERFACE | |||
| 2019-06-10 | fix build error with midi, use usbd_edpt_xfer/busy for midi to replace dcd_* | hathach | |
| 2019-06-06 | add HID_ASCII_TO_KEYCODE | hathach | |
| 2019-06-06 | add TU_ prefix to compiler ATTR to prevent name conflict with application | hathach | |
| 2019-05-29 | added usbd_edpt_xfer/usbd_edpt_busy to replace dcd_edpt_transfer/dcd_edpt_busy() | hathach | |
| - 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() | |||
| 2019-05-24 | should fix and work with #58 | hathach | |
| - add hid_test_js | |||
| 2019-05-22 | fix tud_cdc_read_char()/tud_cdc_peek() to return signed char | hathach | |
| - depending on compiler option "char" can be intepreted as unsigned char | |||
| 2019-05-14 | more endian convert | hathach | |
| 2019-05-14 | more clean up use inline bit funciton instead of macros | hathach | |
| 2019-05-14 | clean up endian convert function | hathach | |
| 2019-05-14 | update license year to 2019 | hathach | |
| 2019-05-14 | clean up | hathach | |
| 2019-05-12 | change tud_descriptor_string_cb() to be consistent with other descriptor ↵ | hathach | |
| callback | |||
| 2019-05-12 | add tud_hid_descriptor_report_cb() | hathach | |
| - remove tud_desc_set.hid_report - remove tud_desc_set_t | |||
| 2019-05-09 | msc device will stall READ_CAPACITY & READ_FORMAT_CAPACITY if ↵ | hathach | |
| tud_msc_capacity_cb() get zero size | |||
| 2019-05-07 | clean up | hathach | |
| 2019-05-06 | adding msc Start Stop to buitin command, but not complate yet | hathach | |
| add tud_msc_start_stop_cb() as optional callback | |||
