| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-02-11 | rename dfu_rt to dfu_runtime for easy reading | hathach | |
| also rename tud_dfu_rt_reboot_to_dfu to tud_dfu_runtime_reboot_to_dfu_cb | |||
| 2020-07-25 | Merge remote-tracking branch 'upstream/master' into uac2 | Reinhard Panhuber | |
| 2020-07-23 | example to call tud_init() after freeRTOS kernel is started | hathach | |
| add note for usb init when using with RTOS | |||
| 2020-06-20 | Merge branch 'master' of https://github.com/PanRe/tinyusb.git into uac2 | Reinhard Panhuber | |
| 2020-05-28 | Add bt hci device class | Jerzy Kasenberg | |
| Code implements USB transport for bluetooth HCI. | |||
| 2020-05-22 | Add basic UAC2 structure - untested | Reinhard Panhuber | |
| 2020-03-02 | add CDC-ECM/RNDIS/CDC-EEM network device class with example | Peter Lawrence | |
| 2020-01-15 | Normalize line endings | Nathan Conrad | |
| 2019-10-28 | Add support for DFU Runtime class for devices | Sylvain Munaut | |
| This is really just a few descriptors and then answering to the request from the host to reboot into DFU mode. That latter part is delegated to the app since this is platform specific. Signed-off-by: Sylvain Munaut <[email protected]> | |||
| 2019-09-14 | Add usbtmc class driver. | Nathan Conrad | |
| 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-05-14 | remove deprecated tusb_task, clean up tusb compiler | hathach | |
| 2019-05-14 | update license year to 2019 | hathach | |
| 2019-03-24 | remove tusb_hal_millis() usage, less work for porting | hathach | |
| 2019-03-20 | migrate license from BSD 3 clause to MIT | hathach | |
| 2019-01-29 | add tusb_inited() API, check for inited() before running device/host task | hathach | |
| 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. | |||
| 2018-12-14 | clean up compiler attribute | 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-07 | rename MODE_HOST_SUPPORTED to TUSB_OPT_HOST_ENABLED | hathach | |
| 2018-12-06 | rename CFG_TUSB_HOST_CDC/MSC to CFG_TUH_CDC/MSC | hathach | |
| 2018-12-05 | change usbd_init() return to bool for simplicity | hathach | |
| 2018-11-02 | clean up osal | hathach | |
| 2018-07-28 | change HID config, move HID boot config to part of auto descriptor only | hathach | |
| 2018-07-23 | reworking device hid class driver | hathach | |
| 2018-06-18 | rename subfolder source to src | hathach | |
