| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-07-03 | tested midi example | 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-21 | better fix for #72 millis overthrow | hathach | |
| 2019-05-14 | update license year to 2019 | hathach | |
| 2019-05-02 | clean up | hathach | |
| 2019-05-01 | simplify hid keyboard & mouse report to one API each | hathach | |
| 2019-05-01 | freertos cdc_msc_hid makefile compile | hathach | |
| 2019-04-19 | move interface descriptor template to usbd.h, update exmaple | hathach | |
| 2019-04-19 | update device freeRTOS exmaple | hathach | |
| 2019-04-18 | wrap up hid device refactor | hathach | |
| 2019-04-18 | update tud_hid_keyboard/mouse helper | hathach | |
| 2019-04-18 | refactor hid, rename hid_generic to simply hid_ | hathach | |
| 2019-04-02 | rename board_led_control to board_led_write | hathach | |
| 2019-04-01 | add board_button_read() | hathach | |
| 2019-03-30 | added tud_suspended() and tud_ready() | hathach | |
| 2019-03-30 | clean up text | hathach | |
| 2019-03-30 | usbd add connected, suspended, remote_wakeup | hathach | |
| - remove use of osal_queue_reset | |||
| 2019-03-29 | clean up | hathach | |
| 2019-03-29 | working on suspend and resume | hathach | |
| change dcd_init signature | |||
| 2019-03-23 | clean up bsp, adde board_millis() | hathach | |
| 2019-03-23 | remove idle rate enforcement, should be done in application level | hathach | |
| 2019-03-23 | add board_noos_millis() for blinky | hathach | |
| 2019-03-21 | minor clean up | hathach | |
| 2019-03-20 | migrate license from BSD 3 clause to MIT | hathach | |
| 2018-12-13 | white spaces | hathach | |
| 2018-12-13 | seperate tusb_task() to tud_task() and tuh_task() | hathach | |
| tusb_task() still exists for backward compatible | |||
| 2018-12-13 | osal clean up | hathach | |
| remove OSAL_TASK_DEF, osal_task_create. Applicaton should create a task and call tinyusb_task(). This make API consistent with NO OS. | |||
| 2018-12-12 | minor update | hathach | |
| 2018-12-03 | clean up lpc13 | hathach | |
| 2018-11-26 | clean up warnings | hathach | |
| 2018-11-25 | Introduce a Makefile for the OS_NONE device example | Scott Shawcroft | |
| It currently supports the SAMD21 and SAMD51 only. More will be added later. | |||
| 2018-11-22 | rename example project | hathach | |
