commit | 336d0f67b33c5003d3005c32bfae6b6bf312e090 | [log] [tgz] |
---|---|---|
author | Ruibin Chang <Ruibin.Chang@ite.com.tw> | Wed Jan 12 18:06:22 2022 +0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Mon Jan 17 11:44:05 2022 -0500 |
tree | 0bb046825b2b610be30c9195dc4efb105bed3566 | |
parent | 8d9735824a21252c1453d7c09ac64fc9086e3a1c [diff] |
ITE drivers/kscan: support tests/driver/kscan/kscan_api Add kscan0 to support tests/driver/kscan/kscan_api. When running the tests code on it8xxx2_evb, it shows fatal error: IRQ is enabled. We find that once polling_task() is created and executed, the KSI interrupt will be enabled and before we call irq_connect_dynamic(), so we switch both function sequence. Signed-off-by: Ruibin Chang <Ruibin.Chang@ite.com.tw>