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
2019-11-28
use dcd_edpt0_status_complete() to set address without blocking for samd21/sa...
hathach
2019-11-28
get passed set address
hathach
2019-11-28
add dcd_edpt0_status_complete() which is useful for several mcu port
hathach
2019-11-27
get passed first get device descriptor
hathach
2019-11-27
extract code to invoke_class_control()
hathach
2019-11-21
moving irq to bsp for lpc17/40
hathach
2019-11-21
adding tud_isr/tuh_isr with lpc18/43
hathach
2019-11-05
Merge pull request #149 from pigrew/ZLP_Request2
hathach
2019-11-04
Change one more TU_ASSERT to TU_VERIFY in usbd.
Nathan Conrad
2019-11-04
fix #211
hathach
2019-11-04
usbd: Change TU_ASSERT to TU_VERIFY as the assertion can be hit when bad data...
Nathan Conrad
2019-11-04
fix tud_control_status() didn't update request
hathach
2019-11-03
add a bit of log1 for debugging
hathach
2019-11-03
make control buf static
hathach
2019-11-01
Merge branch 'ZLP_Request2' into pigrew-ZLP_Request2
hathach
2019-10-31
Merge remote-tracking branch 'origin/master' into ZLP_Request2
Nathan Conrad
2019-10-31
zlp should work with control in, tested with Unity framework
hathach
2019-10-31
add more tests, fix an issue with tud_descriptor_configuration_cb() return NULL
hathach
2019-10-31
move function around, more rename
hathach
2019-10-31
rename
hathach
2019-10-31
clean up
hathach
2019-10-31
Merge branch 'master' into pigrew-ZLP_Request2
hathach
2019-10-31
Merge pull request #206 from hathach/develop
hathach
2019-10-30
rename usbd_init() to tud_init()
hathach
2019-10-30
initally adding test_usbd.c
hathach
2019-10-30
move dcd event helper to be dcd.h as inline function
hathach
2019-10-29
Merge branch 'ZLP_Request2' of https://github.com/pigrew/tinyusb into pigrew-...
hathach
2019-10-28
Merge pull request #202 from smunaut/dfu-rt
hathach
2019-10-28
Add support for DFU Runtime class for devices
Sylvain Munaut
2019-10-24
adding more log
hathach
2019-10-23
adding debug log function
hathach
2019-10-03
couldn't get 32L4 running with crystal less mode
hathach
2019-10-02
Merge branch 'master' into ZLP_Request2
Nathan Conrad
2019-10-01
2nd attempt to fix #161
hathach
2019-10-01
fix #161 added volatile for ep_busy_map/ep_stall_map
hathach
2019-09-29
Github's web interface changed line endings without asking me. Oops.
Nathan Conrad
2019-09-29
Merge branch 'master' into ZLP_Request2
Nathan Conrad
2019-09-27
Fix typo of CFG_TUD_ENDOINT0_SIZE.
Nathan Conrad
2019-09-27
Merge branch 'master' into ZLP_Request2
Nathan Conrad
2019-09-21
Merge branch 'clear_feature_ordering' into usbtmc
Nathan Conrad
2019-09-21
Changing the bitwise to a logical OR created a huge hard to find bug. It shor...
Nathan Conrad
2019-09-21
logical or.
Nathan Conrad
2019-09-21
Correct wording of comment on handling EP requests.
Nathan Conrad
2019-09-21
When unstalling, EP must be marked as not busy. Also, mark EP as busy when st...
Nathan Conrad
2019-09-21
Make type casting explicit
Nathan Conrad
2019-09-21
Calling EP open with bad parameters should be considered a bug.
Nathan Conrad
2019-09-21
Reorder handling of EP control requests,
Nathan Conrad
2019-09-21
USB Control: Pointer arithmetic on void* is forbiden
Nathan Conrad
2019-09-19
Rename functions to include tud_ and _cb
Nathan Conrad
2019-09-19
Move descriptors to usbd.h
Nathan Conrad
[next]