summaryrefslogtreecommitdiff
path: root/examples/host/cdc_msc_hid/src/tusb_config.h
AgeCommit message (Collapse)Author
2026-04-03fix hil host cdc echo test with imxrt and other fast mcuhathach
2025-10-28fix Identifiers that start with '__' or '_[A-Z]' are reserved.hathach
fix compiling with nuc family
2025-06-27clean uphathach
2025-06-19revert CFG_TUH_CDC_DTR/RTS_CONTROL_ON_ENUMhathach
2025-06-16Merge branch 'master' into fork/IngHK/cdch_upgradehathach
# Conflicts: # README.rst # docs/reference/index.rst # src/class/cdc/cdc_device.c # src/class/cdc/cdc_host.c
2025-03-06fix(dwc2) host driver conflict with max3421ehathach
2024-03-21Merge remote-tracking branch 'remotes/hathach/master' into workIngHK
2024-03-10added defines CFG_TUH_CDC_DTR_CONTROL_ON_ENUM & CFG_TUH_CDC_RTS_CONTROL_ON_ENUMIngHK
2024-03-04correct rp2040 host with max3421hathach
2024-02-24added PL2303 supportIngHK
2024-02-13improved tusb_config.h commentIngHK
2023-12-26initial support of CH34x CDC deviceIngHK
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-11-22fix typo in cdc line coding enumhathach
2023-09-11wrap up build cmake & make support for max3421, to enable the Host driver, ↵hathach
'MAX3421_HOST=1' must be added as part of make/cmake command
2023-08-27minor updatehathach
2023-08-27more update to transactionhathach
2023-04-27more refactorhathach
2023-04-27cp210x seems to work wellhathach
2023-04-26enable CDC FTDIhathach
2023-03-24update host example to use new tuh mem macroshathach
2023-03-23rename and change default pio usb pin to adafruit feather usb hosthathach
2023-03-22fine tune CFG_TUH_HID valuehathach
2023-03-21change 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-17update host example, add pio-pico-usb for rp2040hathach
2022-12-22cdc host, add set line coding APIhathach
2022-12-22minor clean uphathach
2022-11-21host msc example work well with rp2040 pio-usbhathach
2022-06-16Merge pull request #1480 from Ryzee119/multihub_rebaseHa Thach
Host: Add support for multi-level usb hubs
2022-06-16add note for recursive calls of process_device_unplugged() in case of hubhathach
2022-06-06update all host exampleshathach
2022-04-27clean uphathach
2022-04-08proof of concpet that device pio-usb work with host pio-usbhathach
2022-03-02minor renamehathach
2022-03-02clean uphathach
2022-03-01start to add pio usb (host) supporthathach
run as proof of concept
2021-08-23sepearate CFG_TUH_DEVICE_MAX and CFG_TUH_HUBhathach
separate dev0 from _usbh_devices pool to save sram
2021-08-23rename CFG_TUSB_HOST_DEVICE_MAX to CFG_TUH_DEVICE_MAXhathach
2021-08-23add tuh_hid_receive_report() for applicaiton to explicitly request reporthathach
2021-06-28Merge pull request #891 from hathach/host-rp2040-double-bufferHa Thach
RP2040 double buffer
2021-06-21Fix typo in TUH configuration defineNiklas Hauser
2021-06-12increase example CFG_TUH_HID from 2 to 4hathach
2021-05-22clean phathach
2021-05-18more API updatehathach
- remove tuh_n_hid_n_get_report() - usbh auto queue get report and invoke callback when received data
2021-05-18adding hid parserhathach
2021-05-18more host hid APIhathach
adding hid parser
2021-05-18remove CFG_TUH_HID_KEYBOARD and CFG_TUH_HID_MOUSEhathach
2021-05-18rename CFG_TUSB_HOST_ENUM_BUFFER_SIZE to CFG_TUH_ENUMERATION_BUFSZIEhathach
add usbh_get_enum_buf
2021-05-18reworking hid hosthathach
2021-01-25get all device example build with rp2040 (except freeRTOS)hathach