espressif_tinyusb/examples/device/hid_composite_freertos/src
hathach e163f85ee0 clean up, rename some HID device symbol/API
- add tud_hid_n_interface_protocol()
- rename tud_hid_n_boot_mode() to  tud_hid_n_get_protocol()
- rename tud_hid_boot_mode_cb() to tud_hid_set_protocol_cb()
- add HID_PROTOCOL_BOOT/REPORT to avoid magic number 0,1
- rename HID_PROTOCOL_NONE/KEYBOARD/MOUSE to HID_ITF_PROTOCOL_ to avoid
confusion
2021-05-18 12:32:20 +07:00
..
CMakeLists.txt espressif: group boards using target name as a family 2021-04-16 15:41:42 +02:00
FreeRTOSConfig.h added configurations for RX63X 2021-03-27 20:22:32 +09:00
freertos_hook.c added configurations for RX63X 2021-03-27 20:22:32 +09:00
main.c tinyusb: add support of esp32s3 target 2021-04-16 13:38:00 +02:00
tusb_config.h rename CFG_TUD_MSC_BUFSIZE to CFG_TUD_MSC_EP_BUFSIZE 2020-07-16 15:34:16 +07:00
usb_descriptors.c clean up, rename some HID device symbol/API 2021-05-18 12:32:20 +07:00
usb_descriptors.h update hid_composite_freertos example 2021-02-09 16:06:38 +07:00