hathach
|
54013737d5
|
fix msc example with out of bound lba (due to compliant test)
|
2021-08-28 20:26:56 +07:00 |
|
hathach
|
a53839ef44
|
correct msc example return type of tud_msc_scsi_cb()
|
2021-08-28 01:23:20 +07:00 |
|
hathach
|
9394de6ae7
|
update msc driver to pass MSC BOT error recovery compliant test
|
2021-08-27 12:38:41 +07:00 |
|
hathach
|
ed4602158b
|
TD 9.12 remote wakeup test
remove TUSB_DESC_CONFIG_ATT_REMOTE_WAKEUP attribute from non-hid
examples
|
2021-08-26 17:08:22 +07:00 |
|
Ha Thach
|
c4a9a04d67
|
Merge pull request #1025 from hathach/add-hid-boot-example
add hid_boot_interface example
|
2021-08-19 11:24:10 +07:00 |
|
hathach
|
c050612142
|
fix ci build
|
2021-08-17 13:33:15 +07:00 |
|
hathach
|
5f6418ccd7
|
add hid_boot_interface example
|
2021-08-17 13:21:24 +07:00 |
|
Ha Thach
|
7cbb11a86c
|
Merge pull request #992 from majbthrd/net_example_pbuf
net_lwip_webserver: utilize pbuf_copy_partial()
|
2021-08-17 11:56:54 +07:00 |
|
Peter Lawrence
|
5a8ea0e0e2
|
net_lwip_webserver: further simplify pbuf_copy_partial() usage
|
2021-08-16 17:04:57 -05:00 |
|
Ha Thach
|
2bb63406e9
|
Merge pull request #959 from KarlK90/gd32vf103-support-tiny-usb
[PORT] Add GD32VF103 support and Sipeed Longan Nano Board support
|
2021-08-15 18:50:00 +07:00 |
|
hathach
|
c4a6a5ccb7
|
skip freertos example for gd32vf103
|
2021-08-15 17:56:04 +07:00 |
|
Ha Thach
|
ea1dfc1fd5
|
Merge pull request #956 from kkitayam/fix_audio_format_for_renesas_rx
add settings for Renesas RX family
|
2021-08-13 14:36:45 +07:00 |
|
hathach
|
40afc8c5de
|
update node script to always shift dummy reportID like python
allow specify all product id with 0xFFFF in boards.js
|
2021-08-10 15:40:25 +07:00 |
|
hathach
|
312fd5f839
|
fix hid_test.py for hid inout to correctly preceeded with dummy reportID
add note for install hidapi on windows
|
2021-08-09 22:57:11 +07:00 |
|
hathach
|
188bc0e991
|
change webusb-serial landing page
- to example.tinyusb.org/webusb-serial/
- remove landing page from doc
|
2021-08-05 18:00:41 +07:00 |
|
Peter Lawrence
|
b682ce916a
|
net_lwip_webserver: utilize pbuf_copy_partial()
|
2021-08-02 20:52:45 -05:00 |
|
Ha Thach
|
1c2bc47c07
|
Merge pull request #950 from HiFiPhile/dfu
DFU improvements
|
2021-07-22 11:17:01 +07:00 |
|
hathach
|
9542fcdbcd
|
rename CFG_TUD_DFU_TRANSFER_BUFSIZE to CFG_TUD_DFU_XFER_BUFSIZE
|
2021-07-22 01:00:06 +07:00 |
|
MasterPhi
|
b192dc0738
|
Update EPNUM in usb_descriptors.c
|
2021-07-21 14:18:47 +02:00 |
|
MasterPhi
|
f52e1889c7
|
Fix merge error.
|
2021-07-17 20:44:44 +02:00 |
|
MasterPhi
|
7e3e41952f
|
Fix ISO support.
|
2021-07-17 13:48:21 +02:00 |
|
HiFiPhile
|
b194aa240b
|
Merge branch 'master' into dcd_same70
|
2021-07-17 12:10:35 +02:00 |
|
hathach
|
4e817ae6d4
|
revert unrelated midi exmample
|
2021-07-16 21:11:43 +07:00 |
|
hathach
|
84bd863cf5
|
revert debug midi changes
|
2021-07-15 21:13:44 +07:00 |
|
hathach
|
6acaa94b32
|
fix warnings
|
2021-07-15 21:09:05 +07:00 |
|
hathach
|
3960beece0
|
rename CFG_TUD_DFU_MODE to simply CFG_TUD_DFU
|
2021-07-15 20:52:58 +07:00 |
|
hathach
|
daca9e520b
|
wrap up DFU update
|
2021-07-15 20:47:50 +07:00 |
|
hathach
|
5b965a3888
|
more rename and update
|
2021-07-14 15:52:38 +07:00 |
|
hathach
|
ac8d0abecf
|
rename dfu API
- tud_dfu_dnload_complete() -> tud_dfu_download_complete()
- tud_dfu_req_dnload_data_cb() -> tud_dfu_download_cb()
- tud_dfu_req_upload_data_cb() -> tud_dfu_upload_cb()
|
2021-07-14 15:04:38 +07:00 |
|
hathach
|
86d511f244
|
rename tud_dfu_set_timeout_cb() to tud_dfu_get_status_cb()
also add state as argument
|
2021-07-12 21:08:13 +07:00 |
|
hathach
|
680b000bd1
|
simplify TUD_DFU_DESCRIPTOR with alternate count
remove CFG_TUD_DFU_ALT_COUNT since there is only one DFU functional
descriptor
|
2021-07-12 20:15:59 +07:00 |
|
hathach
|
2916cd4575
|
rename TUD_DFU_MODE_DESCRIPTOR to TUD_DFU_DESCRIPTOR
|
2021-07-12 18:51:57 +07:00 |
|
hathach
|
10a7e0502a
|
Merge branch 'dfu' of https://github.com/HiFiPhile/tinyusb into HiFiPhile-dfu
|
2021-07-12 17:50:11 +07:00 |
|
kkitayam
|
2e0d7e87d0
|
add settings for Renesas RX family
|
2021-07-08 21:57:28 +09:00 |
|
Mengsk
|
5b4b5ca533
|
Add bwPollTimeout set callback, postpone download callback after GETSTATUS
|
2021-07-08 00:25:12 +02:00 |
|
HiFiPhile
|
7e883e0f41
|
Refactor with one DFU functionnal descriptor
|
2021-07-07 19:01:00 +02:00 |
|
Mengsk
|
941b02c6a9
|
Reactor to one functional descriptor.
|
2021-07-07 18:02:04 +02:00 |
|
MasterPhi
|
cf4220a9fb
|
Update
|
2021-07-06 18:04:24 +02:00 |
|
Mengsk
|
c2d8ed3fd1
|
Add alt settings support in DFU class.
|
2021-07-05 17:56:21 +02:00 |
|
MasterPhi
|
b68c65faee
|
Skip MCU
|
2021-07-04 20:47:51 +02:00 |
|
MasterPhi
|
e2617dc91a
|
Skip MCU
|
2021-07-04 19:56:13 +02:00 |
|
MasterPhi
|
1c8b685457
|
Move audio_control_request_t to audio.h
|
2021-07-04 15:46:12 +02:00 |
|
MasterPhi
|
8a42cb3661
|
Prevent overflow noise
|
2021-07-04 15:46:12 +02:00 |
|
MasterPhi
|
3cc2227810
|
Partially revert "skip uac2_headset for mcu that does not have enough sram"
This reverts commit 6e1f812e3542f6d9047a3b8148f2f073ba38b91f.
|
2021-07-04 15:46:12 +02:00 |
|
MasterPhi
|
5f67e5c1e9
|
Clear FIFO only if enabled...
Add buffer align
|
2021-07-04 15:46:11 +02:00 |
|
hathach
|
8d1a88cab6
|
skip uac2_headset for mcu that does not have enough sram
|
2021-07-04 15:46:11 +02:00 |
|
MasterPhi
|
5b7795be4b
|
Add 24bit loopback in example.
|
2021-07-04 15:46:11 +02:00 |
|
MasterPhi
|
a1639b0279
|
Refactor descriptor, add alt settings support.
|
2021-07-04 15:46:11 +02:00 |
|
MasterPhi
|
325742acb4
|
Fix typo
|
2021-07-04 15:46:11 +02:00 |
|
MasterPhi
|
6e9da70c18
|
Fix audiod_get_AS_interface_index in audio class.
Enhance uac2_headset example with multiple sample rates.
Add macro to calculate EP size.
|
2021-07-04 15:46:10 +02:00 |
|