diff options
| author | Saulo VerĂssimo <[email protected]> | 2026-05-16 21:35:21 -0300 |
|---|---|---|
| committer | Saulo VerĂssimo <[email protected]> | 2026-05-16 21:35:21 -0300 |
| commit | 7c214f9d4f47cfadf18fc7e67d15cc22b1bc6f99 (patch) | |
| tree | 06d4323f8a3f7169f01c5232ab976e7db937d6b9 /examples | |
| parent | 214de5181c7d011035f0071b3bb99c1c79206876 (diff) | |
midi2: add sources to TINYUSB_SRC_C, skip family
Make build was missing midi2_device.c/midi2_host.c from
src/tinyusb.mk. Skip stm32h7s3nucleo board which exposes a
pre-existing uninitialized warning in its board.h (board_init2)
under Make+LTO.
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/device/midi2_device/skip.txt | 1 | ||||
| -rw-r--r-- | examples/host/midi2_host/skip.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/examples/device/midi2_device/skip.txt b/examples/device/midi2_device/skip.txt index eadb6e74a..3bc342bff 100644 --- a/examples/device/midi2_device/skip.txt +++ b/examples/device/midi2_device/skip.txt @@ -1 +1,2 @@ mcu:SAMD11 +board:stm32h7s3nucleo diff --git a/examples/host/midi2_host/skip.txt b/examples/host/midi2_host/skip.txt index 308796869..ee7ed0fc0 100644 --- a/examples/host/midi2_host/skip.txt +++ b/examples/host/midi2_host/skip.txt @@ -1 +1,2 @@ board:lpcxpresso54114 +board:stm32h7s3nucleo |
