summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorSaulo VerĂ­ssimo <[email protected]>2026-05-16 22:37:45 -0300
committerSaulo VerĂ­ssimo <[email protected]>2026-05-16 22:37:45 -0300
commit7cf579dd49ab84163497ebc4348d208794a7e635 (patch)
tree67d46a1866635e7f425e946bea22a7363c4c1bfd /examples
parent478e04778b8674b5ef4bf2557d305a06871ac473 (diff)
midi2: skip 3 more boards with same tcpp0203 BSP bug
stm32h573i_dk, stm32n657nucleo and stm32n6570dk have the same pre-existing uninitialized io_ctx.GetTick in their board.h that we already skip on stm32h7s3nucleo. Trips with Make+LTO; CMake passes.
Diffstat (limited to 'examples')
-rw-r--r--examples/device/midi2_device/skip.txt6
-rw-r--r--examples/host/midi2_host/skip.txt6
2 files changed, 12 insertions, 0 deletions
diff --git a/examples/device/midi2_device/skip.txt b/examples/device/midi2_device/skip.txt
index 3bc342bff..76d694958 100644
--- a/examples/device/midi2_device/skip.txt
+++ b/examples/device/midi2_device/skip.txt
@@ -1,2 +1,8 @@
mcu:SAMD11
+# Skip boards exposing a pre-existing uninitialized io_ctx.GetTick in
+# their board.h (called from board_init2 before TCPP0203_RegisterBusIO).
+# Trips with Make+LTO; CMake passes.
board:stm32h7s3nucleo
+board:stm32h573i_dk
+board:stm32n657nucleo
+board:stm32n6570dk
diff --git a/examples/host/midi2_host/skip.txt b/examples/host/midi2_host/skip.txt
index ee7ed0fc0..2232e513a 100644
--- a/examples/host/midi2_host/skip.txt
+++ b/examples/host/midi2_host/skip.txt
@@ -1,2 +1,8 @@
board:lpcxpresso54114
+# Skip boards exposing a pre-existing uninitialized io_ctx.GetTick in
+# their board.h (called from board_init2 before TCPP0203_RegisterBusIO).
+# Trips with Make+LTO; CMake passes.
board:stm32h7s3nucleo
+board:stm32h573i_dk
+board:stm32n657nucleo
+board:stm32n6570dk