| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-11-27 | fix #229 | hathach | |
| 2019-09-27 | add -Wextra for more warnings to example | hathach | |
| non-stack warning (probably mcu driver) should be suppressed in the board.mk | |||
| 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-07-24 | update vendor device similar to cdc read/write | hathach | |
| maybe refactor later | |||
| 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-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 TU_ prefix to compiler ATTR to prevent name conflict with application | hathach | |
| 2019-05-14 | update license year to 2019 | hathach | |
| 2019-03-27 | cleanup, remove the use of _TINY_USB_SOURCE_FILE_ | hathach | |
| 2019-03-20 | migrate license from BSD 3 clause to MIT | hathach | |
| 2019-01-08 | Remove txbuf in favor of fifo. | Scott Shawcroft | |
| Fifo incurs a second copy into a USB buffer but this ensures the correct USB buffer alignment. Some LPC chips require 64 byte alignment that txbuf couldn't do. | |||
| 2019-01-04 | Split out txbuf and add unit test. | Scott Shawcroft | |
| 2019-01-04 | Add USB Midi support. | Scott Shawcroft | |
| It also introduces a txbuffer which copies data into it but passes the buffer straight to the USB rather than another copy. | |||
