04e0e458c8
Convert the GT911 driver to the input subsystem, fix the existing boards to work in the default config. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
17 lines
344 B
YAML
17 lines
344 B
YAML
sample:
|
|
name: KSCAN driver sample
|
|
tests:
|
|
sample.drivers.kscan:
|
|
tags:
|
|
- drivers
|
|
- kscan
|
|
harness: console
|
|
harness_config:
|
|
type: multi_line
|
|
ordered: true
|
|
regex:
|
|
- "kb data(.*)"
|
|
fixture: fixture_connect_keyboard
|
|
depends_on: kscan
|
|
filter: dt_chosen_enabled("zephyr,keyboard-scan")
|