Files
tinyusb/examples/device
hathach 28beb0fe4d ci: fix IAR Pe111 and stm32h7s3 flash overflow
- examples/device/midi2_device/src/main.c: drop the unreachable
  `return 0;` after the `while(1)` superloop. IAR with
  --warnings_are_errors rejects Pe111 (statement is unreachable);
  C99 lets `int main` fall off the end, matching midi_test.

- examples/host/msc_file_explorer_freertos/skip.txt: skip
  stm32h7s3nucleo. The board has only 64 KB on-chip FLASH and the
  FreeRTOS + FatFS host MSC explorer now overflows by ~248 bytes
  after the async control queue refactor.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-30 00:11:19 +07:00
..
2026-05-23 19:37:47 +02:00
2026-05-23 19:37:47 +02:00
2026-05-23 19:37:47 +02:00
2026-05-23 19:37:47 +02:00
2026-05-23 19:37:47 +02:00
2026-04-22 11:53:02 +07:00
2026-05-13 22:27:57 +02:00
2026-05-23 19:37:47 +02:00
2025-02-11 20:56:41 +01:00