summaryrefslogtreecommitdiff
path: root/examples/device/hid_composite_freertos/src/main.c
AgeCommit message (Expand)Author
2022-07-17temporarily revert len back to uint8_t in tud_hid_report_complete_cb() for up...hathach
2022-06-27change report len in hid API from uint8_t to uint16_thathach
2022-06-06more example updatehathach
2022-04-20add note for tud_task() behavior in freertos examplehathach
2021-11-29use 4k stack for example with esp32sxhathach
2021-10-25change usage of TU_CHECK_MCU() to prevent macro conflicthathach
2021-09-26make freertos header include in examples more explicithathach
2021-09-25add CFG_TUSB_OS_INC_PATH for os include pathhathach
2021-08-17add hid_boot_interface examplehathach
2021-07-01update hid_composite freertos with capslock as wellhathach
2021-04-16tinyusb: add support of esp32s3 targetAlex Lisitsyn
2021-03-31remove NVIC_SystemReset() in freertos exampleshathach
2021-03-27added configurations for RX63Xkkitayam
2021-02-24add itf argument to hid API to support multiple instanceshathach
2021-02-09update hid_composite_freertos examplehathach
2021-02-01add consumer control to hid_composite exampleshathach
2020-11-27add bus suspend & resume support for esp32s2hathach
2020-07-23example to call tud_init() after freeRTOS kernel is startedhathach
2020-04-07add hid_composite_freertos examplehathach