This website requires JavaScript.
eabf68bd91
Merge pull request #2895 from tannewt/p4_fixes
Ha Thach
2024-12-03 14:25:24 +07:00
3653c23240
Disable DWC HCD interrupt with MAX3421 enabled
Scott Shawcroft
2024-12-02 12:32:39 -08:00
f10467e711
Merge branch 'master' into dcd_notif
HiFiPhile
2024-12-01 00:00:55 +01:00
df91c12ab2
Reformat audio class.
HiFiPhile
2024-11-30 23:31:28 +01:00
0d9a24c416
Fix HCD build.
HiFiPhile
2024-11-30 23:18:22 +01:00
f934224351
Fix cmake options.
HiFiPhile
2024-11-30 22:26:33 +01:00
0bca377d52
Fix typo.
HiFiPhile
2024-11-30 21:57:47 +01:00
0074ed7c67
Add bin & hex output to cmake targets.
HiFiPhile
2024-11-30 21:50:50 +01:00
ae4373d875
Update .gitignore
HiFiPhile
2024-11-30 21:49:54 +01:00
f2ed60e9fc
Update audio class with dcache support.
HiFiPhile
2024-11-30 21:49:33 +01:00
3351c366ab
Restore DCache clean/invalidate.
HiFiPhile
2024-11-30 20:48:09 +01:00
c41d9db3b1
Merge branch 'master' into rt1170
HiFiPhile
2024-11-30 18:05:04 +01:00
486e14ea9b
Fix CI.
HiFiPhile
2024-11-02 16:46:42 +01:00
2179fb1bd9
Merge pull request #2891 from roma-jam/fix/dcd_dwc2_counters
Ha Thach
2024-11-29 14:07:30 +07:00
444277f4a2
Merge pull request #2892 from roma-jam/fix/usbd_control_debug_buffer_name
Ha Thach
2024-11-29 11:22:29 +07:00
ecc65a86c8
refactor(usbd_control): Updated the buffer name for deeper debug
Roman Leonov
2024-11-28 11:57:38 +01:00
239443c197
fix(dcd_dwc2): Correct usage of dwc2_controller
Roman Leonov
2024-11-28 12:59:13 +01:00
741fdaaee7
fix(dcd_dwc2): Reset allocated_epin_count on bus reset and close all ep
Roman Leonov
2024-11-28 11:58:20 +01:00
6b36df3e39
Merge pull request #2829 from HiFiPhile/lwip_fix
Ha Thach
2024-11-28 16:23:41 +07:00
c6dccffa2d
Merge pull request #2847 from pschatzmann/rp2040-iso
Ha Thach
2024-11-28 16:13:20 +07:00
79373afaaf
Merge branch 'master' into fork/HiFiPhile/lwip_fix
hathach
2024-11-28 16:11:30 +07:00
7f61a5a43b
made change per reviews, remove dcd_edpt_close(), rename and move thing around
hathach
2024-11-28 15:56:47 +07:00
3142927114
Merge pull request #2852 from GuavTek/recover_zero_length_desc
Ha Thach
2024-11-28 11:03:17 +07:00
c514a8c879
Merge branch 'master' into fork/pschatzmann/rp2040-iso
hathach
2024-11-28 11:02:23 +07:00
3cacb01459
Merge branch 'refs/heads/master' into fork/GuavTek/recover_zero_length_desc
hathach
2024-11-28 10:36:17 +07:00
4212db1b83
Move desc_len sanity checks to start of loops
GuavTek
2024-11-27 22:19:42 +01:00
5bb90efd5f
Merge pull request #2848 from DavidEGrayson/pr_stm32c0
Ha Thach
2024-11-27 23:22:10 +07:00
f090b64227
enable ci for stm32c0, fix build issue with video example and clang
hathach
2024-11-27 22:47:19 +07:00
568c785da1
Add support for the STM32C0 and the NUCLEO-C071RB.
David (Pololu)
2024-10-08 12:30:44 -07:00
dbc2c8d972
Fix missing protoype warning, change TUD_EPBUF_TYPE_DEF order (#2889 )
Ha Thach
2024-11-27 18:28:12 +07:00
2732aff7dd
Merge pull request #2888 from hathach/esp32p4-host-dma
Ha Thach
2024-11-27 12:52:56 +07:00
ae7cdcd070
fix typo
hathach
2024-11-27 12:18:54 +07:00
d9ef3cd1b3
default CFG_TUH_DWC2_DMA_ENABLE to 0
hathach
2024-11-27 11:54:11 +07:00
9e4b855e53
minor clean up
hathach
2024-11-27 11:35:21 +07:00
453d69517b
fix multiple flag on compiling
hathach
2024-11-27 11:10:06 +07:00
63771086d9
enable dwc2 dma for hil test for esp32s3/p4 and stm32
hathach
2024-11-27 00:22:56 +07:00
123f1affb7
update device_info example to work with p4 dcache
hathach
2024-11-27 00:01:37 +07:00
67e92e6688
add TUH_EPBUF_DEF for cdc host
hathach
2024-11-26 22:07:28 +07:00
f7efcf3c47
msc host, use usbh_get_enum_buf() for set_config() process
hathach
2024-11-26 18:02:59 +07:00
e9a3f88894
add buffer note for host msc api
hathach
2024-11-26 17:09:21 +07:00
d9f3e7dd25
add TUH_EPBUF_DEF for hid host
hathach
2024-11-26 16:31:39 +07:00
a5f9947a20
msc host work ok with p4 dma
hathach
2024-11-26 13:25:36 +07:00
be25aa31f6
hcd dwc2 add dcache support, usbh correctly use cache line size with TUH_EPBUF_DEF
hathach
2024-11-26 10:20:38 +07:00
62f0e87bf1
Merge pull request #2887 from hathach/change-dcd_dcache_return-to-bool
Ha Thach
2024-11-25 20:09:21 +07:00
833eb7d22d
change dcd_dcache_*() API return type from void to bool
hathach
2024-11-25 19:11:19 +07:00
66741e35c2
Merge pull request #2884 from hathach/esp32p4-dma
Ha Thach
2024-11-25 18:07:39 +07:00
c09eedaf24
try to fix circleci with kinetis
hathach
2024-11-22 20:22:00 +07:00
07d47ba487
fix ncm incorrect length for notify connection
hathach
2024-11-22 20:21:12 +07:00
5c18a32aaa
add TUD_EPBUF_DEF for ecm rndis, also separate notify and control buffer, use edpt_claim() to prevent race condition
hathach
2024-11-22 20:09:29 +07:00
1eb72af433
TUD_EPBUF_TYPE_DEF video_device.c
hathach
2024-11-22 18:33:48 +07:00
7831af3ccf
update epnotif endpoint for ncm_device.c
hathach
2024-11-22 16:46:26 +07:00
8a5c118a66
TUD_EPBUF_TYPE_DEF usbtmc_device.c and vendor_device.c
hathach
2024-11-22 16:09:14 +07:00
1533e693ee
TUD_EPBUF_TYPE_DEF ncm_device
hathach
2024-11-22 15:45:08 +07:00
090964cd1b
apply TUD_EPBUF_DEF for device: bth, dfu, hid, msc
hathach
2024-11-22 12:25:37 +07:00
f148670753
msc_device.c declare and separate epbuf from interface struct, make cbw and csw as normal variable. Also reformat code
hathach
2024-11-22 11:22:41 +07:00
f252ab4364
bump up gcc to 13.2
hathach
2024-11-21 23:01:47 +07:00
01df8c36de
fix ci
hathach
2024-11-21 19:36:52 +07:00
85e54b0fc3
use TUD_EPBUF_DEF to declare buffer memory for midi
hathach
2024-11-21 19:18:52 +07:00
c370c70bbe
fix build with midi_test_freertos
hathach
2024-11-21 18:44:17 +07:00
34346d61f0
missing host/cdc_msc_hid_freertos
hathach
2024-11-21 18:08:52 +07:00
dbdc5a239c
- move freertos_hooks to board.c - add device/midi_test_freertos example - update bth/dfu/midi device for cache line size
hathach
2024-11-21 17:49:38 +07:00
5d77faa835
change pico-sdk checkout branch to master
hathach
2024-11-21 10:40:58 +07:00
fa523a5682
make sure usb buffer occupies whole cache line when DCACHE is enabled for msc,cdc,hid HIL enable device DMA for p4
hathach
2024-11-21 10:15:30 +07:00
2571889061
Merge pull request #2883 from hathach/feature/esp32p4_dma_cache_syncronization
Ha Thach
2024-11-20 23:48:17 +07:00
c61b55b191
dcd wrap data to dcd_data_t, add padding for setup_packet to match cache line size
hathach
2024-11-20 22:04:55 +07:00
b3b8bd88cb
add CFG_TUD_MEM_DCACHE_ENABLE, CFG_TUD_MEM_DCACHE_LINE_SIZE option
hathach
2024-11-20 21:30:29 +07:00
4da5de707b
have p4 dma somewhat working but having issue with buffer that does not occupy the whole cache line
hathach
2024-11-20 18:03:42 +07:00
43a45f29cd
feature(dcd_dwc2): Added cache synchronization
Roman Leonov
2024-11-19 11:28:04 +01:00
b8d31a59ee
feature(dcd_dwc2): Added cache synchronization
Roman Leonov
2024-11-19 11:28:04 +01:00
9e674d4fae
Merge pull request #2881 from hathach/enhance-dwc2-dcd
Ha Thach
2024-11-19 05:08:07 +07:00
3fe7e612c8
remove commented code
hathach
2024-11-18 23:38:25 +07:00
ac9bc01132
add CFG_TUD_DWC2_SLAVE_ENABLE = 1 as default
hathach
2024-11-18 23:15:17 +07:00
6d4a60d8ac
clean up
hathach
2024-11-18 23:07:05 +07:00
d37707d6dd
move handle ep slave/dma wihtin compiler macro
hathach
2024-11-18 23:00:16 +07:00
dab600bea2
merge back and improve edpt_schedule_packets
hathach
2024-11-18 15:13:00 +07:00
b3efa8eb6a
Merge pull request #2871 from ebs-universe/master
Ha Thach
2024-11-18 15:48:31 +07:00
fee5ee6f0a
Merge pull request #2866 from HiFiPhile/uac_fix
Ha Thach
2024-11-18 13:02:23 +07:00
a2ab783db7
seperate handle_epin_dma/slave
hathach
2024-11-18 12:39:00 +07:00
db7670a3bc
separate handle out dma and slave separate edpt_schedule_packets into epout/epin xfer
hathach
2024-11-18 11:35:46 +07:00
c291b831e8
Make HS USB default for STM32H7RS
Chintalagiri Shashank
2024-11-16 12:30:10 +05:30
a780071d20
Add support for STM32H7RSxx
Chintalagiri Shashank
2024-11-08 18:13:54 +05:30
a68c53fb8e
clean up, add typdef for dwc2 type for device
hathach
2024-11-14 17:34:14 +07:00
daef846aa7
rename CFG_TUD_DWC2_DMA to CFG_TUD_DWC2_DMA_ENABLE
hathach
2024-11-14 13:26:11 +07:00
0569188aed
Merge pull request #2869 from subsonicpulse/master
Ha Thach
2024-11-14 12:46:51 +07:00
394045f596
Merge branch 'master' into fork/subsonicpulse/master
hathach
2024-11-14 10:49:28 +07:00
7e1c91fac2
Merge pull request #2863 from HiFiPhile/warning
Ha Thach
2024-11-14 10:46:52 +07:00
0af07f1cff
Merge branch 'master' into warning
Ha Thach
2024-11-14 10:25:52 +07:00
6f11f99f98
Merge pull request #2875 from hathach/hil-dwc2
Ha Thach
2024-11-13 20:02:01 +07:00
401a704804
clean up
hathach
2024-11-13 19:32:57 +07:00
98bc480f73
retry test up to 2 times, somehow open serial failed randomly with rp2040
hathach
2024-11-13 18:23:58 +07:00
202aaa49ad
change test order (no cdc or msc back to back).
hathach
2024-11-13 17:34:22 +07:00
3ee3658dad
skip max3421e metro m4 for now, due to cdc output too fast.
hathach
2024-11-13 17:01:54 +07:00
9ff02daa56
improve hil for dual cdc, close cdc once done
hathach
2024-11-13 16:20:41 +07:00
6776c7171e
fix hil set matrix
hathach
2024-11-13 15:06:39 +07:00
42ead3a8e0
hil cleanup flahser
hathach
2024-11-13 13:37:29 +07:00
aeae2966a2
hil add stm32f723disco, add test flags for device/host/dual
hathach
2024-11-13 13:08:30 +07:00
839ec17292
fix example build
hathach
2024-11-12 22:03:13 +07:00
e391e33492
update host/device_info to build with freertos for espressif board. Add hil test for host/device_info
hathach
2024-11-12 19:00:00 +07:00
3a89442dba
use arm arch to detect rp2040
hathach
2024-11-11 21:55:30 +07:00
65e741937a
fix build filter for esp32
hathach
2024-11-11 21:40:03 +07:00