index
:
tinyusb.git
cdc_persistent
claude/adoring-pasteur-kbaFa
claude/arm-cortex-etm-jttace-4fr29r
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
fix-ci-hs
gh-pages
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
/
tinyusb
/
core
Age
Commit message (
Expand
)
Author
2013-10-25
move descriptor to common folder
hathach
2013-10-02
clean up warnings here and there
hathach
2013-09-27
house keeping
hathach
2013-07-05
change usbh_control_xfer_subtask to use flat API instead of passing tusb_cont...
hathach
2013-07-05
implementing initializing for RNDIS
hathach
2013-07-04
no big deal, only rename tusb_std_request_t to tusb_control_request_t
hathach
2013-07-03
adding _mounted_isr & _umounted_isr callback for host keyboard & mouse
hathach
2013-07-01
add cdc host driver close cdch_close
hathach
2013-07-01
add & pass a first few test for cdc host
hathach
2013-06-29
test refractor
hathach
2013-06-29
adding descriptor, structure, enum support for cdc
hathach
2013-06-27
add set idle request for hidh_open_subtask
hathach
2013-06-21
[host lpc43xx] adding support for host custom class
hathach
2013-06-08
ADDING LPC176X device
hathach
2013-06-03
add TUSB_CFG_PROUDCT_ID check
hathach
2013-06-03
refractor tusb_descriptors
hathach
2013-05-25
rename descriptor type, hid descriptor type
hathach
2013-05-06
change format of file header & license spacing
hathach
2013-04-07
rename hidh_keyboard_info_t to hidh_interface_info_t
hathach
2013-04-05
add control xfer for ehci controller fake: ehci_controller_control_xfer_proceed
hathach
2013-03-26
add field to endpoint maxpacketsize (mult)
hathach
2013-03-25
add several helper function
hathach
2013-03-25
change website from tinyusb.net to tinyusb.org
hathach
2013-03-24
add class flags
hathach
2013-03-24
add TUSB_DEVICE_STATE_INVALID_PARAMETER to tusb_device_state_t
hathach
2013-03-23
- add control_pipe_status for usbh_device_info_t to reflect the status transf...
hathach
2013-03-23
enhance some tests
hathach
2013-03-23
change signature usbh_isr to add tusb_bus_event_t parameter
hathach
2013-03-23
refractor
hathach
2013-03-13
add usbh_pipe_control_close (in conjunction with usbh pipe control open)
hathach
2013-03-12
add semaphore post in usbh_isr for control pipe
hathach
2013-03-09
- fix wrong class code for TUSB_CLASS_APPLICATION_SPECIFIC
hathach
2013-03-09
- addd p_qtd_list_tail to qhd structure for easy queue TD
hathach
2013-03-05
add test & code for open bulk transfer to hcd_pipe_open()
hathach
2013-02-28
strengthen include policy. Only limited headers are allowed to included from ...
hathach
2013-02-05
remove TUSB prefix for class enum definitions
hathach
2013-02-04
refractor include chain with following policies
hathach
2013-02-02
refine OSAL_TASK_LOOP_BEGIN & OSAL_TASK_LOOP_END
hathach
2013-01-27
house keeping
hathach
2013-01-27
update license year from 2012 to 2013
hathach
2013-01-22
start to support
hathach
2012-12-03
change editor tab to 2 spaces.
hathach
2012-12-03
added IAD descriptor
hathach
2012-12-03
add struct declare for standard descriptors
hathach
2012-12-03
fix some doxygen settings and stuffs add prepacked for IAR compiler
hathach