summaryrefslogtreecommitdiff
path: root/examples/host/hid_controller/src/tusb_config.h
AgeCommit message (Collapse)Author
2023-03-24update host example to use new tuh mem macroshathach
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-11-23allow all host examples to use pico-pio-usb for rp2040hathach
2022-06-06update all host exampleshathach
2021-08-24add tuh_vid_pid_get()hathach
complete Sony PS4 dualshock controller example