From 61ef5715f654efeefea19c259f3eaf103c86c96d Mon Sep 17 00:00:00 2001 From: Yuval Peress Date: Tue, 1 Oct 2019 00:51:23 -0600 Subject: 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 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1833157 Reviewed-by: Jack Rosenthal --- test/stillness_detector.tasklist | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 test/stillness_detector.tasklist (limited to 'test/stillness_detector.tasklist') 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 */ -- cgit v1.2.1