Sign in
pigweed
/
third_party
/
github
/
hathach
/
tinyusb
/
HEAD
71ed9d1
Merge pull request #3460 from hathach/bsp_h7_tm4c
by Ha Thach
· 3 days ago
upstream/master
46af312
ci fix
by Zixun LI
· 4 days ago
4ae3354
update deps
by Zixun LI
· 4 days ago
796e7c2
Merge remote-tracking branch 'tinyusb/master' into bsp_h7_tm4c
by Zixun LI
· 4 days ago
7a4e3d0
bsp: add STM32H747-DISCO
by HiFiPhile
· 4 days ago
5e6e9e6
Merge pull request #3461 from hathach/edpt_stream-remove-nofifo-mode
by Ha Thach
· 4 days ago
9a731e0
correct dual port hil assert
by hathach
· 4 days ago
86ca8fe
remove no-fifo mode in edpt stream API
by hathach
· 4 days ago
c1a5067
dcd/musb: fix IAR build
by HiFiPhile
· 5 days ago
104d3f2
bsp: add TI EK-TM4C1294XL
by HiFiPhile
· 5 days ago
2656c6d
Merge pull request #3424 from hathach/fifo_read_epsize
by Ha Thach
· 5 days ago
72da5f9
Merge pull request #3439 from hathach/mtp_zlp
by Ha Thach
· 5 days ago
0d28bdc
minor clean up separate tud_mtp_data_send() and tud_mtp_data_receive()
by hathach
· 5 days ago
8cde9b6
minor clean up separate tud_mtp_data_send() and tud_mtp_data_receive()
by hathach
· 5 days ago
a71cb23
Merge pull request #3457 from sparkmicro/fix-cpp-compiler-warning
by Zixun LI
· 6 days ago
d536222
Fix compiler warning
by Gabriel Chouinard
· 6 days ago
34035bb
Merge branch 'refs/heads/master' into mtp_zlp
by hathach
· 6 days ago
80b2078
Merge pull request #3451 from hathach/rp2-hwfifo
by Ha Thach
· 6 days ago
09b8f40
remove transfer_type from hw_endpoint
by hathach
· 9 days ago
4c86cbd
enable dedicated hwfifo for rp2
by hathach
· 9 days ago
085ec06
Merge pull request #3448 from hathach/rp2-refactor
by Ha Thach
· 9 days ago
8452dfe
clean up
by hathach
· 9 days ago
d5f0260
Merge pull request #3442 from zhiqiang-ch/master
by Ha Thach
· 9 days ago
6ab368f
fix missing SystemCoreClock
by hathach
· 9 days ago
9465ce9
apply copilot suggestion
by hathach
· 9 days ago
e69494d
fix pre-commit, clean up tusb_mcu.h, add at32f45x to ci build
by hathach
· 9 days ago
271edeb
Merge branch 'master' into fork/zhiqiang-ch/master
by hathach
· 9 days ago
4025036
Merge pull request #3449 from Precidata/quirks-tipo
by Zixun LI
· 10 days ago
39901ac
Fix tipo in tusb_option.h
by Cédric Berger
· 10 days ago
0b970e6
only apply errata E5 and E15 for rp2040. rp2350 already fixes these
by hathach
· 10 days ago
64ca0b9
host device info print no serial as 0 instead of n/a
by hathach
· 10 days ago
d7e715d
fix hcd force_single mistake by refactor
by hathach
· 10 days ago
07416f7
minor clean up
by hathach
· 10 days ago
f0a3d44
change signature for hwep_buf_ctrl_* to take pointer to buf control instead of hwep
by hathach
· 11 days ago
475e97c
remove hw_endpoint_t rx, rename/change signature of helper functions
by hathach
· 11 days ago
a124edf
refactor remove endpoint_control/buffer_control from hw_endpoint_t
by hathach
· 11 days ago
e5c53f0
minor update
by hathach
· 12 days ago
593dce2
Merge pull request #3441 from hathach/fifo-access-mode
by Ha Thach
· 12 days ago
9de3e10
fix more typo
by Ha Thach
· 13 days ago
2026391
fix typo
by Ha Thach
· 13 days ago
1c19fc5
rename FSDEV_PMA_SIZE CFG_TUSB_FSDEV_PMA_SIZE
by hathach
· 13 days ago
20d009d
enable dedidcated hwfifo for musb with odd access with 16-bit and 8-bit
by hathach
· 13 days ago
74e59e4
fix hwfifo pull/push n with address stride > 0
by hathach
· 13 days ago
a9479f5
update hcd rusb2 to use tu_hwfifo read/write
by hathach
· 2 weeks ago
b93d463
fix rusb2 hcd_port_connect_status() using line state, add post root reset delay for stable speed detection
by hathach
· 2 weeks ago
d457ea3
fix build with dwc2
by hathach
· 2 weeks ago
93a1e80
rusb2 move tu_hwfifo_write() to rusb2_common.c
by hathach
· 2 weeks ago
ea23966
add default access mode for tu_hwfifo API make it easier for non-custom read/write
by hathach
· 2 weeks ago
e158a3d
hwfifo support custom write/read
by hathach
· 2 weeks ago
c87f0db
add tu_hwfifo_access_t param to hwfifo API
by hathach
· 2 weeks ago
b87c2fc
refactor hwfifo pull/push
by hathach
· 2 weeks ago
36e8f9d
support multiple data stride if configured
by hathach
· 2 weeks ago
0b638c5
rusb2 use tu_hwfifo API to write usb packet
by hathach
· 2 weeks ago
9ab605e
change signature of tu_hwfifo_* to have hwfifo as first parameter
by hathach
· 2 weeks ago
009750c
minor refactor
by hathach
· 2 weeks ago
1112473
replace PMA buffer packet read/write by using tu_hwfifo API
by hathach
· 3 weeks ago
9b5c776
add separate tu_hwifo_*() with data from buffer/software fifo. Remove duplicated packet write/read for fsdev
by hathach
· 3 weeks ago
f20ad05
update tu_fifo to work with fsdev hwfifo with increased address 16/32bit
by hathach
· 3 weeks ago
8544db8
Merge branch 'hathach:master' into master
by zhiqiang-ch
· 3 weeks ago
d61ed92
re-branding fixed address fifo read/write to stride mode
by hathach
· 3 weeks ago
4e43988
tusb_fifo remove item_size make it fifo of bytes
by hathach
· 3 weeks ago
239e20b
support for the AT32F45X series
by zhiqiang-ch
· 3 weeks ago
237e9f2
example/mtp: fix root parent id
by HiFiPhile
· 3 weeks ago
d27e55a
device/mtp: improve logging
by HiFiPhile
· 3 weeks ago
536223c
device/mtp: queue ZLP when needed
by HiFiPhile
· 3 weeks ago
3eafddb
Merge pull request #3433 from Precidata/fix-compilation-v2
by Zixun LI
· 3 weeks ago
d77f1e8
Prevent unused-variable warning in dcd_host.c
by Cédric Berger
· 3 weeks ago
b3dd0a1
Do not randomly include stm32h7xx.h
by Cédric Berger
· 3 weeks ago
aa183a5
limit fifo read size to ep_bufsize regardless ep_buf is used or not
by HiFiPhile
· 4 weeks ago
b209b17
Merge pull request #3422 from Tails86/add-vendor_write_clear
by Zixun LI
· 4 weeks ago
b53739d
Change return of tud_vendor_n_write_clear from uint32_t to bool
by James Smith
· 4 weeks ago
b7463ba
Removed tu_fifo_count_and_clear
by James Smith
· 4 weeks ago
53f9f86
Merge pull request #3421 from hathach/fix-imxrt-1011-bsp
by Ha Thach
· 4 weeks ago
185757e
Added tud_vendor_write_clear() which forcefully clears TX buffer
by James Smith
· 4 weeks ago
5c8d5fb
SCB_EnableDCache() is required for rt1011
by hathach
· 4 weeks ago
83fa3bb
Merge pull request #3419 from hathach/remove-sprintf
by Ha Thach
· 4 weeks ago
49a8529
clean up cmake, remove family_get_project_name()
by hathach
· 4 weeks ago
7f4a761
remove the usage snprintf
by hathach
· 4 weeks ago
2b9a778
Merge pull request #3404 from gab-k/support-nxp-rw612
by Zixun LI
· 5 weeks ago
ce7b15d
more fixes
by HiFiPhile
· 5 weeks ago
abf27bf
Merge remote-tracking branch 'tinyusb/master' into support-nxp-rw612
by HiFiPhile
· 5 weeks ago
8a246db
Merge pull request #3398 from chenzhihong007/feature/support_hpmicro_chips
by Zixun LI
· 5 weeks ago
cb18738
fix build
by Zixun LI
· 5 weeks ago
c130fc0
fix pre-commit
by Zixun LI
· 5 weeks ago
d768735
update ci
by Zixun LI
· 5 weeks ago
412f4d3
update preset
by Zixun LI
· 5 weeks ago
22534a6
Merge remote-tracking branch 'tinyusb/master' into support-nxp-rw612
by Zixun LI
· 5 weeks ago
5a7e5db
fix riscv toolchain
by Zixun LI
· 5 weeks ago
e00c3d1
enable ci build for hpmicro
by hathach
· 5 weeks ago
15e3324
cleanup, add preset
by Zixun LI
· 5 weeks ago
0d1521e
update README.rst to add HPMicro MCU
by Zhihong Chen
· 5 weeks ago
d851e82
example: with FreeRTOS: skip hpmicro
by Zhihong Chen
· 5 weeks ago
d8da458
example: host: support hpmicro family
by Zhihong Chen
· 5 weeks ago
6b73d78
update risc-v march for gcc and clang toolchains
by Zhihong Chen
· 5 weeks ago
ba3319d
support hpmicro chips
by Zhihong Chen
· 5 weeks ago
0a9e05f
make fifo access mode fixed addr work with 16 bit also
by hathach
· 5 weeks ago
77fcf62
Merge pull request #3371 from hathach/enum_catch
by Ha Thach
· 5 weeks ago
ebf7ce7
minor update
by hathach
· 5 weeks ago
0355fa8
Merge branch 'master' into enum_catch
by hathach
· 5 weeks ago
9a22543
Merge pull request #3364 from hathach/hcd_fsdev
by Ha Thach
· 5 weeks ago
Next »