From 486fd72731f0df95c7f8ed181da145d608b56cb2 Mon Sep 17 00:00:00 2001 From: Francois Ramu Date: Thu, 6 Jul 2023 10:48:08 +0200 Subject: [PATCH] samples: subsys: usb cdc acm composite with mini nb of USB EndPoints The stm32f207 and stm32f429 target boards only have 4 bidir EP on the USB FS node. This is not enough to run the sample: simply exclude those 2 target platforms Signed-off-by: Francois Ramu --- samples/subsys/usb/cdc_acm_composite/sample.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/samples/subsys/usb/cdc_acm_composite/sample.yaml b/samples/subsys/usb/cdc_acm_composite/sample.yaml index f0a505fb996da2..efaedd868520fb 100644 --- a/samples/subsys/usb/cdc_acm_composite/sample.yaml +++ b/samples/subsys/usb/cdc_acm_composite/sample.yaml @@ -1,9 +1,14 @@ sample: + description: Application with two CDC ACM instances requires at least + two OUT and four IN endpoints on the USB device controller. name: CDC ACM Composite USB tests: sample.usb.cdc-acm-composite: depends_on: usb_device tags: usb + platform_exclude: + - nucleo_f429zi + - nucleo_f207zg arch_exclude: posix harness: console harness_config: