hathach
332b0c8e31
skip device example for feather_esp32_v2
2025-03-20 09:50:31 +07:00
hathach
36396f4f9e
fix esp32p4 build due to lack of LED_BUILTIN
2025-03-07 16:42:10 +07:00
hathach
59a651cca0
force re-enumerate for all examples. For some fast chip such as esp32-s3, by the time we initialize class driver enumeration process is already done.
2024-09-05 16:15:34 +07:00
hathach
f5ad52fe7f
more update for ch32
2024-06-13 11:46:13 +07:00
hathach
f2168e439f
define Serial as SerialTinyUSB if USE_TINYUSB is defined
2024-06-13 10:31:28 +07:00
hathach
8f7fe509d1
- add CDC/serial_echo example using SerialTinyUSB
...
- call CDC flush in task() for core without tinyusb builtin support
2024-06-10 16:07:10 +07:00
hathach
2179aeb6d2
most example works with ch32: hid,msc,midi though mouse_ramdisk does not.
2024-06-07 21:04:53 +07:00
BadCD
28dd927214
Update cdc_multi.ino
...
fixed a typo
2024-05-31 10:57:21 +02:00
hathach
4fb7872555
skip some tests with native host
2024-02-19 18:02:51 +07:00
hathach
fe14079068
fix hid out endpoint generation, update all hids examples to use dynamic set instead of constructor
2024-02-02 19:42:20 +07:00
hathach
d2892d0687
add skip file for feather s2
2022-12-28 11:50:38 +07:00
unknown
a18fe2a4ad
Remove unneeded file
2022-08-28 13:58:55 +02:00
Maximilian Gerhardt
2b97c2f4a1
Merge pull request #1 from maxgerhardt/ci
...
Enable ESP32S3 CI
2022-08-28 13:57:26 +02:00
unknown
66c343c6f0
really really Fix skip test files name
2022-08-28 13:57:10 +02:00
unknown
d0d11c6a39
Really Fix skip test files name
2022-08-28 13:50:28 +02:00
unknown
6e4b54191b
Fix skip test files name
2022-08-28 13:44:56 +02:00
Maximilian Gerhardt
6f0dec192f
Skip incompatible test for ESP32S3
2022-08-28 13:35:40 +02:00
Maximilian Gerhardt
64f9976d78
Skip incompatible test for ESP32S3
2022-08-28 13:35:12 +02:00
hathach
357e656681
multiple cdc example: check for CFG_TUD_CDC to be at least 2
...
add note that esp32-sx is not supported yet (more works needed).
2022-08-05 19:10:03 +07:00
hathach
7ef1fd2ef9
add example description
2022-06-20 22:49:43 +07:00
hathach
244c3a4a35
update texts for cdc_multi example
2022-06-15 15:44:04 +07:00
hathach
24ddb004df
update cdc_multi example description
2022-06-09 18:00:25 +07:00
hathach
53e5625471
add funhouse and magtag to ci build
2021-09-30 12:59:29 +07:00
hathach
4a3013db4c
skip cdc_multi and no_serial for esp32s2
2021-09-28 23:56:45 +07:00
hathach
24cae73339
reduce number of cdc instance in example from 3 to 2
2021-06-25 12:23:34 +07:00
hathach
2ae50f208d
add begun guard, rename example to match others
2021-06-16 12:02:35 +07:00
hathach
0ef6be1596
cdc instance assigned when begin
...
revert itf to instance rename
2021-06-16 11:21:36 +07:00
WestfW
69576fb42b
Simplify the example, use MIT license for compatibility/clarity.
2021-06-15 00:23:08 -07:00
WestfW
fc84b31094
Fix capitalization of include file, which matters on systems with more case-sensitive file systems :-(
2021-06-14 01:04:26 -07:00
WestfW
c4b11b1ed7
Allow multiple CDCs.
...
You must:
1) increase CFG_TUD_CDC in tusb_config.c (currently, in the core.)
2) define the additional Vserial ports "Adafruit_USBD_CDC portName(n)" (where n goes from 1 to CFG_TUD_CDC-1) (0 is "Serial") "n" is a new addition to the constructor.
3) Use the "begin method" on the additional ports in "n" order.
There is a new example ../CDC/multiCDC that exercises the features.
2021-06-13 00:42:25 -07:00
hathach
8640830650
support dropping Serial, add no_serial example
2021-05-07 14:47:43 +07:00