index
:
tinyusb.git
claude/adoring-pasteur-kbaFa
claude/arm-cortex-etm-jttace-4fr29r
claude/wch-ch569-ch32h417-usb3
copilot/fix-hil-tinyusb-job
dcd_ch32hs_spd
gh-pages
master
merge_os
port-embos
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
Age
Commit message (
Expand
)
Author
2019-07-03
example clean up
hathach
2019-07-01
improving midi support, adding midi exmaple
hathach
2019-06-06
add TU_ prefix to compiler ATTR to prevent name conflict with application
hathach
2019-05-14
enable CFG_TUSB_DEBUG on DEBUG build
hathach
2019-05-14
update license year to 2019
hathach
2019-05-14
clean up
hathach
2019-05-12
add index to tud_descriptor_configuration_cb()
hathach
2019-05-12
change tud_descriptor_string_cb() to be consistent with other descriptor call...
hathach
2019-05-12
add tud_hid_descriptor_report_cb()
hathach
2019-05-11
add tud_descriptor_string_cb() for getting string descriptor from application
hathach
2019-05-06
adding msc Start Stop to buitin command, but not complate yet
hathach
2019-05-06
add Test Unit Ready to builtin command, add tud_msc_test_unit_ready_cb()
hathach
2019-05-03
add tud_msc_inquiry_cb() remove CFG_TUD_MSC_VENDOR/PRODUCT/PRODUCT_REV
hathach
2019-05-02
clean up
hathach
2019-05-02
support hid generic inout #58
hathach
2019-05-01
clean up
hathach
2019-05-01
simplify hid keyboard & mouse report to one API each
hathach
2019-05-01
clean up freertos hook
hathach
2019-05-01
freertos cdc_msc_hid makefile compile
hathach
2019-04-28
add TUD_ to HID_REPORT_DESC_* template
hathach
2019-04-26
clean up disk image
hathach
2019-04-26
add msc multiple lun support
hathach
2019-04-25
remove CFG_TUD_HID_ASCII_TO_KEYCODE_LOOKUP
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-11
remove auto device descriptor
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
2018-12-13
osal clean up
hathach
2018-12-05
fix travis build error
hathach
2018-12-03
clean up lpc13
hathach
2018-12-03
use flash for msc_disk_ram in case mcu does have enough sram
hathach
2018-11-29
added & tested lpc17xx freertos device example
hathach
2018-11-22
rename CFG_TUSB_MEM_SECTION to CFG_TUSB_MEM_SECTION
hathach
2018-11-22
msc device block count and block num
hathach
2018-11-22
msc works well with samd51
hathach
2018-11-22
rename freertos example
hathach