summaryrefslogtreecommitdiff
path: root/examples/host/device_info/src
AgeCommit message (Collapse)Author
2026-05-28remove sync() in tinyusb callback since it cause issue with RTOS when usbh ↵hathach
task is blocking
2026-03-05add IAR warning flags to cmake build and fix themhathach
2026-02-28replace board_millis() with tusb_time_millis_api()hathach
2026-01-08host device info print no serial as 0 instead of n/ahathach
2025-11-19device_info wait 100ms for host's uart, needed for hil testhathach
2025-10-14more warnings fixhathach
2025-09-17Fix board_init_after_tusbHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-07-02update esp build, replace TUSB_MCU_VENDOR_ESPRESSIF by ESP_PLATFORMhathach
2025-04-03fix(hcd) hcd_edpt_open() return true if endpoint is already opened.hathach
2025-03-21enable hil dual for metro m4 with max3421hathach
2025-03-09Merge pull request #1627 from atoktoto/midihostHa Thach
RP2040 MIDI Host
2025-03-06fix(dwc2) host driver conflict with max3421ehathach
2025-02-12more ci fixhathach
2024-11-27update device_info example to work with p4 dcachehathach
2024-11-13hil add stm32f723disco, add test flags for device/host/dualhathach
2024-11-12fix example buildhathach
2024-11-12update host/device_info to build with freertos for espressif board. Add hil ↵hathach
test for host/device_info
2024-10-14change the tusb_rhport_init_t struct, exclude the rhport to make API more ↵hathach
consistent
2024-10-11change tusb_init(), tusb_rhport_init() to use init struct for expandabilityhathach
2024-10-10add new tusb_int_handler(rhport, in_isr) as common irq handlerhathach
update tusb_init() to take rhport and role, defined as macro with optional argument for backward compatible
2024-06-18add dual/host_info_to_device_cdc examplehathach
2024-06-18LOG3 in isrhathach
2024-06-18add host/device_info examplehathach
2022-03-11merge device_info into bare_api examplehathach
2022-03-10Print speed. Don't crash if string get failsScott Shawcroft
2022-03-09Add host example that prints out info of connected devicesScott Shawcroft