diff options
| author | hathach <[email protected]> | 2022-06-29 14:12:58 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2022-06-29 14:12:58 +0700 |
| commit | 7949a4ec7c7e9ccc487068a01b84979d02f94875 (patch) | |
| tree | 5a2855dcfe85da6f568759709221311a6b4c50b1 /examples | |
| parent | a62c2640b5217e416ba48aa2011d997cfa7d81a5 (diff) | |
skip freertos example for F1C100S
Diffstat (limited to 'examples')
| -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 |
4 files changed, 14 insertions, 11 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 |
