index
:
cherryusb.git
gh-pages
master
release/v1.3
release/v1.4
release/v1.5
release/v1.6
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
demo
/
usb_host.c
Age
Commit message (
Expand
)
Author
2024-03-18
add rtl8152 host driver
sakumisu
2024-03-15
add host cdc speed test
sakumisu
2024-03-14
must enable RT_USING_TIMER_SOFT when use timer
sakumisu
2024-03-12
fix cdc ncm build
sakumisu
2024-03-10
support cdc ncm host
sakumisu
2024-02-24
disable net class
sakumisu
2024-02-15
enable asix host driver
sakumisu
2024-01-06
dwc2: ctrl and bulk no need nak irq, when intr calls nak, retry by user
sakumisu
2023-12-19
create lwip rx thread by user
sakumisu
2023-12-18
init demo thread in xxx_run api, and delete by itself
sakumisu
2023-12-01
implement rtt eth_device control and eth_tx api
sakumisu
2023-11-30
add two dhcp timer
sakumisu
2023-11-29
auto enable lwip demo with __has_include
sakumisu
2023-11-24
delete lwip rx thread in self
sakumisu
2023-11-23
fix en colon
sakumisu
2023-11-22
disable device not find log
sakumisu
2023-11-22
add ecm and rndis thread delete for dynamic netif
sakumisu
2023-11-20
support host demo with timer for rtthread
sakumisu
2023-11-20
add dhcp timer for getting ip addr
sakumisu
2023-11-16
refactor urb, add ep & hport in urb to make hardware pipe more reusable
sakumisu
2023-11-13
add ecm host demo
sakumisu
2023-06-21
remove unused code
sakimisu
2023-02-07
submit urb when nbytes>0
sakimisu
2023-02-06
split host demo into standalone thread
sakumisu
2022-12-11
disable video demo, contact with me to know how to use
sakimisu
2022-11-21
remove device mount and unmount callback
sakimisu
2022-10-07
remove bulk_transfer and intr_transfer
sakumisu
2022-09-12
move fatfs variables into no cache ram
sakumisu
2022-09-12
update fatfs demo and port
sakumisu
2022-09-12
fix typo
sakumisu
2022-09-09
refactor usb host stack: hcd api, hub process and usb no cache ram process
sakumisu
2022-08-12
add mount callback for device, move tests in mount callback
sakumisu
2022-07-31
add nocache ram config when enable dcache
sakumisu
2022-06-23
add USB_MEM_ALIGN32 for buffers in host demo
sakumisu
2022-06-04
replace printf with USB_LOG_DBG for templates
sakumisu
2022-05-22
use global ram instead of heap for msc test
sakumisu
2022-03-24
continue to transfer when fails
sakumisu
2022-03-23
disable fatfs demo
sakumisu
2022-03-23
psc thread use event instead,add timeout for transfer
jzlv
2022-02-24
use hport setup to replace class setup,move out test demo
sakumisu