Tinic Uro
4938128ccc
Make it compile for STM32U545.
2024-05-29 12:54:15 -07:00
Ha Thach
d10b65ada4
Merge pull request #2663 from hathach/tweak-espidf-include
...
fix xtensa_api.h include
2024-05-29 15:20:55 +07:00
hathach
8767d1ab7d
fix xtensa_api.h include
2024-05-29 15:19:59 +07:00
HiFiPhile
1fe86f654f
Merge pull request #2647 from andrewleech/additional_dcd_sof_enable
...
Add support for dcd_sof_enable() to some additional ports.
2024-05-27 20:42:28 +02:00
HiFiPhile
003a5d4f55
Merge branch 'master' into additional_dcd_sof_enable
2024-05-27 20:10:44 +02:00
HiFiPhile
a9745c9818
Fix tud_sof_cb_enable() return type.
2024-05-27 20:35:35 +10:00
HiFiPhile
8f0459c89e
Fix frame count in tud_sof_cb().
2024-05-27 20:35:35 +10:00
Andrew Leech
087fe79e2c
renesas: Add support for dcd_sof_enable().
2024-05-27 20:35:35 +10:00
Andrew Leech
160cd79fdb
nrf5x: Add support for dcd_sof_enable().
2024-05-27 20:35:35 +10:00
Andrew Leech
e229270a1c
microchip samd: Add support for dcd_sof_enable().
2024-05-27 20:35:35 +10:00
Andrew Leech
a2e5ea1882
chipidea/mimxrt: Add support for dcd_sof_enable().
2024-05-27 20:35:35 +10:00
Ha Thach
fd11bf17fd
Merge pull request #2661 from hathach/release-0.17.0
...
bump up version to 0.17.0 (not release yet)
2024-05-24 20:39:33 +07:00
hathach
3175aaa0eb
increase version as pre-releases, still need more clean up before actual relesae
2024-05-24 20:17:53 +07:00
hathach
afbb07b472
test README.rst
2024-05-24 17:36:17 +07:00
HiFiPhile
37e638b3dd
Merge pull request #2657 from Rbb666/rtthread
...
[osal]Add usb-device and host macro controls.
2024-05-24 12:25:12 +02:00
Rbb666
2c880012f7
[osal]Add usb-device and host macro controls.
2024-05-24 16:51:22 +08:00
Ha Thach
41c7cdac68
Merge pull request #2659 from hathach/fsdev-generalize-ch32
...
CH32 add support for usbd (only), fsdev
2024-05-24 15:18:30 +07:00
hathach
daffb24111
minor clean up
2024-05-24 14:13:58 +07:00
hathach
937b2eac36
change default clock to 144mhz
2024-05-24 14:00:02 +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
1f259b3ab0
Merge pull request #2392 from Krasutski/bugfix/ch32-hs-dcd
...
bugfix(ch32-hs-dcd): fix ch32 DATAx managment and long packet transmit
2024-05-21 19:15:54 +07:00
hathach
4a5b190a22
re-add sof event
2024-05-21 18:34:25 +07:00
hathach
953e3bd634
- minor update to ep_set_response_and_toggle/xfer_data_packet
...
- merge USBHS_ISO_ACT_FLAG, USBHS_TRANSFER_FLAG handler since they are similar
- improve uart output
- add note for link speed in bus reset
2024-05-21 17:50:50 +07:00
hathach
4bd72da5cd
use CFG_TUD_ENDPOINT0_SIZE, rename ep0_data_in_out_buffer to simply ep0_buffer
...
reformat indent to 2 spaces
2024-05-21 15:41:59 +07:00
Denis Krasutski
3e604d1d54
fix(ch32, iso): fix iso IN transfers for CH32
2024-05-21 15:24:40 +07:00
dkrasutski
869e5e950c
bugfix(ch32-hs-dcd): fix ch32 DATAx managment and long packet transmission
2024-05-21 15:24:36 +07:00
Ha Thach
a1abbd70cb
Merge pull request #2654 from hathach/update-circleci
...
circle ci remove deps caching to reduce storage credit
2024-05-21 14:01:32 +07:00
hathach
1d7aeb3fb6
try to update cache for esp-idf
2024-05-21 13:25:15 +07:00
hathach
4e24ec5e5d
circle ci skip cache for toolchain
...
action skip cache for toolchain url hosted by github
2024-05-21 13:04:56 +07:00
hathach
c2cfb71dce
circle ci remove deps caching to reduce storage credit
2024-05-21 12:11:08 +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
hathach
10b1e38404
revert unrelated changes to video_device.c
2024-05-20 18:30:38 +07:00
hathach
3b144be37f
try fixing codeql
2024-05-20 18:05:45 +07:00
hathach
07d879378f
code format
...
add missing MIT license
2024-05-20 17:41:48 +07:00
hathach
b19295c1c1
use correct wch usbhs, usbfs for ch32v307 using CFG_TUD_MAX_SPEED
2024-05-20 17:26:04 +07:00
hathach
4a5fee503b
- update ch203 family to allow to specify flash and ram size. Introduce
...
- add ch32v203_ro_1v0 board
- CFG_EXAMPLE_MSC_DUAL_READONLY to build msc_dual_lun for ch32v203
2024-05-20 13:24:57 +07:00
hathach
5fee292606
temp code
2024-05-20 11:54:48 +07:00
Matthew Tran
ab5f276877
fix ep0 stall not clearing
2024-05-19 21:50:30 -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
hathach
2a67ce773d
change default risv-gcc to riscv-none-elf- and add _zicsr extension
...
add cmake for ch32v20x, skip freertos examples for CH32V20X, also skip net webserver due to lack of RAM
update to use openocd with wlinke adapter
2024-05-16 19:18:43 +07:00
Matthew Tran
db60fa1c63
add CH32V20x USB OTG/FS driver
2024-05-15 20:01:00 +07:00
Ha Thach
5393f8ddbc
Merge pull request #2626 from rgrr/dcd_nrf5x-fix-race-condition
...
dcd_nrf5x: fix race condition
2024-05-15 19:31:13 +07:00
Ha Thach
cf532d1479
Merge pull request #2646 from hathach/max3421-abort-xfer
...
Implement Max3421 hcd abort xfer
2024-05-15 16:42:15 +07:00
hathach
50278211f4
circleci light build for merged commit to master
2024-05-15 16:20:01 +07:00
hathach
83499a2cd0
tweak action
2024-05-15 16:03:31 +07:00
hathach
aa2685536b
implement max3421e hcd_edpt_abort_xfer()
2024-05-15 16:00:15 +07:00
Ha Thach
3c24ba3ff2
build arm-clang on circleci with pull request ( #2644 )
...
* Build arm-clang using circle ci (only on PR): cache most of mandatory deps, clang toolchain
* update get_deps.py to include CMSIS_5 with --print + no arguments, prevent duplicated deps
2024-05-14 12:44:36 +07:00
HiFiPhile
ae01de2464
Merge pull request #2416 from Rocky04/test-mode-support
...
Add DWC2 Test Mode Support
2024-05-13 22:51:25 +02:00