| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-10-13 | implement tuh_msc_scsi_inquiry() / tuh_msc_read_capacity() / ↵ | hathach | |
| tuh_msc_get_maxlun() | |||
| 2020-10-13 | rework msc host | hathach | |
| - msc host enum is now async - implement async tuh_msc_scsi_command() / tuh_msc_request_sense() / tuh_msc_test_unit_ready() | |||
| 2020-09-07 | rework usbh control transfer | hathach | |
| use series of complete callback instead of blocking semaphore, which is more noOS friendly. still working with hid host | |||
| 2020-09-05 | refactor hub class | hathach | |
| - separate connect/disconnect handling - hub work with full speed, but doesn't seem to work with Low speed device (with mcb1800) - need to update msc host after migrating from isr to xfer_cb (blocked at inquiry) | |||
| 2020-09-05 | update example to test with mouse | hathach | |
| 2020-09-04 | update ci to also build host example | hathach | |
| 2020-09-04 | fflush(stdout) for keyboard host example | hathach | |
| 2020-09-04 | keyboard host work as proof of concept | hathach | |
| 2020-09-03 | more hid host work | hathach | |
| 2020-09-03 | fix #449 remove obsolete pipehandle from hid host | hathach | |
| 2020-09-01 | clean up | hathach | |
| 2020-05-22 | implement hcd_uframe_number for ohci | hathach | |
| able to get 8 byte descriptors using LPC1769 + base, but failed to reset and set address. | |||
| 2020-05-22 | update makefile to build with ohci host | hathach | |
| update ses project for lpc1769 with rtt | |||
| 2020-05-19 | usb0 host on mcb1800 work with fullspeed mode. | hathach | |
| use usbh_edpt_open() to correctly map ep2drv[] | |||
| 2020-05-04 | temporarily remove osal_task_delay() from osal | hathach | |
| - add hcd_uframe_number() API, update EHCI to return uframe number - get host running on ea4357 | |||
| 2020-05-04 | clean up things, add makefile for host example | hathach | |
| 2020-03-11 | clean up | hathach | |
| 2019-11-22 | rename OPT_MCU_IMXRT10XX to OPT_MCU_MIMXRT10XX | hathach | |
| 2019-11-22 | rename OPT_MCU_RT10XX to OPT_MCU_IMXRT10XX | hathach | |
| 2019-11-22 | config clean up | hathach | |
| 2019-11-22 | fix segger host example | 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-11 | clean up demo config | hathach | |
| 2019-07-03 | tested midi example | hathach | |
| 2019-06-06 | add TU_ prefix to compiler ATTR to prevent name conflict with application | hathach | |
| 2019-05-21 | better fix for #72 millis overthrow | hathach | |
| 2019-05-14 | enable CFG_TUSB_DEBUG on DEBUG build | hathach | |
| 2019-05-14 | update license year to 2019 | hathach | |
| 2019-05-14 | clean up | hathach | |
| 2019-05-03 | add tud_msc_inquiry_cb() remove CFG_TUD_MSC_VENDOR/PRODUCT/PRODUCT_REV | hathach | |
| 2019-04-26 | add msc multiple lun support | hathach | |
| - remove CFG_TUD_MSC_MAXLUN - add tud_msc_maxlun_cb() - add msc_dual_lun exmaple | |||
| 2019-04-25 | remove CFG_TUD_HID_ASCII_TO_KEYCODE_LOOKUP | hathach | |
| 2019-04-19 | update device freeRTOS exmaple | hathach | |
| 2019-04-02 | rename board_led_control to board_led_write | 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 | |
| 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 | rename edpt_dir/number/addr to tu_edpt_* | hathach | |
| 2018-12-10 | clean up host pipe api | hathach | |
| 2018-12-10 | add tuh_mount_cb/tuh_umount_cb | hathach | |
| 2018-12-07 | add host ea4088qs, but not work | hathach | |
| 2018-12-07 | lpc17 ohci failed to execute control transfer !! | hathach | |
| 2018-12-07 | simple cdc host demo work | hathach | |
| 2018-12-07 | able to build host hid | hathach | |
| 2018-12-07 | able to build with host msc | hathach | |
| 2018-12-06 | clean up hub | hathach | |
| 2018-12-06 | rename CFG_TUSB_HOST_CDC/MSC to CFG_TUH_CDC/MSC | hathach | |
| 2018-12-06 | clean up usbh, rename doxygen folder to docs | hathach | |
