| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-05-28 | remove sync() in tinyusb callback since it cause issue with RTOS when usbh ↵ | hathach | |
| task is blocking | |||
| 2026-03-06 | fix CI | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2026-03-06 | Merge remote-tracking branch 'tinyusb/master' into hcd_ip3516 | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2026-03-05 | add IAR warning flags to cmake build and fix them | hathach | |
| 2026-02-28 | replace board_millis() with tusb_time_millis_api() | hathach | |
| 2025-12-13 | example/bare_api: move buffer into USB section | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-09-17 | Fix board_init_after_tusb | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-03-25 | add tuh_edpt_close() API, it will abort any pending transfer | hathach | |
| implement hcd_edpt_close() for pio-usb and max3421e, also move max3421e api into its own header. | |||
| 2025-03-06 | fix(dwc2) host driver conflict with max3421e | hathach | |
| 2024-10-14 | change the tusb_rhport_init_t struct, exclude the rhport to make API more ↵ | hathach | |
| consistent | |||
| 2024-10-11 | change tusb_init(), tusb_rhport_init() to use init struct for expandability | hathach | |
| 2024-10-10 | add new tusb_int_handler(rhport, in_isr) as common irq handler | hathach | |
| update tusb_init() to take rhport and role, defined as macro with optional argument for backward compatible | |||
| 2024-06-18 | add host/device_info example | hathach | |
| 2024-04-26 | Merge pull request #2609 from tyustli/patch-1 | HiFiPhile | |
| Remove redundant header file includes for the hid class | |||
| 2024-04-25 | fix ci error | tyustli | |
| 2024-04-22 | fix print lu format warnings with clang | hathach | |
| 2024-03-04 | correct rp2040 host with max3421 | hathach | |
| 2023-12-26 | allow rp2040 to use max3421e as host controller | hathach | |
| - fix warnings build hcd max3421 with rp2040 - add tinyusb_host_max3421 target for rp2040 cmake, -DMAX3421_HOST=1 will enable this - add max3421 driver implementation for rp2040 family - update tusb_config for host to allow easy enable host selection for rp2040 (default/pio-usb/max3421) | |||
| 2023-08-04 | Merge pull request #2204 from hathach/enhance-bsp | Ha Thach | |
| Enhance bsp | |||
| 2023-08-04 | Merge pull request #2116 from dsugisawa-mixi/master | Ha Thach | |
| fix example of bare_api, check empty string | |||
| 2023-08-04 | Merge branch 'master' into enhance-bsp | hathach | |
| 2023-08-03 | rename hw/bsp/board.h to board_api.h | hathach | |
| 2023-07-31 | enable USBMC for uno r4, add board_init_after_tusb() API | hathach | |
| add BOARD_UPPERCASE for board detection | |||
| 2023-06-17 | fix example of bare_api, check empty string | dsugisawa-mixi | |
| 2023-03-24 | update host example to use new tuh mem macros | hathach | |
| 2023-03-17 | fix trailing space and new line | hathach | |
| temporarily disable codespell | |||
| 2023-03-17 | update host example, add pio-pico-usb for rp2040 | hathach | |
| 2022-11-23 | allow all host examples to use pico-pio-usb for rp2040 | hathach | |
| 2022-06-27 | fix all warnings with host rp2040 | hathach | |
| 2022-06-27 | clean up usbd log level | hathach | |
| 2022-06-06 | update all host examples | hathach | |
| 2022-03-19 | move code around | hathach | |
| 2022-03-19 | rename usbh_edpt_open() to tuh_edpt_open() | hathach | |
| 2022-03-19 | get bare example working with hid device | hathach | |
| 2022-03-19 | add parse config descriptor to example | hathach | |
| move usbh_edpt_open() to public API, remove rhport from its signature | |||
| 2022-03-18 | implement tuh_edpt_xfer() for non-control | hathach | |
| 2022-03-18 | move daddr into xfer struct | hathach | |
| 2022-03-18 | update sync API, move timeout into xfer struct | hathach | |
| remove tuh_control_xfer_sync() | |||
| 2022-03-17 | add CFG_TUH_API_EDPT_XFER to enable generic edpt xfer | hathach | |
| 2022-03-17 | rename tuh_control_xfer_t to tuh_xfer_t | hathach | |
| 2022-03-17 | update example | hathach | |
| 2022-03-17 | move result into transfer struct | hathach | |
| 2022-03-13 | add synchronous (blocking) support for usbh control transfer | hathach | |
| - add synchronous version of all get descriptor API - update bare example to use sync API for string descriptor - change order of index, language_id in tuh_descriptor_get_string() to match similar API of libusb - add index to tuh_descriptor_get_hid_report() | |||
| 2022-03-11 | rework usbh control xfer | hathach | |
| - change API of tuh_control_xfer and its callback - rename tuh_control_complete_cb_t to tuh_control_xfer_cb_t - add user argument to control callback - migrate usbh and hub | |||
| 2022-03-11 | merge device_info into bare_api example | hathach | |
| 2022-03-09 | rename host descriptor function | hathach | |
| 2022-03-09 | add tuh_descriptor_hid_report_get() | hathach | |
| 2022-03-04 | fix naming, and build | hathach | |
| 2022-03-04 | rename example | hathach | |
