| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-09-14 | add host hid_controller to cmake all list | hathach | |
| fix 1067 | |||
| 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 | |||
| 2021-08-23 | sepearate CFG_TUH_DEVICE_MAX and CFG_TUH_HUB | hathach | |
| separate dev0 from _usbh_devices pool to save sram | |||
| 2021-08-23 | rename CFG_TUSB_HOST_DEVICE_MAX to CFG_TUH_DEVICE_MAX | hathach | |
| 2021-08-23 | add tuh_hid_receive_report() for applicaiton to explicitly request report | hathach | |
| 2021-08-20 | hid host skip get report descriptor if too large instead of assert | hathach | |
| 2021-06-29 | fix warnings | hathach | |
| 2021-06-28 | fix SET_PROTOCOl, update hid host behavior for default boot interface | hathach | |
| 2021-06-28 | Merge pull request #891 from hathach/host-rp2040-double-buffer | Ha Thach | |
| RP2040 double buffer | |||
| 2021-06-21 | Fix typo in TUH configuration define | Niklas Hauser | |
| 2021-06-12 | increase example CFG_TUH_HID from 2 to 4 | hathach | |
| 2021-06-11 | improve usbh | hathach | |
| 2021-06-10 | Make examples standalone buildable via CMake | graham sanderson | |
| 2021-05-30 | Rework 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-22 | add tuh_hid_report_sent_cb() | hathach | |
| 2021-05-22 | rename tuh_hid_get_report_cb to tuh_hid_report_received_cb() | hathach | |
| 2021-05-22 | implement hid host set report with control transfer | hathach | |
| rename mount, umount callback | |||
| 2021-05-22 | clean p | hathach | |
| 2021-05-22 | improve hid parser | hathach | |
| 2021-05-22 | more hid api rename | hathach | |
| 2021-05-22 | update app | hathach | |
| 2021-05-22 | simplify hid api | hathach | |
| add hid set_protocol() and set_protocol_complete_cb() | |||
| 2021-05-19 | fix build for rp2040 | hathach | |
| 2021-05-18 | Merge branch 'master' into host-hid | hathach | |
| 2021-05-18 | move report_info to application | hathach | |
| update API accordingly, update hid parser for usage, and usage_page. | |||
| 2021-05-18 | more API update | hathach | |
| - remove tuh_n_hid_n_get_report() - usbh auto queue get report and invoke callback when received data | |||
| 2021-05-18 | adding hid parser | hathach | |
| 2021-05-18 | more host hid API | hathach | |
| adding hid parser | |||
| 2021-05-18 | remove CFG_TUH_HID_KEYBOARD and CFG_TUH_HID_MOUSE | hathach | |
| 2021-05-18 | more hid host API rework | hathach | |
| 2021-05-18 | rename tuh_device_is_configured() to tuh_device_configured() | hathach | |
| - remove tuh_device_get_state() - more hid mouse clean up | |||
| 2021-05-18 | correct hid host mount/unmount callback | hathach | |
| rename HOST_CLASS_HID to CFG_TUH_HID | |||
| 2021-05-18 | reworking host hid API | hathach | |
| 2021-05-18 | rename CFG_TUSB_HOST_ENUM_BUFFER_SIZE to CFG_TUH_ENUMERATION_BUFSZIE | hathach | |
| add usbh_get_enum_buf | |||
| 2021-05-18 | reworking hid host | hathach | |
| 2021-05-18 | minor clean up | hathach | |
| 2021-05-18 | more API rename | hathach | |
| 2021-05-09 | Update main.c | corvus-ossifragus | |
| Fix code where HID keyboard was being stuffed into the HID mouse buffer. | |||
| 2021-05-07 | Update main.c | corvus-ossifragus | |
| Added new RTOS names to the name string array in print_greeting() in the host example program. The program seemed to hang when a new RTOS was indexed in CFG_TUSB_OS. | |||
| 2021-04-19 | cmake cleanup | hathach | |
| 2021-04-16 | espressif: group boards using target name as a family | Alex Lisitsyn | |
| `hw\bsp` separate one family folder to esp32s2, esp32s3 add board specific board.cmake file to override board specific options(features) fix examples and test scripts to use new family approach | |||
| 2021-04-16 | tinyusb: add support of esp32s3 target | Alex Lisitsyn | |
| add support of new esp32s3 target and the board update the roles.mk wrapper to allow dfu flashing of espressif chip update examples to allow compilation for esp32s3_addax_1 board once the code is tested the PR to original tinyusb repo will be submitted | |||
| 2021-04-11 | update rp2040 to use pico-sdk externally | hathach | |
| also try to update ci | |||
| 2021-03-23 | remove ses project since it is all broken and occupies space | hathach | |
| 2021-03-18 | use boot2_generic_03h for adafruit feather rp2040 | hathach | |
| - also use boot2_generic_03h for now for itsy bitsy and qt rp2040 - change default flash target for rp2040 to flash-pyocd | |||
