There were a few different issues with the UART_CONSOLE filtering: * Filter was incorrect - UART_CONSOLE should be CONFIG_UART_CONSOLE * platform_exclude was used for drivers that had a #error for lack of interrupt support. We can now use CONFIG_SERIAL_SUPPORT_INTERRUPT in the filter for that. This catches all the various drivers that needed don't support uart interrupts, not just the onces that had a #error Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
9 lines
179 B
YAML
9 lines
179 B
YAML
sample:
|
|
description: TBD
|
|
name: TBD
|
|
tests:
|
|
- test:
|
|
build_only: true
|
|
filter: CONFIG_UART_CONSOLE and CONFIG_SERIAL_SUPPORT_INTERRUPT
|
|
tags: samples
|