summaryrefslogtreecommitdiff
path: root/examples/host
AgeCommit message (Collapse)Author
2022-03-04minor cleanuphathach
2022-03-04adding new libusb api examplehathach
2022-03-02minor renamehathach
2022-03-02clean uphathach
2022-03-01start to add pio usb (host) supporthathach
run as proof of concept
2022-02-25enhance dual role exampleshathach
2022-02-22Add dual role (concurrent) exampleScott Shawcroft
This reads HID devices over host and then translates that to ASCII and sends it over CDC device.
2022-01-19enable ci build for RX65X host examplehathach
update comment for unit not ready 3a-00 additional sense
2022-01-05Unify skip and only logic for build scriptsScott Shawcroft
And switch to a single file that can include mcu, family or board.
2021-12-07skip host ci for tm4c due to sram overflowhathach
2021-12-07move hcd_musb.c include to family.mkhathach
2021-12-03Merge branch 'master' into add_hcd_for_msp_exp432e401yHa Thach
2021-12-02fix cihathach
2021-12-01add chipidea highspeed controllerhathach
add warning to transdimension for the rename
2021-11-29Fix build errorskkitayam
2021-11-29Add musb driverkkitayam
2021-10-18suppress null-dereference by usbh and lwiphathach
2021-09-14add host hid_controller to cmake all listhathach
fix 1067
2021-09-07Add PS4-compatible controllersDavid Shadoff
2021-09-06Added Arc System Works GG Xrd Limited Edition controller VID PIDChristian Arlt
2021-09-06Added Hori Fighting Commander 4 VID PIDChristian Arlt
2021-09-06Added Sony DualShock4 CUH-ZCT1E pidChristian Arlt
2021-08-24test hid controller with rp2040hathach
2021-08-24add tuh_vid_pid_get()hathach
complete Sony PS4 dualshock controller example
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-08-20hid host skip get report descriptor if too large instead of asserthathach
2021-06-29fix warningshathach
2021-06-28fix SET_PROTOCOl, update hid host behavior for default boot interfacehathach
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-06-11improve usbhhathach
2021-06-10Make examples standalone buildable via CMakegraham sanderson
2021-05-30Rework rp2040 examples and CMake build:graham sanderson
- Examples should be CMake buildable from their own subdirectory; such a build will error out based on matching .skip.MCU_xxx or a mismatched .only.MCU_ - It should be possible to build from a higher level and use .skip.MCU_ and .only.MCU_ to filter which examples get built - The intention is for the CMakeLists.txts in the examples to be non family specific and without MCU based IFs. I have started this work, but am not really sure the state of the esp32 stuff; in any case the plan is to have everything encapsulated in the FAMILY/family.cmake - pico_examples now just includes examples/device/CMakeLists.txt and examples/host/CMakeLists.txt directly, as they also build correctly when included from there. Note that .skip.MCU_ for esp32 in the directories it wasn't previously avaiable has not been added, as the .skip is common to the regular Makefile builds also. It isn't clear whether these examples should build for esp32, but if not .skip should be added.
2021-05-22add tuh_hid_report_sent_cb()hathach
2021-05-22rename tuh_hid_get_report_cb to tuh_hid_report_received_cb()hathach
2021-05-22implement hid host set report with control transferhathach
rename mount, umount callback
2021-05-22clean phathach
2021-05-22improve hid parserhathach
2021-05-22more hid api renamehathach
2021-05-22update apphathach
2021-05-22simplify hid apihathach
add hid set_protocol() and set_protocol_complete_cb()
2021-05-19fix build for rp2040hathach
2021-05-18Merge branch 'master' into host-hidhathach
2021-05-18move report_info to applicationhathach
update API accordingly, update hid parser for usage, and usage_page.
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