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
/
cdc_msc_hid_freertos
/
src
/
main.c
Age
Commit message (
Collapse
)
Author
2020-03-10
rename to cdc_msc_freertos
hathach
2020-03-10
drop hid for freertos demo to match none os example
hathach
2019-07-26
example clean up
hathach
2019-05-14
update license year to 2019
hathach
2019-05-02
clean up
hathach
2019-05-01
simplify hid keyboard & mouse report to one API each
hathach
2019-05-01
freertos cdc_msc_hid makefile compile
hathach
2019-04-19
move interface descriptor template to usbd.h, update exmaple
hathach
2019-04-19
update device freeRTOS exmaple
hathach
2019-04-18
update tud_hid_keyboard/mouse helper
hathach
2019-04-18
refactor hid, rename hid_generic to simply hid_
hathach
2019-04-02
rename board_led_control to board_led_write
hathach
2019-04-01
add board_button_read()
hathach
2019-03-25
fix timer prio for freertos to blink led
hathach
2019-03-23
clean up bsp, adde board_millis()
hathach
2019-03-20
migrate license from BSD 3 clause to MIT
hathach
2018-12-13
seperate tusb_task() to tud_task() and tuh_task()
hathach
tusb_task() still exists for backward compatible
2018-12-13
osal clean up
hathach
remove OSAL_TASK_DEF, osal_task_create. Applicaton should create a task and call tinyusb_task(). This make API consistent with NO OS.
2018-12-03
clean up lpc13
hathach
2018-11-22
rename freertos example
hathach