HiFiPhile
1cab553f4b
Format.
2024-05-09 13:55:18 +02:00
HiFiPhile
fd1cde9b89
Merge branch 'master' into pr/2181
2024-05-09 13:45:44 +02:00
HiFiPhile
8133af4e08
Merge remote-tracking branch 'remotes/tinyusb/master' into rx_fb
2024-05-08 23:18:29 +02:00
HiFiPhile
0e907b49c9
Add callback to to set feedback format correction at runtime.
2024-05-08 23:17:56 +02:00
HiFiPhile
ab539895a5
Reorganize feedback documentation.
2024-05-08 23:08:47 +02:00
HiFiPhile
8dc767fa1d
Fix cycle based feedback calculation.
2024-05-08 22:31:30 +02:00
HiFiPhile
73d61fa2b8
Migrate to weak default implementation.
2024-05-08 21:03:49 +02:00
HiFiPhile
70ae07b084
Merge pull request #2252 from rsolorzanomsft/hid-lighting
...
Add HID Lighting and Illumination functionality
2024-05-08 15:00:08 +02:00
HiFiPhile
d37d25d557
Merge pull request #2532 from acscd/master
...
Added support for SCSI_CMD_PREVENT_ALLOW_MEDIUM_REMOVAL
2024-05-08 14:48:47 +02:00
HiFiPhile
c773c612fd
Merge pull request #2629 from andrewleech/cdc-persistent-tx-buffer
...
Add option to make CDC TX buffer persistent.
2024-05-08 12:17:45 +02:00
Andrew Leech
d01b2cfc0e
Add option to make CDC TX buffer persistent.
2024-05-08 19:41:02 +10:00
HiFiPhile
4abdfc10f5
Merge branch 'master' into remove-tud_network_link_state_cb
2024-05-07 12:32:28 +02:00
HiFiPhile
91d69fa942
Reformat NCM class.
2024-05-07 00:10:26 +02:00
HiFiPhile
45d450d1f0
Merge remote-tracking branch 'remotes/tinyusb/master' into pr/2227
2024-05-06 22:49:29 +02:00
Ha Thach
104a5daef4
Merge pull request #2618 from HiFiPhile/fifo_const_split
...
tusb_fifo: skip constant address functions if not used
2024-05-06 18:31:29 +07:00
hathach
a9f1c62dff
temp fix for mm32 redundant-decls of SystemCoreClock
2024-05-06 17:28:48 +07:00
Hardy Griech
82547372d1
edpt_dma_start() is called during interrupt time as well, dcd_edpt_xfer() needs DI/EI at one point
2024-05-06 08:42:08 +02:00
HiFiPhile
02ec486610
Fix spurious EP0 completion.
2024-05-05 22:01:09 +02:00
Hardy Griech
cc70958c16
mostly comments
2024-05-05 21:18:57 +02:00
Hardy Griech
ea55537fb2
minor changes due to CR with HiFiPhile
2024-05-05 20:33:01 +02:00
hathach
c020a0190d
add cmake for f1c100s
2024-05-04 12:36:40 +07:00
hathach
68a4d0c8db
add cmake to lpc51
2024-05-02 20:50:41 +07:00
hathach
2213fe40e5
add cmake for lpc15
2024-05-02 18:24:47 +07:00
hathach
c717e52ab2
add cmake for lpc11
2024-05-02 17:54:44 +07:00
hathach
ea3f1d39e8
add cmake for pi zero (renamed from pi zero_w), build but the flash size seem wrong (only 24 bytes for text)
2024-05-02 13:29:29 +07:00
Trevor
35e7fddc73
Add missing capability bit for CDC ACM serial break support
...
The send break capability bit is needed for serial break support with Linux and possibly MacOS hosts. [A recent Linux kernel patch made it check the ACM capability bits before sending a serial break](19e321c3ee
).
2024-04-30 16:53:25 +01:00
HiFiPhile
c303b5d81d
Guard const addr fifo functions with TUP_MEM_CONST_ADDR.
2024-04-29 22:35:55 +02:00
HiFiPhile
327e3ec4bd
Stall unsupported class request.
2024-04-28 21:59:54 +02:00
HiFiPhile
a29852320a
Merge remote-tracking branch 'upstream/master' into pr/2227
2024-04-28 19:46:00 +02:00
HiFiPhile
1c04d5992a
Merge pull request #2494 from tommie/usbtmcnotif
...
Add notification support for device class USBTMC
2024-04-28 12:36:41 +02:00
HiFiPhile
bd033a2d53
Fix CI.
2024-04-27 17:24:19 +02:00
HiFiPhile
fdb431b5c7
Buffer int msg to ensure alignment and placement correctness.
2024-04-27 17:12:00 +02:00
HiFiPhile
98e85a296d
bulk_in: copy buffer to ensure alignment correctness.
2024-04-27 17:09:05 +02:00
HiFiPhile
0a70a66b07
Fix up TUD_AUDIO_SPEAKER_MONO_FB_DESCRIPTOR.
2024-04-26 20:11:09 +02:00
HiFiPhile
f69255e735
Fix CI.
2024-04-26 20:11:08 +02:00
HiFiPhile
02e129a38e
Guard ep_fb with usbd_edpt_claim().
2024-04-26 20:06:20 +02:00
HiFiPhile
187c379331
Add tu_static to global variables.
2024-04-26 20:06:19 +02:00
HiFiPhile
1b66c148cc
UAC2: Implement feedback by fifo counting.
2024-04-26 20:06:19 +02:00
HiFiPhile
24339dbcce
Code format.
2024-04-26 18:01:02 +02:00
HiFiPhile
268cc19f44
Merge remote-tracking branch 'remotes/tinyusb/master' into pr/2253
2024-04-26 17:57:53 +02:00
HiFiPhile
4af67dd007
Simplify transfer failure cb.
2024-04-26 17:45:14 +02:00
HiFiPhile
1661acf82f
Add missing alignment.
2024-04-26 13:42:20 +02:00
HiFiPhile
7fb8d3341c
use separate buffer for ctrl transfer.
2024-04-26 13:40:13 +02:00
HiFiPhile
9ef3755f03
Merge branch 'master' of https://github.com/hathach/tinyusb into pr/2283
2024-04-26 13:12:56 +02:00
HiFiPhile
69313ef455
Merge pull request #2609 from tyustli/patch-1
...
Remove redundant header file includes for the hid class
2024-04-26 00:22:22 +02:00
HiFiPhile
8765568282
Change DMA condition.
2024-04-25 23:26:19 +02:00
HiFiPhile
298f7f2d81
Fix DMA FIFO reservation.
2024-04-25 23:23:43 +02:00
HiFiPhile
394dc0686a
Check IN ep count limit.
2024-04-25 22:44:48 +02:00
HiFiPhile
cde722385c
dwc2: add dma support.
2024-04-25 22:44:48 +02:00
hathach
223ce56625
- add esp32 c3, c6 mcu option
...
- skip breakpoint for espressif riscv
2024-04-26 00:10:57 +07:00