summaryrefslogtreecommitdiff
path: root/examples/host/bare_api/src/tusb_config.h
AgeCommit message (Collapse)Author
2025-03-06fix(dwc2) host driver conflict with max3421ehathach
2024-06-18add host/device_info examplehathach
2024-03-04correct rp2040 host with max3421hathach
2023-12-26allow rp2040 to use max3421e as host controllerhathach
- 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-03-24update host example to use new tuh mem macroshathach
2023-03-17update host example, add pio-pico-usb for rp2040hathach
2022-11-23allow all host examples to use pico-pio-usb for rp2040hathach
2022-06-06update all host exampleshathach
2022-03-17add CFG_TUH_API_EDPT_XFER to enable generic edpt xferhathach
2022-03-04rename examplehathach