native_posix is being removed as it has reached its end of life in 4.2, after being deprecated since 4.0. Remove the twister support for native_posix[//64] and therefore all references to them from the testcases and samples yamls, so twister does not error out. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
30 lines
610 B
YAML
30 lines
610 B
YAML
common:
|
|
tags:
|
|
- drivers
|
|
- input
|
|
build_only: true
|
|
platform_allow:
|
|
- native_sim
|
|
tests:
|
|
drivers.input.default: {}
|
|
|
|
# Touchscreen drivers, non-default option
|
|
drivers.input.touchscreen_interrupt:
|
|
extra_configs:
|
|
- CONFIG_INPUT_CST816S_INTERRUPT=n
|
|
- CONFIG_INPUT_FT5336_INTERRUPT=y
|
|
- CONFIG_INPUT_GT911_INTERRUPT=y
|
|
|
|
drivers.input.kbd_16_bit:
|
|
extra_configs:
|
|
- CONFIG_INPUT_KBD_MATRIX_16_BIT_ROW=y
|
|
|
|
drivers.input.analog_axis:
|
|
extra_configs:
|
|
- CONFIG_ADC=y
|
|
- CONFIG_SETTINGS=y
|
|
|
|
drivers.input.adc_keys:
|
|
extra_configs:
|
|
- CONFIG_ADC=y
|