hathach
|
5766c9ac4e
|
rename tud_audio_sof_isr() to tud_audio_feedback_interval_isr()
- also add interval_log2 to isr callback
- also rename other variables
|
2022-05-19 13:44:10 +07:00 |
|
hathach
|
20b810d25b
|
fix ci build
|
2022-05-13 23:01:06 +07:00 |
|
hathach
|
c5ba1ea8c1
|
changes proposal to audio feedback computation
|
2022-05-13 22:54:47 +07:00 |
|
Reinhard Panhuber
|
11f0ffd9a8
|
Generalize feedback value min and max
|
2022-04-16 14:47:42 +02:00 |
|
Reinhard Panhuber
|
7094ff7125
|
Introduce 3 fb calc options: NO_SOF_BY_USER, SOF_BY_AUDIO_D, SOF_BY_USER
|
2022-04-09 16:36:26 +02:00 |
|
hathach
|
65b6b79e99
|
clean up and comment out tud_sof_isr_set
|
2022-03-29 16:53:45 +07:00 |
|
Reinhard Panhuber
|
5cd67baf15
|
Disable SOF ISR feedback calcuation by default s.t. examples still work
|
2022-03-20 12:57:53 +01:00 |
|
Reinhard Panhuber
|
8ffdbfebce
|
Streamline call of tud_audio_set_itf_cb() within audiod_set_interface()
|
2022-03-20 12:08:27 +01:00 |
|
Reinhard Panhuber
|
5aba464270
|
Add magic checks
|
2022-03-20 12:04:10 +01:00 |
|
Reinhard Panhuber
|
ff2dc0a547
|
Streamline feedback calc, find fb interval from descriptors, inc. checks
|
2022-03-20 11:21:33 +01:00 |
|
Reinhard Panhuber
|
fdfde8883f
|
Implement power of two, shift, and float calculation
|
2022-03-19 13:37:54 +01:00 |
|
Reinhard Panhuber
|
ceac9d64c0
|
Disable CFG_TUD_AUDIO_ENABLE_FEEDBACK_DETERMINATION_WITHIN_SOF_ISR
By default disable
CFG_TUD_AUDIO_ENABLE_FEEDBACK_DETERMINATION_WITHIN_SOF_ISR such that
current examples still work.
|
2022-03-16 08:05:31 +01:00 |
|
Reinhard Panhuber
|
9fde8f2d9e
|
Fix DSTS_FNSOF in dwc2.c
|
2022-03-16 07:53:47 +01:00 |
|
Reinhard Panhuber
|
92ac041869
|
Add todos and comments
|
2022-03-16 07:13:38 +01:00 |
|
Reinhard Panhuber
|
90502739c3
|
Fix cycle count calculation
|
2022-03-15 20:45:06 +01:00 |
|
Reinhard Panhuber
|
c9b444e771
|
Implement 16.16 fixed point feedback value calculation
|
2022-03-15 20:30:31 +01:00 |
|
Reinhard Panhuber
|
26339e694f
|
Merge remote-tracking branch 'upstream/add-sof-isr' into add-sof-isr
|
2022-03-14 20:40:57 +01:00 |
|
Reinhard Panhuber
|
f212899b54
|
Add SOF callback function for feedback value determination in uac - wip!
|
2022-03-14 20:40:33 +01:00 |
|
Ha Thach
|
41ffd54fa0
|
Merge branch 'master' into add-sof-isr
|
2022-03-14 11:57:01 +07:00 |
|
hathach
|
6b5490ced6
|
merge device_info into bare_api example
|
2022-03-11 13:12:36 +07:00 |
|
hathach
|
a715077b10
|
remove usbh_control.c
|
2022-03-11 09:57:35 +07:00 |
|
hathach
|
951ece17e1
|
fix build warning
|
2022-03-10 23:20:12 +07:00 |
|
hathach
|
66c933fb61
|
fix enumeration issue when plugging hub with multiple devices attached
|
2022-03-10 23:16:59 +07:00 |
|
hathach
|
171d021ab5
|
refactor and integrate usbh control xfer back to usbh.c
fix enumeration with hub when reset port before set address
|
2022-03-10 22:22:05 +07:00 |
|
hathach
|
b9ca301527
|
remove obsolete device state
|
2022-03-10 13:19:15 +07:00 |
|
hathach
|
5e9f522b9a
|
refactor host control xfer
|
2022-03-10 12:56:15 +07:00 |
|
hathach
|
b05401a5ab
|
merge control stage host and device value
|
2022-03-10 11:59:51 +07:00 |
|
hathach
|
97636eff8e
|
more clean up
|
2022-03-10 00:36:49 +07:00 |
|
hathach
|
0e5e644d27
|
minor clean up
|
2022-03-09 17:51:35 +07:00 |
|
hathach
|
d56cde33ef
|
refactor usbd to also use common endpoint claim/release
|
2022-03-09 17:34:12 +07:00 |
|
hathach
|
110879074f
|
implement tu_edpt_release()
|
2022-03-09 17:26:55 +07:00 |
|
hathach
|
a5fb20533c
|
adding tusb_private.h to implement common edpt claim
|
2022-03-09 17:17:36 +07:00 |
|
hathach
|
708f05668d
|
add tusb_debug.h remove tusb_error.h
move debug utils to new header
|
2022-03-09 16:44:19 +07:00 |
|
hathach
|
2f593e767c
|
update use of mutex for host
|
2022-03-09 12:26:56 +07:00 |
|
hathach
|
f920e1c171
|
rename host descriptor function
|
2022-03-09 11:21:13 +07:00 |
|
hathach
|
db9d97c947
|
add tuh_descriptor_hid_report_get()
|
2022-03-09 11:03:29 +07:00 |
|
Ha Thach
|
8bf18430b8
|
Merge pull request #1389 from hathach/fix-1359
fix issue 1359
|
2022-03-08 14:24:22 +07:00 |
|
hathach
|
6b2ea2bd1d
|
fix issue 1359
|
2022-03-08 13:53:33 +07:00 |
|
hathach
|
606f932d92
|
added dcd_sof_enable() stubs for all other ports
|
2022-03-07 23:05:05 +07:00 |
|
hathach
|
85dbcf5473
|
implement dcd_sof_enable() for rp2040
|
2022-03-07 23:04:47 +07:00 |
|
hathach
|
707a633de3
|
added dcd_sof_enable(), tud_sof_isr_set()
make number of interface configurable (default to 8)
CFG_TUD_INTERFACE_MAX
|
2022-03-07 23:03:51 +07:00 |
|
hathach
|
ce60e98f6d
|
remove broadcom/synopssy (repalced by synopsys/dwc2)
|
2022-03-07 23:00:11 +07:00 |
|
Ha Thach
|
7180883fae
|
Merge pull request #1379 from Qianhao2579/master
Modify the wrong macro definition code
|
2022-03-07 16:09:16 +07:00 |
|
Ha Thach
|
1bd31c22e1
|
Merge pull request #1374 from kasjer/kasjer/stm32wb55
stm32wb55 support
|
2022-03-07 16:09:06 +07:00 |
|
Jerzy Kasenberg
|
a18ac84229
|
Add support for STM32WB mcu
|
2022-03-07 09:35:12 +01:00 |
|
QianHao
|
65bf5ddb1b
|
Modify the wrong macro definition code
|
2022-03-07 08:04:49 +00:00 |
|
Ha Thach
|
4c6bb161e2
|
Merge pull request #1289 from kasjer/kasjer/vendor-update
vendor: Write improvements
|
2022-03-06 11:16:35 +07:00 |
|
Scott Shawcroft
|
f291243121
|
Fix string descriptor fetch
|
2022-03-04 11:38:02 -08:00 |
|
Ha Thach
|
8e0b8c15ea
|
Merge pull request #1369 from tannewt/host_string_desc
Add host string descriptor functions
|
2022-03-04 22:59:16 +07:00 |
|
hathach
|
56c2d4b666
|
fix naming, and build
|
2022-03-04 22:31:48 +07:00 |
|