This website requires JavaScript.
2f9b9a31be
more with pio usb
hathach
2022-04-22 18:23:38 +07:00
12debd7763
keep up with pio usb
hathach
2022-04-22 01:06:17 +07:00
98bbb0d402
Merge branch 'master' into pio-host
hathach
2022-04-21 12:05:22 +07:00
328039058e
update lib pio
hathach
2022-04-21 01:45:03 +07:00
55a5fd59d7
Merge pull request #1440 from hathach/osal-queue-timeout
Ha Thach
2022-04-20 23:32:50 +07:00
87572871d5
update example for better cdc echo
hathach
2022-04-20 18:52:15 +07:00
6a022c73db
add note for tud_task() behavior in freertos example
hathach
2022-04-20 18:35:38 +07:00
b034c18077
add tud_task_ext(), tuh_task_ext() as exteneded version that take timeout and in_isr
hathach
2022-04-20 18:29:41 +07:00
c422b9ef41
Update dwc2_stm32.h
Nikitarc
2022-04-20 11:29:03 +02:00
ccafb42c82
disable blank issues, add online docs link
hathach
2022-04-20 14:40:55 +07:00
669e36d674
fix freertos issue when 1 tick > 1 ms
hathach
2022-04-20 14:37:42 +07:00
a90839688c
add msec timeout to osal_queue_receive(), tud_task() and tuh_task() both pending for event queue with timeout of 1 ms
hathach
2022-04-20 13:25:38 +07:00
52190e7308
Update dwc2_stm32.h
Nikitarc
2022-04-19 21:53:00 +02:00
a32cb1bb93
clean up pio driver
hathach
2022-04-18 17:49:21 +07:00
11f0ffd9a8
Generalize feedback value min and max
Reinhard Panhuber
2022-04-16 14:47:42 +02:00
b5a9537eea
support pio dcd endpiont stall
hathach
2022-04-16 01:19:51 +07:00
00a0e3f21b
update lib pio
hathach
2022-04-15 20:14:47 +07:00
05bfc1a9eb
pio device works well
hathach
2022-04-15 01:04:12 +07:00
cc5a4720e5
catch up with pio lib
hathach
2022-04-14 21:51:49 +07:00
7094ff7125
Introduce 3 fb calc options: NO_SOF_BY_USER, SOF_BY_AUDIO_D, SOF_BY_USER
Reinhard Panhuber
2022-04-09 16:36:26 +02:00
d5d4909c20
proof of concpet that device pio-usb work with host pio-usb
hathach
2022-04-08 13:36:05 +07:00
d97c154695
add need_pre for pio usb, but not work out well
hathach
2022-04-05 00:04:47 +07:00
d7d7e61f34
correct pio usb speed, and close device
hathach
2022-04-03 22:48:08 +07:00
7ea75d3c09
use pio usb host init
hathach
2022-04-03 20:44:16 +07:00
f6851cf187
clean up hcd pio
hathach
2022-04-03 00:17:58 +07:00
f881e77e66
extracting hw root port
hathach
2022-04-02 19:19:00 +07:00
c25f835aea
update to use pio hw endpoint
hathach
2022-04-01 23:31:43 +07:00
db6cba6a7b
rename pio to pio_usb
hathach
2022-04-01 16:38:41 +07:00
e6e3dfedc8
hid example work well
hathach
2022-04-01 16:34:36 +07:00
75bca96bc6
pio usb control work well including stall response
hathach
2022-04-01 16:01:24 +07:00
e94d11a5b3
implement pio_usb_irq_handler
hathach
2022-03-31 12:56:53 +07:00
9c8c5c1c53
Merge pull request #1413 from perigoso/perigoso-patch-1
Ha Thach
2022-03-30 22:38:30 +07:00
95801bf5cc
Update requirements.txt
Rafael Silva
2022-03-30 14:15:34 +01:00
e2f0aef93b
make use pio_usb_port_reset_start/end
hathach
2022-03-30 16:41:55 +07:00
65b6b79e99
clean up and comment out tud_sof_isr_set
hathach
2022-03-29 16:53:45 +07:00
edd8eb3279
Merge pull request #1409 from hathach/remove-pycache
Ha Thach
2022-03-28 14:47:41 +07:00
735300b53c
remove cxd56 __pycache-_ folder
hathach
2022-03-28 12:47:32 +07:00
5cd67baf15
Disable SOF ISR feedback calcuation by default s.t. examples still work
Reinhard Panhuber
2022-03-20 12:57:53 +01:00
8ffdbfebce
Streamline call of tud_audio_set_itf_cb() within audiod_set_interface()
Reinhard Panhuber
2022-03-20 12:08:27 +01:00
5aba464270
Add magic checks
Reinhard Panhuber
2022-03-20 12:04:10 +01:00
ff2dc0a547
Streamline feedback calc, find fb interval from descriptors, inc. checks
Reinhard Panhuber
2022-03-20 11:21:33 +01:00
45052c625e
Merge branch 'master' into pio-host
hathach
2022-03-20 00:51:00 +07:00
ae531a79f6
Merge pull request #1403 from hathach/host-edpt-xfer
Ha Thach
2022-03-20 00:17:39 +07:00
fdfde8883f
Implement power of two, shift, and float calculation
Reinhard Panhuber
2022-03-19 13:37:54 +01:00
a270d8d623
move code around
hathach
2022-03-19 15:06:12 +07:00
821be65b03
rename usbh_edpt_open() to tuh_edpt_open()
hathach
2022-03-19 14:59:31 +07:00
a4b976f095
get bare example working with hid device
hathach
2022-03-19 14:57:43 +07:00
4795cca04a
add parse config descriptor to example
hathach
2022-03-19 00:43:31 +07:00
ba1185bf28
implement tuh_edpt_xfer() for non-control
hathach
2022-03-18 22:22:21 +07:00
9ae0304b1e
move code around
hathach
2022-03-18 18:04:25 +07:00
8750e3b577
move daddr into xfer struct
hathach
2022-03-18 16:39:35 +07:00
2ff8978dde
update sync API, move timeout into xfer struct
hathach
2022-03-18 13:38:30 +07:00
85c6d6d37d
minor update for control xfer
hathach
2022-03-18 12:51:12 +07:00
c063ab4944
try to fix ci
hathach
2022-03-18 00:56:51 +07:00
f89ff939d8
rename user_arg to user_data
hathach
2022-03-17 22:37:51 +07:00
9dd2f11f4a
add CFG_TUH_API_EDPT_XFER to enable generic edpt xfer
hathach
2022-03-17 21:20:20 +07:00
55428d7dd2
rename tuh_control_xfer_t to tuh_xfer_t
hathach
2022-03-17 20:52:16 +07:00
102b99a0e8
add actual_len supported
hathach
2022-03-17 20:48:32 +07:00
8aedb2ff37
slightly change the signature of tuh_control_xfer
hathach
2022-03-17 17:25:53 +07:00
1ee699d49d
update example
hathach
2022-03-17 16:56:56 +07:00
66942b814b
change return type of callback to void
hathach
2022-03-17 16:55:29 +07:00
deab8c276a
remove const in xfer callback
hathach
2022-03-17 16:53:54 +07:00
6df420f7f3
move result into transfer struct
hathach
2022-03-17 16:24:43 +07:00
68bfd048a5
change tuh_control_xfer_t struct
hathach
2022-03-17 12:53:52 +07:00
98d4ed0584
update hid host to use new control xfer for set config
hathach
2022-03-16 15:12:59 +07:00
ceac9d64c0
Disable CFG_TUD_AUDIO_ENABLE_FEEDBACK_DETERMINATION_WITHIN_SOF_ISR
Reinhard Panhuber
2022-03-16 08:05:31 +01:00
9fde8f2d9e
Fix DSTS_FNSOF in dwc2.c
Reinhard Panhuber
2022-03-16 07:53:47 +01:00
92ac041869
Add todos and comments
Reinhard Panhuber
2022-03-16 07:13:38 +01:00
fd2ea2605e
fix -Wnull-dereference warnings
hathach
2022-03-16 10:55:18 +07:00
90502739c3
Fix cycle count calculation
Reinhard Panhuber
2022-03-15 20:45:06 +01:00
c9b444e771
Implement 16.16 fixed point feedback value calculation
Reinhard Panhuber
2022-03-15 20:30:31 +01:00
1915d69cb8
Merge pull request #1397 from hathach/rework-host-control-xfer
Ha Thach
2022-03-15 14:47:13 +07:00
26339e694f
Merge remote-tracking branch 'upstream/add-sof-isr' into add-sof-isr
Reinhard Panhuber
2022-03-14 20:40:57 +01:00
f212899b54
Add SOF callback function for feedback value determination in uac - wip!
Reinhard Panhuber
2022-03-14 20:40:33 +01:00
41ffd54fa0
Merge branch 'master' into add-sof-isr
Ha Thach
2022-03-14 11:57:01 +07:00
2929afe2fa
add synchronous (blocking) support for usbh control transfer
hathach
2022-03-13 17:45:46 +07:00
228e185a15
Update bug_report.yml
Ha Thach
2022-03-12 16:58:37 +07:00
56695569e7
minor changes
hathach
2022-03-12 14:28:24 +07:00
ac4483a7c5
misplace fallthrough
hathach
2022-03-12 14:26:48 +07:00
a5a565f7eb
rework usbh enumeration process using user arg from control transfer as state
hathach
2022-03-12 14:20:57 +07:00
ec28593ce5
update hid,msc to new usbh control API
hathach
2022-03-11 22:13:57 +07:00
bcdeb386cc
rework usbh control xfer
hathach
2022-03-11 21:57:55 +07:00
d3c7d7b09e
Merge pull request #1394 from hathach/merge-host-example
Ha Thach
2022-03-11 14:02:10 +07:00
6b5490ced6
merge device_info into bare_api example
hathach
2022-03-11 13:12:36 +07:00
69ef918021
Merge pull request #1393 from hathach/more-host-bare-api
Ha Thach
2022-03-11 10:33:50 +07:00
ec6a8f00ad
Merge pull request #1392 from tannewt/host_string_example
Ha Thach
2022-03-11 10:06:12 +07:00
a715077b10
remove usbh_control.c
hathach
2022-03-11 09:57:35 +07:00
37960990a5
Print speed. Don't crash if string get fails
Scott Shawcroft
2022-03-10 11:01:44 -08:00
951ece17e1
fix build warning
hathach
2022-03-10 23:20:12 +07:00
66c933fb61
fix enumeration issue when plugging hub with multiple devices attached
hathach
2022-03-10 23:16:59 +07:00
171d021ab5
refactor and integrate usbh control xfer back to usbh.c
hathach
2022-03-10 22:22:05 +07:00
b9ca301527
remove obsolete device state
hathach
2022-03-10 13:19:15 +07:00
5e9f522b9a
refactor host control xfer
hathach
2022-03-10 12:56:15 +07:00
b05401a5ab
merge control stage host and device value
hathach
2022-03-10 11:59:51 +07:00
22f682c378
Add host example that prints out info of connected devices
Scott Shawcroft
2022-03-09 15:22:31 -08:00
97636eff8e
more clean up
hathach
2022-03-10 00:36:49 +07:00
0e5e644d27
minor clean up
hathach
2022-03-09 17:51:35 +07:00
d56cde33ef
refactor usbd to also use common endpoint claim/release
hathach
2022-03-09 17:34:12 +07:00
110879074f
implement tu_edpt_release()
hathach
2022-03-09 17:26:55 +07:00
a5fb20533c
adding tusb_private.h to implement common edpt claim
hathach
2022-03-09 17:17:27 +07:00