diff options
| author | Ha Thach <[email protected]> | 2022-06-29 16:27:17 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-06-29 16:27:17 +0700 |
| commit | 19956f070d4dbf75b7fe4e8108e20837a70007f4 (patch) | |
| tree | 00a0a245c2a58cbb8b7d04ba5aea87bcc46f5fd4 /examples/device | |
| parent | 39069cf4be84a4cd1f1a4f3435ea69e606d2b064 (diff) | |
| parent | 158b3d761d4c0f1da8d60b63d43664e1f52a286d (diff) | |
Merge pull request #1539 from hathach/improve-ci
Improve ci
Diffstat (limited to 'examples/device')
| -rw-r--r-- | examples/device/cdc_msc_freertos/.skip.MCU_F1C100S | 0 | ||||
| -rw-r--r-- | examples/device/cdc_msc_freertos/skip.txt | 13 | ||||
| -rw-r--r-- | examples/device/hid_composite_freertos/.skip.MCU_F1C100S | 0 | ||||
| -rw-r--r-- | examples/device/hid_composite_freertos/skip.txt | 12 | ||||
| -rw-r--r-- | examples/device/video_capture/skip.txt | 3 |
5 files changed, 16 insertions, 12 deletions
diff --git a/examples/device/cdc_msc_freertos/.skip.MCU_F1C100S b/examples/device/cdc_msc_freertos/.skip.MCU_F1C100S deleted file mode 100644 index e69de29bb..000000000 --- a/examples/device/cdc_msc_freertos/.skip.MCU_F1C100S +++ /dev/null diff --git a/examples/device/cdc_msc_freertos/skip.txt b/examples/device/cdc_msc_freertos/skip.txt index 7137b78af..1ee51a9d4 100644 --- a/examples/device/cdc_msc_freertos/skip.txt +++ b/examples/device/cdc_msc_freertos/skip.txt @@ -1,10 +1,11 @@ mcu:CXD56 -mcu:MSP430x5xx -mcu:SAMD11 -mcu:VALENTYUSB_EPTRI +mcu:F1C100S +mcu:GD32VF103 mcu:MKL25ZXX +mcu:MSP430x5xx mcu:RP2040 +mcu:SAMD11 mcu:SAMX7X -mcu:GD32VF103 -family:broadcom_64bit -family:broadcom_32bit
\ No newline at end of file +mcu:VALENTYUSB_EPTRI +family:broadcom_32bit +family:broadcom_64bit
\ No newline at end of file diff --git a/examples/device/hid_composite_freertos/.skip.MCU_F1C100S b/examples/device/hid_composite_freertos/.skip.MCU_F1C100S deleted file mode 100644 index e69de29bb..000000000 --- a/examples/device/hid_composite_freertos/.skip.MCU_F1C100S +++ /dev/null diff --git a/examples/device/hid_composite_freertos/skip.txt b/examples/device/hid_composite_freertos/skip.txt index e64187fd4..1ee51a9d4 100644 --- a/examples/device/hid_composite_freertos/skip.txt +++ b/examples/device/hid_composite_freertos/skip.txt @@ -1,9 +1,11 @@ mcu:CXD56 +mcu:F1C100S +mcu:GD32VF103 +mcu:MKL25ZXX mcu:MSP430x5xx -mcu:SAMD11 -mcu:VALENTYUSB_EPTRI mcu:RP2040 +mcu:SAMD11 mcu:SAMX7X -mcu:GD32VF103 -family:broadcom_64bit -family:broadcom_32bit
\ No newline at end of file +mcu:VALENTYUSB_EPTRI +family:broadcom_32bit +family:broadcom_64bit
\ No newline at end of file diff --git a/examples/device/video_capture/skip.txt b/examples/device/video_capture/skip.txt index 892a8c6a7..5898664a2 100644 --- a/examples/device/video_capture/skip.txt +++ b/examples/device/video_capture/skip.txt @@ -1,2 +1,3 @@ mcu:MSP430x5xx -mcu:SAMD11
\ No newline at end of file +mcu:NUC121 +mcu:SAMD11 |
