Commit graph

16 commits

Author SHA1 Message Date
hathach
332b0c8e31
skip device example for feather_esp32_v2 2025-03-20 09:50:31 +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
6f0f7e6a05
skip non-compilable for ch32v2 2024-06-11 13:08:38 +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
hathach
1366ac5d50 skip all device example for native host 2024-02-19 18:17:35 +07:00
hathach
3801b5cfdd improve webusb example 2022-07-01 00:42:38 +07:00
Nico Martin
31fbb9e268 added example support for Arduino Nano RP2040 Connect 2022-05-05 21:10:39 +07:00
hathach
1b2223730c
update webusb example to support NEOPIXEL_POWER pin 2021-09-28 21:50:10 +07:00
hathach
4224cac621 rename USBDevice to TinyUSBDevice to avoid name conflict
USBDevice is alias for compatible when USE_TINYUSB is defined
2021-07-16 14:24:48 +07:00
hathach
36168e1f2c update url for webusb examples 2020-12-28 12:10:46 +07:00
hathach
ae9efff617 temp comment out setStringDescriptor() in example
since it need BSP released first
2020-09-16 23:15:48 +07:00
hathach
b08a79fa01 use setStringDescriptor() in example
change the HID INOUT endpoint order : 1st endpoint is IN, 2nd is OUT to
compatible with cmsis-dap
2020-09-16 22:26:26 +07:00
hathach
c3c411111e change all neopixel color 2019-08-05 10:46:51 +07:00
hathach
eef3bf713d clean up 2019-08-02 18:17:12 +07:00
hathach
9dda972bd3 add webusb rgb example 2019-08-02 18:02:53 +07:00
hathach
b41f87460a add webusb rgb with neopixel example 2019-08-01 21:33:07 +07:00