| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-05-22 | more hid api rename | hathach | |
| 2021-05-22 | update app | hathach | |
| 2021-05-22 | simplify hid api | hathach | |
| add hid set_protocol() and set_protocol_complete_cb() | |||
| 2021-05-18 | Merge branch 'master' into host-hid | hathach | |
| 2021-05-18 | move report_info to application | hathach | |
| update API accordingly, update hid parser for usage, and usage_page. | |||
| 2021-05-18 | more API update | hathach | |
| - remove tuh_n_hid_n_get_report() - usbh auto queue get report and invoke callback when received data | |||
| 2021-05-18 | adding hid parser | hathach | |
| 2021-05-18 | more host hid API | hathach | |
| adding hid parser | |||
| 2021-05-18 | remove CFG_TUH_HID_KEYBOARD and CFG_TUH_HID_MOUSE | hathach | |
| 2021-05-18 | more hid host API rework | hathach | |
| 2021-05-18 | rename tuh_device_is_configured() to tuh_device_configured() | hathach | |
| - remove tuh_device_get_state() - more hid mouse clean up | |||
| 2021-05-18 | correct hid host mount/unmount callback | hathach | |
| rename HOST_CLASS_HID to CFG_TUH_HID | |||
| 2021-05-18 | reworking host hid API | hathach | |
| 2021-05-18 | rename CFG_TUSB_HOST_ENUM_BUFFER_SIZE to CFG_TUH_ENUMERATION_BUFSZIE | hathach | |
| add usbh_get_enum_buf | |||
| 2021-05-18 | reworking hid host | hathach | |
| 2021-05-18 | minor clean up | hathach | |
| 2021-05-18 | more API rename | hathach | |
| 2021-05-09 | Update main.c | corvus-ossifragus | |
| Fix code where HID keyboard was being stuffed into the HID mouse buffer. | |||
| 2021-05-07 | Update main.c | corvus-ossifragus | |
| Added new RTOS names to the name string array in print_greeting() in the host example program. The program seemed to hang when a new RTOS was indexed in CFG_TUSB_OS. | |||
| 2021-02-23 | move ehci and ohci to portable folder | hathach | |
| 2021-02-23 | host msc: call read_capacity as part of enumeration | hathach | |
| - add tuh_msc_get_block_count(), tuh_msc_get_block_size() - rename tuh_msc_mounted_cb/tuh_msc_unmounted_cb to tuh_msc_mount_cb/tuh_msc_unmount_cb to match device stack naming - change tuh_msc_is_busy() to tuh_msc_ready() - add CFG_TUH_MSC_MAXLUN (default to 4) to hold lun capacities - add host msc configured to for state check. | |||
| 2021-02-23 | rename tuh_msc_scsi_inquiry() to tuh_msc_inquiry() | hathach | |
| 2021-01-25 | get all device example build with rp2040 (except freeRTOS) | hathach | |
| 2021-01-19 | RP2040 support | graham sanderson | |
| 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-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-01 | clean up | hathach | |
| 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-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 | |
