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
/
obsolete
/
device
/
src
Age
Commit message (
Expand
)
Author
2018-07-25
clean up device msc API
hathach
2018-07-24
change tud_hid_keyboard_busy() to tud_hid_keyboard_ready() for positive meaning
hathach
2018-07-23
reworking device hid class driver
hathach
2018-07-14
rename tud_cdc_flush() to tud_cdc_write_flush(), add tud_cdc_read_flush()
hathach
2018-07-13
more clean up
hathach
2018-07-13
clean up
hathach
2018-07-01
update auto descriptor
hathach
2018-07-01
add CFG_TUD_DESC_AUTO for auto descritpor (device, config)
hathach
2018-06-24
clean up
hathach
2018-06-23
clean up device cdc
hathach
2018-05-17
freeRTOS osal task use static API
hathach
2018-05-12
fix build error
hathach
2018-04-20
update msc app
hathach
2018-04-19
update code
hathach
2018-04-19
finalize msc cb API with tud_msc_read10_cb and tud_msc_write10_cb
hathach
2018-04-18
improve msc device
hathach
2018-04-18
improving msc device driver
hathach
2018-04-16
add tud_set_descriptors
hathach
2018-04-14
rename CFG_TUSB_CONTROLLER_0_MODE to CFG_TUSB_RHPORT0_MODE
hathach
2018-04-13
rename CFG_TUSB_OS_TASK_PRIO to CFG_TUD_TASK_PRIO, TUC_DEVICE_STACKSIZE to CF...
hathach
2018-04-12
clean up
hathach
2018-04-12
rename CFG_TUSB_DEVICE_* to CFG_TUD_*
hathach
2018-04-12
rename OPT_MODE_
hathach
2018-04-12
refactor nrf5x mcu macro
hathach
2018-04-12
rename MCU_ to OPT_MCU
hathach
2018-04-12
rename TUSB_OS_NONE, TUSB_OS_FREERTOS to OPT_OS_NONE, OPT_OS_FREERTOS
hathach
2018-04-10
rename ATTR_USB_MIN_ALIGNMENT to CFG_TUSB_MEM_ALIGN
hathach
2018-04-10
minor clean up
hathach
2018-04-10
rename CFG_TUSB_DEVICE_CONTROL_ENDOINT_SIZE to CFG_TUSB_DEVICE_ENDOINT0_SIZE
hathach
2018-04-10
mass rename TUSB_CFG to CFG_TUSB
hathach
2018-03-29
rename tusb_hal_tick_get to tusb_hal_millis
hathach
2018-03-28
rename STATIC_ASSERT to VERIFY_STATIC to avoid name conflict with other codes
hathach
2018-03-28
more rename
hathach
2018-03-23
MSC tested with nrf52840
hathach
2018-03-23
more shorten name
hathach
2018-03-23
shorten descriptor type
hathach
2018-03-23
rename port to rhport for clarification
hathach
2018-03-22
msc clean up
hathach
2018-03-22
wrap up usbd control transfer update
hathach
2018-03-21
update msc driver
hathach
2018-03-11
shorten TUSB_DESC_TYPE*
hathach
2018-03-11
clean up example
hathach
2018-03-11
upgrade hid device to match new dcd API
hathach
2018-03-11
clean up example
hathach
2018-03-07
rename tusb_task_runner() to tusb_task()
hathach
2018-03-07
update
hathach
2018-03-07
move old examples to obsolete folder
hathach