Commit graph

19 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
7f7ac74899
support esp32p4 2025-03-07 12:20:53 +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
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
9eae19b58a clean up midi 2024-02-05 12:05:03 +07:00
hathach
54c27b06ca rename usbd addStringToIndex() to addStringDescriptor()
- rename midi setCableNameStringIndex() to setCableName()
- add midi multiple port example
2023-01-13 16:24:40 +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
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
Ha Thach
d6a8869647
Actionci samd (#42)
* testing ci for samd

* skip msc_sd test

* test metro_m4

* change platforms

* midi_pizza_box_dj only test with cpb and cpx

* change test only to cpx_ada

* test metro_m0/m4 cpb nrf52840

* change back to adafruit/ci-arduino

wait for to https://github.com/adafruit/ci-arduino/pull/65 re-run checks

* re-test msc_sd
2020-01-06 13:30:17 +07:00
hathach
d711cfee1f skip pizza box dj in travis since it only build with cplayground express board 2019-07-08 18:14:00 +07:00
hathach
ea4256fd0d skip waiting for serial connection in examples
instead wait until device enumerated/mounted
2019-07-05 17:28:21 +07:00
hathach
e26d1c10ac add midi pizza box dj example 2019-07-04 18:52:48 +07:00
hathach
2ac0b6943c mention MIDI Library in example sketch 2019-07-04 02:07:00 +07:00
hathach
9017f9f560 added usb midi and its example 2019-07-04 01:00:16 +07:00