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
/
src
/
device
Age
Commit message (
Expand
)
Author
2018-12-05
fixing build error with host stack
hathach
2018-12-05
change usbd_init() return to bool for simplicity
hathach
2018-12-05
clean up
hathach
2018-12-05
add role to OSAL_QUEUE_DEF() to disable correct dcd/hcd isr
hathach
2018-12-05
hal clean up
hathach
2018-12-05
remove dcd_connect/disconnect since there is no usage now
hathach
2018-11-28
add Auto descriptor endpoint num config to support lpc17xx
hathach
2018-11-26
clean up warnings
hathach
2018-11-23
rename DCD_XFER_SUCCESS to XFER_RESULT_SUCCESS
hathach
2018-11-23
rename tusb_event_t to xfer_result_t
hathach
2018-11-22
rename CFG_TUSB_MEM_SECTION to CFG_TUSB_MEM_SECTION
hathach
2018-11-20
samd51 fix stable issue with dcd
hathach
2018-11-16
rename control_state
hathach
2018-11-16
nrf5x: clean up dcd, add comment
hathach
2018-11-16
rename control.c to usbd_control
hathach
2018-11-16
remove control.h (move prototype to usbd_pvt.h)
hathach
2018-11-16
nrf5x: refactor device control transfer.
hathach
2018-11-14
remove control from class driver array
hathach
2018-11-14
usbd clean up
hathach
2018-11-14
clean up
hathach
2018-11-14
change osal_queue_receive() signature
hathach
2018-11-14
update example for PR. correct share_control definition
hathach
2018-11-08
Polish up control split and treat it more like a normal endpoint.
Scott Shawcroft
2018-11-07
Split out the control endpoint logic
Scott Shawcroft
2018-11-07
Add SAMD21 and SAMD51 support for CircuitPython.
Scott Shawcroft
2018-11-02
defer DCD_EVENT_BUS_RESET, DCD_EVENT_UNPLUGGED to usbd task
hathach
2018-11-02
clean up osal
hathach
2018-10-25
add dcd event helper setup_recieved and bus_signal
hathach
2018-10-24
fix nrf52 freeRTOS interrupt priority
hathach
2018-10-24
rename verify_breakpoint to TU_BREAKPOINT
hathach
2018-10-24
replace dcd_xfer_complete by dcd_xfer_complete()
hathach
2018-10-23
clean up
hathach
2018-10-23
replace dcd_bus_event() and dcd_setup_received() by dcd_event_handler()
hathach
2018-10-23
rename UBSD_EVT_ to DCD_EVENT_
hathach
2018-10-23
rename usbd_event_t to dcd_event_t
hathach
2018-10-23
clean up usbd
hathach
2018-10-23
clean up helper func
hathach
2018-09-04
adding mynewt to osal
hathach
2018-08-30
allow no mode compilation (no host/device enabled). Handy for project without...
hathach
2018-08-30
clean up osal task and subtask
hathach
2018-08-28
add while loop to usbd task to run until task queue is empty
hathach
2018-08-24
make tud_mount_cb() and tud_umount_cb() optional
hathach
2018-08-23
fix compiler warnings
hathach
2018-08-23
rename common func to avoid conflict
hathach
2018-08-15
fix memory issue with usbd control xfer
hathach
2018-08-13
rename VERIFY to TU_VERIFY to avoid conflict with application
hathach
2018-08-01
clean up
hathach
2018-08-01
improve auto descriptor
hathach
2018-07-31
dev hid enhancement, add report descriptor templates for keyboard, mouse, con...
hathach
2018-07-31
fix hid warning, move report descriptor template to hid.h
hathach
[next]