Skip to content

Commit

Permalink
skip non-compilable for ch32v2
Browse files Browse the repository at this point in the history
  • Loading branch information
hathach committed Jun 11, 2024
1 parent 1c1a65c commit 6f0f7e6
Show file tree
Hide file tree
Showing 35 changed files with 33 additions and 0 deletions.
Empty file.
2 changes: 2 additions & 0 deletions examples/DualRole/MassStorage/msc_data_logger/.skip.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
pico_rp2040_tinyusb_host
CH32V20x_EVT
Empty file.
2 changes: 2 additions & 0 deletions examples/DualRole/MassStorage/msc_file_explorer/.skip.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
pico_rp2040_tinyusb_host
CH32V20x_EVT
1 change: 1 addition & 0 deletions examples/DualRole/Simple/device_info/.skip.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CH32V20x_EVT
Empty file.
2 changes: 2 additions & 0 deletions examples/DualRole/Simple/device_info_max3421e/.skip.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
pico_rp2040_tinyusb_host
CH32V20x_EVT
Empty file.
Empty file.
2 changes: 2 additions & 0 deletions examples/MassStorage/msc_external_flash/.skip.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
pico_rp2040_tinyusb_host
CH32V20x_EVT
Empty file.
Empty file.
2 changes: 2 additions & 0 deletions examples/MassStorage/msc_external_flash_sdcard/.skip.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
pico_rp2040_tinyusb_host
CH32V20x_EVT
Empty file.
1 change: 1 addition & 0 deletions examples/MassStorage/msc_ramdisk/.skip.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pico_rp2040_tinyusb_host
Empty file.
2 changes: 2 additions & 0 deletions examples/MassStorage/msc_ramdisk_dual/.skip.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
pico_rp2040_tinyusb_host
CH32V20x_EVT
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
8 changes: 8 additions & 0 deletions examples/MassStorage/msc_sd/.skip.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
feather_esp32s2
feather_esp32s3
funhouse
magtag
metroesp32s2
feather_rp2040_tinyusb
pico_rp2040_tinyusb_host
CH32V20x_EVT
Empty file.
1 change: 1 addition & 0 deletions examples/MassStorage/msc_sdfat/.skip.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pico_rp2040_tinyusb_host
Empty file.
2 changes: 2 additions & 0 deletions examples/Vendor/i2c_tiny_usb_adapter/.skip.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
pico_rp2040_tinyusb_host
CH32V20x_EVT
Empty file.
2 changes: 2 additions & 0 deletions examples/Video/video_capture/.skip.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
pico_rp2040_tinyusb_host
CH32V20x_EVT
Empty file.
3 changes: 3 additions & 0 deletions examples/WebUSB/webusb_rgb/.skip.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
pico_rp2040_tinyusb_host
CH32V20x_EVT
# CH32V20x_EVT is not supported due to Adafruit_Neopixel
Empty file.
3 changes: 3 additions & 0 deletions examples/WebUSB/webusb_serial/.skip.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
pico_rp2040_tinyusb_host
CH32V20x_EVT
# CH32V20x_EVT is not supported due to lacking of HardwareSerial::read(uint8_t [64], int)

0 comments on commit 6f0f7e6

Please sign in to comment.