summaryrefslogtreecommitdiff
path: root/test/stillness_detector.tasklist
diff options
context:
space:
mode:
authorYuval Peress <peress@chromium.org>2019-10-01 00:51:23 -0600
committerCommit Bot <commit-bot@chromium.org>2019-12-18 01:29:10 +0000
commit61ef5715f654efeefea19c259f3eaf103c86c96d (patch)
tree962a58ba08017d3009c8dc2f552d4bb0f89baabd /test/stillness_detector.tasklist
parent093b5d0f9706268b1a077f87339fd7407345d3fa (diff)
downloadchrome-ec-61ef5715f654efeefea19c259f3eaf103c86c96d.tar.gz
common: Add sensor stillness detector
This change adds a stillness detector for 3d sensors. This will be needed to filter sensor readings when calibrating later. BUG=b:138303429,chromium:1023858 BRANCH=None TEST=buildall with new unit tests Change-Id: I919ae7533fd42b0394de66aa0585e58343a662cc Signed-off-by: Yuval Peress <peress@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1833157 Reviewed-by: Jack Rosenthal <jrosenth@chromium.org>
Diffstat (limited to 'test/stillness_detector.tasklist')
-rw-r--r--test/stillness_detector.tasklist9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/stillness_detector.tasklist b/test/stillness_detector.tasklist
new file mode 100644
index 0000000000..5ffe662d01
--- /dev/null
+++ b/test/stillness_detector.tasklist
@@ -0,0 +1,9 @@
+/* Copyright 2019 The Chromium OS Authors. All rights reserved.
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+/**
+ * See CONFIG_TASK_LIST in config.h for details.
+ */
+#define CONFIG_TEST_TASK_LIST /* No test task */