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
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
Age
Commit message (
Expand
)
Author
2013-09-10
added support for RETARGET SWO
hathach
2013-09-10
clean up
hathach
2013-09-10
added LPC4357_USB board
hathach
2013-09-10
complete porting to keil
hathach
2013-09-10
keil project can mount mouse, but cannot mount rndis
hathach
2013-09-10
able to get blinky + greeting
hathach
2013-09-10
rename startup
hathach
2013-09-10
able to print hello world
hathach
2013-09-08
Merge branch 'master' of github.com:microbuilder/tinyusb
hathach
2013-09-08
try to add lpc4357usb board
hathach
2013-07-31
Added trace pin config
Kevin Townsend
2013-07-31
Added LPC4357USB board
Kevin Townsend
2013-07-19
print out mac address
hathach
2013-07-19
change printf retarget to make \n to \r\n automatically
hathach
2013-07-19
add implementation for
hathach
2013-07-19
add test & code to send rndis msg query for permanent address (MAC address)
hathach
2013-07-14
extract send message & wait & get complete message to send_message_get_respon...
hathach
2013-07-13
add some required NDIS OID define
hathach
2013-07-07
add rndis_app files
hathach
2013-07-06
pass the initialize_cmplt
hathach
2013-07-06
refractor qhd_xfer_error_isr (omit xfer_type para)
hathach
2013-07-06
refractor ehci.c adding qhd_get_xfer_type
hathach
2013-07-05
fix bug with RNDIS class open using non-static variable p_cdc
hathach
2013-07-05
adding subclass RNDIS-CDC driver API
hathach
2013-07-05
fix a minor bug
hathach
2013-07-05
fix bug with rndis overshadow the normal cdc callback
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
update docs
hathach
2013-07-04
host enum task use static control_request variable instead of literal of requ...
hathach
2013-07-04
refractor control request used in enumeration task to reduce task data
hathach
2013-07-04
port osal_mutex to freeRTOS, able to mount mouse & cdc device
hathach
2013-07-04
no big deal, only rename tusb_std_request_t to tusb_control_request_t
hathach
2013-07-04
house keeping
hathach
2013-07-04
add some printf when a class is mounted
hathach
2013-07-04
change class (hid/cdc) _mounted_isr to _mounted_cb
hathach
2013-07-03
opt out hardfault handler in board.c which causes problem in compiling with a...
hathach
2013-07-03
change some license text
hathach
2013-07-03
adding _mounted_isr & _umounted_isr callback for host keyboard & mouse
hathach
2013-07-03
temporarily check cdc mounted by pipe_in & pipe_out
hathach
2013-07-03
complete CDC serial demo (in a quick hacking way)
hathach
2013-07-03
replace tusbh_cdc_isr by tusbh_cdc_xfer_isr with extra parameter as
hathach
2013-07-03
rename cdc descriptor type
hathach
2013-07-02
update usbh_xfer_isr to take actual byte transferred and correct tests
hathach
2013-07-02
add way to calculate the actual byte transferred with ehci
hathach
2013-07-02
add tusbh_cdc_send, t usbh_cdc_receive
hathach
2013-07-02
add tests for tusbh_cdc_serial_is_mounted
hathach
2013-07-02
add tusbh_cdc_serial_is_mounted API
hathach
2013-07-02
add cdc_rndis enum & struct
hathach
2013-07-02
extract qhd_xfer_error_isr
hathach
[next]