index
:
tinyusb.git
cdc_persistent
claude/adoring-pasteur-kbaFa
claude/arm-cortex-etm-jttace-4fr29r
claude/mtp-data-phase-fixes
claude/usbh-enum-timeout
claude/wch-ch569-ch32h417-usb3
codex/class-reference-docs
codex/dfu-buffer-fix
copilot/fix-hil-tinyusb-job
dcd_ch32hs_spd
etmtrace-rp2350
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
/
tinyusb
/
class
/
cdc_rndis_host.c
Age
Commit message (
Expand
)
Author
2018-03-06
move class files
hathach
2018-03-05
reame SUBTASK_EXIT to SUBTASK_RETURN
hathach
2018-03-01
osal macro clean up
hathach
2018-03-01
clean up osal semaphore/queue/mutex
hathach
2015-05-01
readd rndis files
hathach
2014-03-26
clean up
hathach
2014-03-10
change IAR TUSB_CFG_ATTR_USBRAM to _Pragma("location=\".ahb_sram1\"") instead...
hathach
2013-11-08
add windows driver for cdc
hathach
2013-10-27
rndis document
hathach
2013-09-21
house keeping
hathach
2013-09-21
remove ATTR_WEAK for all necessary driver callback
hathach
2013-09-19
starting to add support for IAR workbench
hathach
2013-09-11
add set msg & get set cmplt for OID_GEN_CURRENT_PACKET_FILTER (default = 0 re...
hathach
2013-07-19
print out mac address
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-06
pass the initialize_cmplt
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 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-02
add cdc_rndis enum & struct
hathach