Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upstream synchronization #43

Merged
merged 46 commits into from
Dec 11, 2024
Merged
Changes from 1 commit
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
61eee53
feat(uvc): support format frame based
lijunru-hub May 22, 2024
3d3dcb1
service_traffic: Don't call pbuf_free when ethernet_input is Ok
Slion Oct 5, 2024
ad362c8
Add MSOS 2.0 descriptor to auto load NCM driver on Windows.
HiFiPhile Oct 5, 2024
047ba0a
Add comment to BOS descriptor.
HiFiPhile Oct 15, 2024
1b17bc0
RP2040 New ISO API
pschatzmann Oct 15, 2024
970a03e
Merge branch 'hathach:master' into rp2040-iso
pschatzmann Oct 16, 2024
ebcd706
Recover host enumeration from zero length descriptors
GuavTek Oct 18, 2024
833eb7d
change dcd_dcache_*() API return type from void to bool
hathach Nov 25, 2024
62f0e87
Merge pull request #2887 from hathach/change-dcd_dcache_return-to-bool
hathach Nov 25, 2024
be25aa3
hcd dwc2 add dcache support, usbh correctly use cache line size with …
hathach Nov 26, 2024
a5f9947
msc host work ok with p4 dma
hathach Nov 26, 2024
d9f3e7d
add TUH_EPBUF_DEF for hid host
hathach Nov 26, 2024
e9a3f88
add buffer note for host msc api
hathach Nov 26, 2024
f7efcf3
msc host, use usbh_get_enum_buf() for set_config() process
hathach Nov 26, 2024
67e92e6
add TUH_EPBUF_DEF for cdc host
hathach Nov 26, 2024
123f1af
update device_info example to work with p4 dcache
hathach Nov 26, 2024
6377108
enable dwc2 dma for hil test for esp32s3/p4 and stm32
hathach Nov 26, 2024
453d695
fix multiple flag on compiling
hathach Nov 27, 2024
9e4b855
minor clean up
hathach Nov 27, 2024
d9ef3cd
default CFG_TUH_DWC2_DMA_ENABLE to 0
hathach Nov 27, 2024
ae7cdcd
fix typo
hathach Nov 27, 2024
2732aff
Merge pull request #2888 from hathach/esp32p4-host-dma
hathach Nov 27, 2024
dbc2c8d
Fix missing protoype warning, change TUD_EPBUF_TYPE_DEF order (#2889)
hathach Nov 27, 2024
568c785
Add support for the STM32C0 and the NUCLEO-C071RB.
DavidEGrayson Oct 8, 2024
f090b64
enable ci for stm32c0, fix build issue with video example and clang
hathach Nov 27, 2024
5bb90ef
Merge pull request #2848 from DavidEGrayson/pr_stm32c0
hathach Nov 27, 2024
4212db1
Move desc_len sanity checks to start of loops
GuavTek Nov 27, 2024
3cacb01
Merge branch 'refs/heads/master' into fork/GuavTek/recover_zero_lengt…
hathach Nov 28, 2024
c514a8c
Merge branch 'master' into fork/pschatzmann/rp2040-iso
hathach Nov 28, 2024
3142927
Merge pull request #2852 from GuavTek/recover_zero_length_desc
hathach Nov 28, 2024
7f61a5a
made change per reviews, remove dcd_edpt_close(), rename and move thi…
hathach Nov 28, 2024
79373af
Merge branch 'master' into fork/HiFiPhile/lwip_fix
hathach Nov 28, 2024
c6dccff
Merge pull request #2847 from pschatzmann/rp2040-iso
hathach Nov 28, 2024
6b36df3
Merge pull request #2829 from HiFiPhile/lwip_fix
hathach Nov 28, 2024
741fdaa
fix(dcd_dwc2): Reset allocated_epin_count on bus reset and close all ep
roma-jam Nov 28, 2024
239443c
fix(dcd_dwc2): Correct usage of dwc2_controller
roma-jam Nov 28, 2024
ecc65a8
refactor(usbd_control): Updated the buffer name for deeper debug
roma-jam Nov 28, 2024
444277f
Merge pull request #2892 from roma-jam/fix/usbd_control_debug_buffer_…
hathach Nov 29, 2024
2179fb1
Merge pull request #2891 from roma-jam/fix/dcd_dwc2_counters
hathach Nov 29, 2024
3653c23
Disable DWC HCD interrupt with MAX3421 enabled
tannewt Dec 2, 2024
eabf68b
Merge pull request #2895 from tannewt/p4_fixes
hathach Dec 3, 2024
310b865
try to run arm-iar with circleci with new token (#2890)
hathach Dec 5, 2024
6cc2c98
correct clock setting for h563 nucleo
hathach Dec 6, 2024
ed4b1a9
Merge pull request #2656 from lijunru-hub/feat/uvc_support_frame_based
hathach Dec 6, 2024
cb22301
Merge pull request #2898 from hathach/update-h5-bsp
hathach Dec 6, 2024
1b0e6d0
Merge branch 'master' into sync/upstream
roma-jam Dec 10, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
enable dwc2 dma for hil test for esp32s3/p4 and stm32
hathach committed Nov 26, 2024
commit 63771086d9beddb9f1b08792dccddbb17daa5ef7
6 changes: 3 additions & 3 deletions test/hil/tinyusb.json
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
"name": "espressif_p4_function_ev",
"uid": "6055F9F98715",
"build" : {
"flags_on": ["", "CFG_TUD_DWC2_DMA_ENABLE"]
"flags_on": ["", "CFG_TUD_DWC2_DMA_ENABLE CFG_TUH_DWC2_DMA_ENABLE"]
},
"tests": {
"only": ["device/cdc_msc_freertos", "device/hid_composite_freertos", "host/device_info"],
@@ -20,7 +20,7 @@
"name": "espressif_s3_devkitm",
"uid": "84F703C084E4",
"build" : {
"flags_on": ["", "CFG_TUD_DWC2_DMA_ENABLE"]
"flags_on": ["", "CFG_TUD_DWC2_DMA_ENABLE CFG_TUH_DWC2_DMA_ENABLE"]
},
"tests": {
"only": ["device/cdc_msc_freertos", "device/hid_composite_freertos"]
@@ -133,7 +133,7 @@
"name": "stm32f723disco",
"uid": "460029001951373031313335",
"build" : {
"flags_on": ["", "CFG_TUD_DWC2_DMA_ENABLE"]
"flags_on": ["", "CFG_TUD_DWC2_DMA_ENABLE CFG_TUH_DWC2_DMA_ENABLE"]
},
"tests": {
"device": true, "host": true, "dual": false,