diff options
| author | Saulo VerĂssimo <[email protected]> | 2026-05-16 20:39:20 -0300 |
|---|---|---|
| committer | Saulo VerĂssimo <[email protected]> | 2026-05-16 20:39:20 -0300 |
| commit | 214de5181c7d011035f0071b3bb99c1c79206876 (patch) | |
| tree | 5236aad29941bb8f79b8ed06a4a21b1500dd1efa /examples | |
| parent | 3efac1b28c4174b0734ef106ce8496fa39657b47 (diff) | |
midi2: fix CI matrix with only.txt and skip.txt
Restrict midi2_host build to MCUs with USB host support (cloned from
midi_rx) and skip SAMD11 from midi2_device (ROM overflow on link).
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/device/midi2_device/skip.txt | 1 | ||||
| -rw-r--r-- | examples/host/midi2_host/only.txt | 34 | ||||
| -rw-r--r-- | examples/host/midi2_host/skip.txt | 1 |
3 files changed, 36 insertions, 0 deletions
diff --git a/examples/device/midi2_device/skip.txt b/examples/device/midi2_device/skip.txt new file mode 100644 index 000000000..eadb6e74a --- /dev/null +++ b/examples/device/midi2_device/skip.txt @@ -0,0 +1 @@ +mcu:SAMD11 diff --git a/examples/host/midi2_host/only.txt b/examples/host/midi2_host/only.txt new file mode 100644 index 000000000..c71aacd87 --- /dev/null +++ b/examples/host/midi2_host/only.txt @@ -0,0 +1,34 @@ +family:hpmicro +family:samd21 +family:samd5x_e5x +mcu:CH32V20X +mcu:ESP32P4 +mcu:ESP32S2 +mcu:ESP32S3 +mcu:KINETIS_KL +mcu:LPC175X_6X +mcu:LPC177X_8X +mcu:LPC18XX +mcu:LPC40XX +mcu:LPC43XX +mcu:LPC54 +mcu:LPC55 +mcu:MAX3421 +mcu:MIMXRT10XX +mcu:MIMXRT11XX +mcu:MIMXRT1XXX +mcu:MSP432E4 +mcu:RAXXX +mcu:RP2040 +mcu:RW61X +mcu:RX65X +mcu:STM32C0 +mcu:STM32F4 +mcu:STM32F7 +mcu:STM32G0 +mcu:STM32H5 +mcu:STM32H7 +mcu:STM32H7RS +mcu:STM32N6 +mcu:STM32U3 +mcu:STM32U5 diff --git a/examples/host/midi2_host/skip.txt b/examples/host/midi2_host/skip.txt new file mode 100644 index 000000000..308796869 --- /dev/null +++ b/examples/host/midi2_host/skip.txt @@ -0,0 +1 @@ +board:lpcxpresso54114 |
