index
:
tinyusb.git
cdc_persistent
claude/adoring-pasteur-kbaFa
claude/arm-cortex-etm-jttace-4fr29r
claude/audio-fifo-priming
claude/mtp-data-phase-fixes
claude/usbh-enum-timeout
claude/wch-ch569-ch32h417-usb3
codex/class-reference-docs
codex/dfu-buffer-fix
copilot/fix-hil-tinyusb-job
dcd_ch32hs_spd
gh-pages
hil-openocd-recover-flasher
master
merge_os
port-embos
raw_gadget_review
worktree-ch569-hydrausb3
xfer_isr_fallback
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
device
/
hid_composite_freertos
/
src
/
main.c
Age
Commit message (
Expand
)
Author
2023-02-04
change length in tud_hid_report_complete_cb() from uint8 to uint16
hathach
2022-12-05
clean osal_freertos, update freertos examples to work with configSUPPORT_DYNA...
hathach
2022-07-17
temporarily revert len back to uint8_t in tud_hid_report_complete_cb() for up...
hathach
2022-06-27
change report len in hid API from uint8_t to uint16_t
hathach
2022-06-06
more example update
hathach
2022-04-20
add note for tud_task() behavior in freertos example
hathach
2021-11-29
use 4k stack for example with esp32sx
hathach
2021-10-25
change usage of TU_CHECK_MCU() to prevent macro conflict
hathach
2021-09-26
make freertos header include in examples more explicit
hathach
2021-09-25
add CFG_TUSB_OS_INC_PATH for os include path
hathach
2021-08-17
add hid_boot_interface example
hathach
2021-07-01
update hid_composite freertos with capslock as well
hathach
2021-04-16
tinyusb: add support of esp32s3 target
Alex Lisitsyn
2021-03-31
remove NVIC_SystemReset() in freertos examples
hathach
2021-03-27
added configurations for RX63X
kkitayam
2021-02-24
add itf argument to hid API to support multiple instances
hathach
2021-02-09
update hid_composite_freertos example
hathach
2021-02-01
add consumer control to hid_composite examples
hathach
2020-11-27
add bus suspend & resume support for esp32s2
hathach
2020-07-23
example to call tud_init() after freeRTOS kernel is started
hathach
2020-04-07
add hid_composite_freertos example
hathach