| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-08-24 | stm32h7: Add empty template cdc_msc_hid example for STM32H743 Nucleo board ↵ | William D. Jones | |
| that compiles. | |||
| 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-05 | clean up | hathach | |
| 2019-08-05 | nrf5x remove the depenedent on nrfx_power.h | hathach | |
| 2019-08-05 | merge dcd/hal_nrf5x.c into dcd/dcd_nrf5x.c | hathach | |
| 2019-08-01 | clean up | hathach | |
| - remove TUD_WEBUSB_URL_DESCRIPTOR to avoid flexible array member (C++ forbid in strict mode) - remove unused TUD_DESC_STRLEN/TUD_DESC_STR_HEADER/TUD_DESC_STR_HEADER | |||
| 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-30 | clean up | hathach | |
| 2019-07-30 | added BOS MS OS 2.0 descriptor to webusb example, it work with windows | hathach | |
| 2019-07-26 | fix stall response with SET_INTERFACE/GET_INTERFACE | hathach | |
| webusb work with linux & macos | |||
| 2019-07-26 | webusb work great with linux | hathach | |
| 2019-07-25 | more webusb + vendor | 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-22 | Merge branch 'master' into develop | hathach | |
| 2019-07-19 | more house keeping | hathach | |
| 2019-07-19 | 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-19 | stm32 minor change | hathach | |
| 2019-07-16 | clean up | 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-12 | updating webusb with cdc | hathach | |
| 2019-07-12 | change TUD_HID_INOUT_DESCRIPTOR epout & epin order | hathach | |
| clean up, adding template for BOS & BOS platform descriptor | |||
| 2019-07-12 | clean up | hathach | |
| 2019-07-12 | added tud_descriptor_bos_cb(), add support for BOS get descriptor | hathach | |
| 2019-07-11 | add BOS descriptor and device capability constant | hathach | |
| 2019-07-10 | release as 0.5.0 | hathach | |
| 2019-07-09 | fix incorrect midi descriptor template | hathach | |
| 2019-07-05 | midi only use audio 1.0 without IAD | hathach | |
| 2019-07-04 | indent clean up | 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 midi template | 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 | remove dcd_edpt_busy() | hathach | |
| 2019-06-10 | fix build error with midi, use usbd_edpt_xfer/busy for midi to replace dcd_* | hathach | |
