hathach
|
3175aaa0eb
|
increase version as pre-releases, still need more clean up before actual relesae
|
2024-05-24 20:17:53 +07:00 |
|
hathach
|
4ce439a75a
|
add ch32 support for fsdev driver. v20x can select fsdev or usbfs with make/cmake PORT=0/1. default to fsdev
|
2024-05-24 13:58:44 +07:00 |
|
hathach
|
927015baae
|
wch usbfs/usbhs need to specify which driver to use. for v307 default to highspeed
|
2024-05-24 11:38:44 +07:00 |
|
Ha Thach
|
a068b81674
|
Merge pull request #2362 from dragonlock2/master
Add CH32V20x USB OTG/FS Driver
|
2024-05-20 18:47:22 +07:00 |
|
Ha Thach
|
ccc7a36043
|
Merge pull request #2648 from tannewt/esp32c2_h2
Add esp32c2 and esp32h2 for max3421 support
|
2024-05-17 11:01:30 +07:00 |
|
Scott Shawcroft
|
d3098747c0
|
Add esp32c2 and esp32h2 for max3421 support
|
2024-05-16 11:17:05 -07:00 |
|
Matthew Tran
|
db60fa1c63
|
add CH32V20x USB OTG/FS driver
|
2024-05-15 20:01:00 +07:00 |
|
HiFiPhile
|
e250b82377
|
Adjust logic.
|
2024-05-13 22:26:19 +02:00 |
|
hathach
|
68a4d0c8db
|
add cmake to lpc51
|
2024-05-02 20:50:41 +07:00 |
|
hathach
|
223ce56625
|
- add esp32 c3, c6 mcu option
- skip breakpoint for espressif riscv
|
2024-04-26 00:10:57 +07:00 |
|
hathach
|
2e995d7cf4
|
adding support for esp32 for use with max3421e host
|
2024-04-25 20:23:40 +07:00 |
|
hathach
|
c3c0648456
|
add class driver deinit
|
2024-04-08 22:07:56 +07:00 |
|
hathach
|
18a458679f
|
Merge branch 'master' into MCX
|
2024-04-02 18:14:49 +07:00 |
|
hathach
|
7d3d60f96d
|
add hcd_configure() to change max NAK dynamically
|
2024-04-02 16:38:40 +07:00 |
|
hathach
|
e802fe0677
|
refactor: add hxfr per endpoint
|
2024-04-02 16:04:03 +07:00 |
|
IngHK
|
b644e4d955
|
fixed spelling
|
2024-03-31 10:27:54 +02:00 |
|
IngHK
|
8ded6d3d2e
|
added some description to tusb_option.h
|
2024-03-31 10:27:15 +02:00 |
|
IngHK
|
11a54bc8e1
|
renamed define NAK_RETRY_HANDLING to CFG_TUH_MAX3421_MAX_ATTEMPS_PER_FRAME as official option
|
2024-03-31 10:26:39 +02:00 |
|
hathach
|
74bd264758
|
adding deinit() stub for usbh/hcd class driver
add TUSB_VERSION_BUILD, also add TUSB_VERSION_NUMBER
|
2024-03-22 11:42:33 +07:00 |
|
Jerry Palacios
|
5c14bd13da
|
MCX A and MCX N merged to MCX family
|
2024-02-20 18:02:42 -06: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 |
|
Michael Fischer
|
ea30041168
|
Merge branch 'hathach:master' into nxp_k64
|
2024-02-04 10:55:34 +01:00 |
|
hathach
|
55da1072b6
|
merge and cherry pick changes
|
2024-01-16 17:25:44 +07:00 |
|
IngHK
|
f7ef3c1b1c
|
Merge branch 'cdc_ch34x_support' of https://github.com/IngHK/tinyusb into cdc_ch34x_support
|
2024-01-16 08:20:23 +01:00 |
|
hathach
|
57c6f8cfa2
|
Merge branch 'master' into cdc_ch34x_support
# Conflicts:
# src/class/cdc/cdc_host.c
|
2024-01-16 12:00:28 +07:00 |
|
hathach
|
aa58cdcfa6
|
change CFG_TUH_CDC_FTDI/CP210X_PID_LIST to CFG_TUH_CDC_FTDI/CP210X_VID_PID_LIST which contains both vid and pid.
|
2024-01-16 01:28:29 +07:00 |
|
IngHK
|
c2bbcc9f60
|
initial support of CH34x CDC device
|
2023-12-26 20:14:03 +01:00 |
|
hathach
|
17a0ce655b
|
Merge branch 'master' into h5
|
2023-12-15 17:42:25 +07:00 |
|
hathach
|
19d7d62e80
|
try to add samd51 to hil pool using doublereset (rpi gpio) and bossac
|
2023-12-13 18:54:00 +07: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 |
|
Oliver Larsson
|
9a7e23379c
|
Add configuration option CFG_TUH_CDC_FTDI_PID_LIST to tusb_option.h
|
2023-12-12 08:11:16 +01:00 |
|
Ha Thach
|
4c80f5a192
|
Merge pull request #2296 from LarssonOliver/master
Allow external definition of TU_CP210X_PID_LIST
|
2023-12-11 15:13:20 +07:00 |
|
Oliver Larsson
|
c4e04d3db4
|
Add configuration option CFG_TUH_CDC_CP210X_PID_LIST to tusb_option.h
|
2023-11-25 08:34:52 +01:00 |
|
hathach
|
031be18e26
|
update release version
|
2023-11-24 19:09:35 +07:00 |
|
hathach
|
6e5c7f4390
|
rename to CFG_TUD_BTH_HISTORICAL_COMPATIBLE, move CFG_TUD_BTH_ISO_ALT_COUNT to tusb_option.h and mandatory for BTH driver
|
2023-11-24 16:08:48 +07: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
|
81cd995108
|
add default CFG_TUH_MAX3421 = 0, default spi speed for samd21/samd51 to 12Mhz
|
2023-09-18 22:15:31 +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
|
6d877c3170
|
added cmake for lpc54, update lpc55
|
2023-08-08 18:50:24 +07:00 |
|
hathach
|
ef49b93532
|
rename CFG_TUSB_MEM_SECTION to CFG_TUD_MEM_SECTION in device stack
CFG_TUD_MEM_SECTION is default to CFG_TUSB_MEM_SECTION
|
2023-07-24 15:46:21 +07:00 |
|
emb4fun
|
e2f28bc134
|
Added support for the NXP K64 series
|
2023-07-23 10:53:22 +02:00 |
|
Scott Shawcroft
|
8b6d0a166b
|
Fix host buffer alignment setting
|
2023-07-14 15:30:22 -07:00 |
|
hathach
|
b59b65d2ed
|
rename to kinetis_k32l2, rename OPT_MCU_KINETIS_K32 to OPT_MCU_KINETIS_K32L
|
2023-06-24 18:26:51 +07:00 |
|
hathach
|
8af8869d3b
|
renam OPT_MCU_MIMXRT to OPT_MCU_MIMXRT1XXX
fix build util with makefile
|
2023-06-16 11:26:38 +07:00 |
|
hathach
|
fc761953b3
|
define tuc_int_handler() to empty if TUC not enabled
|
2023-06-08 09:34:15 +07:00 |
|
hathach
|
7fd0a17bc3
|
default CFG_TUC_ENABLED to 0
|
2023-06-08 09:11:29 +07:00 |
|