index
:
tinyusb.git
cdc_persistent
claude/adoring-pasteur-kbaFa
claude/arm-cortex-etm-jttace-4fr29r
claude/hil-doc-audit
claude/mtp-data-phase-fixes
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
/
tests
/
test
/
support
Age
Commit message (
Expand
)
Author
2013-04-21
separate fake ehci's run async & period list
hathach
2013-04-21
rename nxp_sof_received to nxp_int_sof
hathach
2013-04-15
add freeRTOS source from vendor to test
hathach
2013-04-09
add tusbh_hid_mouse_isr & tusbh_hid_keyboard_isr callback with xfer_complete ...
hathach
2013-04-07
add test for mouse_open
hathach
2013-04-07
rename hidh_keyboard_info_t to hidh_interface_info_t
hathach
2013-04-07
fix compiling error for tests project
hathach
2013-04-05
continue on refratoring
hathach
2013-04-05
code refractor is a everyday job
hathach
2013-04-05
refractor test
hathach
2013-04-05
add control xfer for ehci controller fake: ehci_controller_control_xfer_proceed
hathach
2013-03-27
add test for pipe_interrupt_xfer
hathach
2013-03-25
add several helper function
hathach
2013-03-25
remove obsolete TUSB_CFG_HOST_HID_KEYBOARD_ENDPOINT_SIZE
hathach
2013-03-25
change website from tinyusb.net to tinyusb.org
hathach
2013-03-24
period_frame_list0 is not existed if period list is not required
hathach
2013-03-24
clean up:
hathach
2013-03-23
enhance some tests
hathach
2013-03-23
continue clean up ehci
hathach
2013-03-22
use DO PING for highspeed out bulk
hathach
2013-03-22
fix bug: adjust all bulk queue head from ehci_data.device
hathach
2013-03-13
refractor ehci test files
hathach
2013-03-13
add hard fault handler to bsp.c
hathach
2013-03-12
add isr api for usbh_hcd
hathach
2013-03-10
add code for ehci interrupt handler
hathach
2013-03-05
refractor tests
hathach
2013-03-05
add test & code for hcd_pipe_control_open
hathach
2013-03-04
abstract call chains from hal usb isr
hathach
2013-03-04
refractor
hathach
2013-03-04
replace TUSB_CFG_HOST by MODE_HOST_SUPPORTED
hathach
2013-03-04
allow configure host/device by controller basic
hathach
2013-03-03
refractor
hathach
2013-03-03
implement hcd_init controller_init
hathach
2013-03-02
add "mocking" version of LPC43xx.h
hathach
2013-03-01
rename ehci usb_int usb_sts usb/error field
hathach
2013-02-27
rename tusbh_device_mount_succeed_cb
hathach
2013-02-26
add osal subtask support
hathach
2013-02-08
updating usbh init with class init
hathach
2013-02-08
add TUSB_CFG_HOST_CONTROLLER_START_INDEX
hathach
2013-02-06
refractor move test enum to its own file
hathach
2013-02-05
remove TUSB prefix for class enum definitions
hathach
2013-02-04
port osal_FreeRTOS, add some include to be able to mock & link
hathach
2013-02-04
add TUSB_CFG_HOST_ENUM_BUFFER_SIZE
hathach
2013-02-04
refine ASSERT_DEFINE to allow special error_handler for os task
hathach
2013-02-01
change osal_timeout_t to uint32_t
hathach
2013-02-01
add std=gnu99 for test build
hathach
2013-01-26
add more test code for keyboard hid application API
hathach
2013-01-22
start to support
hathach
2013-01-19
change error type to lower case for more consistency
hathach
2013-01-18
prepare test project for 43xx host test
hathach