Commit graph

25 commits

Author SHA1 Message Date
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
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
d30813086b revert a example 2021-07-20 01:14:27 +07:00
hathach
1d750a02ef update example, add note for without built-in support cores 2021-07-19 16:11:03 +07:00
hathach
560b9ebde6 enable to build examples with mbed rp2040 2021-07-16 23:31:44 +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
hathach
b1cebd22b5 add WEBUSB_URL_DEF() to avoid using flexible array member in C++ 2019-08-01 13:16:29 +07:00
hathach
ba7b4d4369 add message when connected 2019-07-31 21:35:28 +07:00
hathach
28a92ea7fb webusb_serial work well 2019-07-31 21:29:57 +07:00
hathach
84024875dd add stream API() for webusb, add setLineStateCallback()
example work with line state callback
2019-07-31 20:34:45 +07:00
hathach
0f48a69cb2 adding webusb support
webusb_serial example enumerated, landing page is loaded correctly.
2019-07-31 13:36:14 +07:00