| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-02-28 | replace board_millis() with tusb_time_millis_api() | hathach | |
| 2025-11-03 | fix #2942, include stdio if CFG_TUSB_DEBUG > 0 and CFG_TUSB_DEBUG_PRINTF is ↵ | hathach | |
| not defined | |||
| 2025-10-28 | fix Identifiers that start with '__' or '_[A-Z]' are reserved. | hathach | |
| fix compiling with nuc family | |||
| 2025-10-14 | improve cmake warning flags, fix various warnings in examples | hathach | |
| 2025-09-17 | Fix board_init_after_tusb | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-03-25 | fix wanings | hathach | |
| 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-07-18 | fix some clang compiler warnings | graham sanderson | |
| 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 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-03-24 | update host example to use new tuh mem macros | hathach | |
| 2023-03-22 | fine tune CFG_TUH_HID value | hathach | |
| 2023-03-21 | change meaning of CFG_TUH_HID to total number of HID interfaces supported. | hathach | |
| - previously CFG_TUH_HID is max number of interfaces per device which is rather limited and consume more resources than needed. - change hid host instance in API to index | |||
| 2023-03-17 | Merge branch 'master' into portability | 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 | |
| 2023-03-13 | Avoid spamming out endpoint on connect | James Smith | |
| 2023-03-13 | Removed tabs from host hid_controller example | James Smith | |
| 2023-03-13 | Updated host hid_controller example to demo tuh_hid_send_report | James Smith | |
| 2022-11-23 | allow all host examples to use pico-pio-usb for rp2040 | hathach | |
| 2022-11-21 | host msc example work well with rp2040 pio-usb | hathach | |
| 2022-09-13 | Remove unreachable code | Ben Avison | |
| IAR generates warning Pe111 'statement is unreachable'. In a couple of cases, replace return statements with TU_ATTR_FALLTHROUGH; because some compilers apparently can't figure out that the return statements are unreachable but do whinge about an imagined fall-through without them! | |||
| 2022-06-06 | update all host examples | hathach | |
| 2021-11-29 | Fix build errors | kkitayam | |
| 2021-09-07 | Add PS4-compatible controllers | David Shadoff | |
| 2021-09-06 | Added Arc System Works GG Xrd Limited Edition controller VID PID | Christian Arlt | |
| 2021-09-06 | Added Hori Fighting Commander 4 VID PID | Christian Arlt | |
| 2021-09-06 | Added Sony DualShock4 CUH-ZCT1E pid | Christian Arlt | |
| 2021-08-24 | test hid controller with rp2040 | hathach | |
| 2021-08-24 | add tuh_vid_pid_get() | hathach | |
| complete Sony PS4 dualshock controller example | |||
