diff options
| author | hathach <[email protected]> | 2026-04-26 09:50:47 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2026-04-26 09:50:47 +0700 |
| commit | ef2f24cddbce107c80f43e1e8f8a3cd1bf763d84 (patch) | |
| tree | b66ffa9db2f0ee6ff8472d821c41699df62ffde0 | |
| parent | bafce337f76551cc60e15e4072fc563380b8e908 (diff) | |
skip cdc_msc_throughput on small-RAM MCUs
The example uses 4 KB MSC bulk buffer + 2-4 KB CDC buffers to push USB
throughput, which overflows on lpcxpresso1347 (RamUsb2) and cynthion_d11.
Skip the same MCU set as net_lwip_webserver — these targets don't have
the RAM headroom to benefit from throughput tuning anyway.
Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
| -rw-r--r-- | examples/device/cdc_msc_throughput/skip.txt | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/examples/device/cdc_msc_throughput/skip.txt b/examples/device/cdc_msc_throughput/skip.txt new file mode 100644 index 000000000..ab62e8091 --- /dev/null +++ b/examples/device/cdc_msc_throughput/skip.txt @@ -0,0 +1,23 @@ +mcu:CH32V103 +mcu:CH32V20X +mcu:LPC11UXX +mcu:LPC13XX +mcu:LPC15XX +mcu:MCXA15 +mcu:MSP430x5xx +mcu:NUC121 +mcu:SAMD11 +mcu:STM32L0 +mcu:STM32F0 +mcu:KINETIS_KL +mcu:STM32H7RS +mcu:STM32N6 +family:broadcom_64bit +family:broadcom_32bit +family:espressif +board:at_start_f425 +board:curiosity_nano +board:frdm_kl25z +family:lpc55 +family:nuc126 +family:nuc100_120 |
