hathach
4b86b49260
merge samd51 and same5x
2024-05-03 15:15:27 +07:00
hathach
1cf68f98b3
- add cmake to samd11
...
- build_cmake.py always build with -DCMAKE_BUILD_TYPE=MinSizeRel
2024-05-03 12:45:41 +07:00
hathach
43f4317a97
add missing FreeRTOSConfig.h
2024-05-03 12:21:02 +07:00
hathach
6524e26e62
add cmake for stm32wb
2024-05-03 11:39:42 +07:00
hathach
1b97cec995
fix missing linker entry with cmake for broadcom family
2024-05-03 11:19:44 +07:00
hathach
fc843c5827
add cmake for saml2x
2024-05-03 10:59:29 +07:00
hathach
dde13a3d4b
add cmake to msp432e4
2024-05-02 21:28:43 +07:00
hathach
68a4d0c8db
add cmake to lpc51
2024-05-02 20:50:41 +07:00
hathach
e812fce29c
update cmake ci
2024-05-02 18:26:01 +07:00
hathach
2213fe40e5
add cmake for lpc15
2024-05-02 18:24:47 +07:00
hathach
19cb2f1a3c
add cmake to lpc1347
2024-05-02 18:15:55 +07:00
hathach
374a4b4ead
update clang format
2024-05-02 17:56:36 +07:00
hathach
c717e52ab2
add cmake for lpc11
2024-05-02 17:54:44 +07:00
hathach
4b537a4f8c
add cmake for kinetis k32l2 family
2024-05-02 16:58:43 +07:00
hathach
980f5992c8
add cmake for broadcom 64-bit, like 32-bit it compiles but text is only 8 bytes (incorrect)
2024-05-02 16:57:50 +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
HiFiPhile
a435befcde
Merge pull request #2616 from trejan/patch-1
...
Add missing capability bit for CDC ACM serial break support
2024-04-30 22:25:09 +02: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
40319ccf9d
Merge pull request #2615 from maflcko/patch-1
...
Update dnserver.c: Match dnserv_free signature with fwd-decl
2024-04-30 13:42:57 +02:00
maflcko
56dbfe59d9
Update dnserver.c: Match dnserv_free signature with fwd-decl
2024-04-30 11:00:45 +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
ee008620d2
Merge pull request #1709 from kaspernyhus/audio_test_freertos
...
Add audio_test_freertos & audio_4_channel_mic_freertos
2024-04-28 11:14:08 +02:00
HiFiPhile
ef7be4c2ff
Fix CI.
2024-04-28 01:17:32 +02:00
HiFiPhile
bc8c8df316
Build STM32F7 with single-point FPU.
2024-04-28 00:29:19 +02:00
HiFiPhile
a29a3af218
audio_4_channel_mic_freertos : merge changes from audio_4_channel_mic.
2024-04-28 00:28:12 +02:00
HiFiPhile
bb89a5a5bf
audio_test_freertos : merge changes from audio_test.
2024-04-28 00:28:12 +02:00
HiFiPhile
7dd26877de
Update audio_test & audio_test_freertos examples to work with high-speed.
2024-04-28 00:28:11 +02:00
HiFiPhile
4f41e105b3
Update build system.
2024-04-28 00:28:11 +02:00
Kasper Nyhus Kaae
c917d47e71
audio_test_freertos & audio_4_channel_mic_freertos
2024-04-27 20:29:07 +02:00
HiFiPhile
bd033a2d53
Fix CI.
2024-04-27 17:24:19 +02:00
HiFiPhile
a018b229ba
Update .gitignore.
2024-04-27 17:12:23 +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
31b559370d
Merge pull request #2253 from Rocky04/patch-7
...
HID class driver fixes
2024-04-26 20:41:43 +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
ee9ad0f184
Merge pull request #2612 from HiFiPhile/iar_temp
...
Update IAR template.
2024-04-26 15:59:48 +02:00
HiFiPhile
6c3a60e5f2
Update IAR template.
2024-04-26 14:56:22 +02:00
HiFiPhile
085bd3c9d5
Merge pull request #2283 from shuffle2/hid-device-set-report
...
hid_device: use separate buffer for SET_REPORT instead of epout
2024-04-26 14:39:15 +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
Limor "Ladyada" Fried
a0cba9b045
Merge pull request #2611 from hathach/add-esp32-max3421e
...
Add esp32 max3421e
2024-04-25 17:24:51 -04:00
hathach
022de87550
add devkit c3 board
2024-04-26 00:15:04 +07:00
hathach
223ce56625
- add esp32 c3, c6 mcu option
...
- skip breakpoint for espressif riscv
2024-04-26 00:10:57 +07:00
hathach
03ccc8d8df
revert a change in tusb_mcu
2024-04-25 20:41:44 +07:00
hathach
2e995d7cf4
adding support for esp32 for use with max3421e host
2024-04-25 20:23:40 +07:00
tyustli
1e7091dae9
fix ci error
2024-04-25 19:47:12 +08:00