hathach
|
caf2c5e0b7
|
reverted un-related file changes
|
2024-04-05 17:04:33 +07:00 |
|
HiFiPhile
|
db28437218
|
Move endpoint alloc define to tusb_mcu.h
|
2024-04-02 20:54:33 +02:00 |
|
hathach
|
18a458679f
|
Merge branch 'master' into MCX
|
2024-04-02 18:14:49 +07:00 |
|
hathach
|
5774ac9886
|
add tu_edpt_stream_deinit()
|
2024-03-22 12:53:31 +07:00 |
|
hathach
|
2cf171095e
|
code format
|
2024-03-22 12:45:23 +07:00 |
|
Ha Thach
|
21de8245ae
|
Merge pull request #2168 from emb4fun/nxp_k64
Added support for the NXP K64 series
|
2024-02-24 01:11:01 +07:00 |
|
Jerry Palacios
|
ec91660119
|
Revert "Merge branch 'hathach:master' into MCX"
This reverts commit 6afd4a5789, reversing
changes made to 5c14bd13da.
|
2024-02-22 16:11:23 -06:00 |
|
jerpa77
|
6afd4a5789
|
Merge branch 'hathach:master' into MCX
|
2024-02-22 15:47:45 -06:00 |
|
Jerry Palacios
|
5c14bd13da
|
MCX A and MCX N merged to MCX family
|
2024-02-20 18:02:42 -06:00 |
|
Ha Thach
|
382f686f19
|
Merge pull request #2389 from IngHK/improve_debug_prints
improved hex debug print, improved USBH debug prints, added pid/vid debug print
|
2024-02-19 17:55:43 +07:00 |
|
IngHK
|
79aecf3fb7
|
fixed #2469
|
2024-02-14 09:16:18 +01:00 |
|
IngHK
|
4d4e20b71e
|
missing \r\n after TU_LOG_BUF => moved \r\n to tu_print_buf()
|
2024-02-08 12:00:44 +01:00 |
|
Jerry Palacios
|
45454c53f1
|
frdmmcxa153 files added
|
2024-02-07 18:33:19 -06:00 |
|
Jerry Palacios
|
6c4a5292a6
|
Back to original
|
2024-02-07 17:03:13 -06:00 |
|
IngHK
|
a066002731
|
Merge remote-tracking branch 'remotes/hathach/master' into improve_debug_prints
|
2024-02-07 10:11:42 +01:00 |
|
Michael Fischer
|
ea30041168
|
Merge branch 'hathach:master' into nxp_k64
|
2024-02-04 10:55:34 +01:00 |
|
hathach
|
b5cd673330
|
rename and add more video descriptors
use struct to define uvc descriptor for video_capture since uvc is
rather too complicated to use macro templates
|
2024-01-26 22:55:55 +07:00 |
|
hathach
|
0b8b8af83d
|
minor update to video capture example
|
2024-01-25 17:25:48 +07:00 |
|
Rocky04
|
783a4f002b
|
Test mode support only for Hi-Speed devices
|
2024-01-15 16:45:58 +01:00 |
|
Rocky04
|
78a1d4c482
|
Merge branch 'master' into test-mode-support
|
2024-01-15 16:27:22 +01:00 |
|
Rocky04
|
1755bba509
|
Add DWC2 Test Mode SUpport
|
2024-01-15 12:47:13 +00:00 |
|
hathach
|
1f2901e8b1
|
fix conflict of BIT() macro
|
2024-01-15 19:02:02 +07:00 |
|
沈玴興
|
149b50a2fa
|
Merge branch 'hathach:master' into master
|
2023-12-28 00:29:41 +08:00 |
|
YixingShen
|
9a1559a356
|
add __ARM_ARCH_8_1M_MAIN__ for M55
|
2023-12-28 00:28:24 +08:00 |
|
IngHK
|
a39be99a58
|
improved hex debug print, improved USBH debug prints, added pid/vid debug print
|
2023-12-26 12:24:54 +01:00 |
|
HiFiPhile
|
f3d713ac73
|
Fix CI & typo.
|
2023-12-13 14:32:23 +01:00 |
|
henneboi
|
93c40b6966
|
Add Support stm32h5 for stm32h573i based on stm32_fsdev G0 implementation Tested on Windows with IAR and gcc toolchain ( via cubeide) Tested only with audio examples, but sould be ok for other examples Cmake pacthed : but not tested Linux build : not tested Added a temporary workaround in make file to support H5 HAL repo ( ARMCC_VERSION=0)
|
2023-12-12 16:04:21 +01:00 |
|
IngHK
|
efde252ed0
|
improved CFG_TUSB_DEBUG handling due to compile errors
|
2023-12-08 16:59:52 +01:00 |
|
IngHK
|
4d88f146e3
|
Merge remote-tracking branch 'remotes/hathach/master' into HostLogsFixes
|
2023-12-08 16:44:58 +01:00 |
|
IngHK
|
b8881a3a14
|
fixed compile errors due to untreated CFG_TUH_LOG_LEVEL
|
2023-11-24 22:34:28 +01:00 |
|
Ha Thach
|
0601d174b1
|
Merge branch 'master' into feature/ch32f20x
|
2023-11-24 11:33:34 +07:00 |
|
hathach
|
27a2c8cba4
|
adding nulceo stm32u5a5, fix clock configure issue
dwc2 core stuck at reset
|
2023-10-18 18:43:07 +07:00 |
|
denis.krasutski
|
ce627f4318
|
feat(ch32f20x): add support of ch32f20x
|
2023-10-06 13:04:54 +03:00 |
|
hathach
|
3b0ffd0f48
|
change hcd_int_handler(rhport, in_isr) signature: add in_isr
change tuh_int_handler() to take in_isr as optional parameter (default =
true)
|
2023-09-27 15:51:03 +07:00 |
|
hathach
|
1b9108ea0d
|
minor debug clean up
|
2023-09-06 17:11:35 +07:00 |
|
hathach
|
1ab488eb06
|
call xfer_complete_isr() when result is not successful (stalled or failed)
|
2023-08-30 16:04:18 +07:00 |
|
Ha Thach
|
9063ede25f
|
Merge branch 'master' into nxp_k64
|
2023-08-28 17:46:05 +07:00 |
|
hathach
|
588b758717
|
rename OPT_MCU_KINETIS_K64 to OPT_MCU_KINETIS_K
|
2023-08-28 17:34:40 +07:00 |
|
hathach
|
502b1bdda6
|
more update to transaction
|
2023-08-27 23:45:34 +07:00 |
|
hathach
|
b8b01c1075
|
update to dcd ip3511 to add work-around for lpc54628 usb hs errata USB.1 and USB.2
msc is mounted, but device couldn't work reliably and got constant reset
due to other errata probably.
|
2023-08-09 12:47:24 +07:00 |
|
Ha Thach
|
1b04db2a77
|
Merge branch 'master' into master
|
2023-08-04 11:48:04 +07:00 |
|
hathach
|
ec093bebad
|
Merge branch 'master' into renesas_ra_hs_rebased
|
2023-07-27 16:50:34 +07:00 |
|
Ha Thach
|
fda92fd34a
|
Merge branch 'master' into hcd-abort-xfer
|
2023-07-24 21:38:46 +07:00 |
|
hathach
|
d254256047
|
change dcache clean/invalidate return type to bool
add tu_assert() check for aligned 32byte address for imxrt
|
2023-07-24 17:54:24 +07:00 |
|
emb4fun
|
e2f28bc134
|
Added support for the NXP K64 series
|
2023-07-23 10:53:22 +02:00 |
|
hathach
|
c122e9df73
|
implement hcd_edpt_abort_xfer() for EHCI, also move thing around a bit
|
2023-07-21 19:06:36 +07:00 |
|
hathach
|
4c156100fa
|
use unaligned access read for hw fifo
|
2023-07-07 12:27:18 +07:00 |
|
hathach
|
f79529c09c
|
usb hs work with ra 6m5 ek
|
2023-07-05 17:13:01 +07:00 |
|
Lars Pötter
|
0693462eba
|
made line ends consistent.
|
2023-07-02 09:02:24 +02:00 |
|
hathach
|
e43387abac
|
rework cmake with rtos support add RTOS to family_configure_device/host/dual_example()
|
2023-06-27 15:45:38 +07:00 |
|