summaryrefslogtreecommitdiff
path: root/test/base32.tasklist
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2017-06-21 14:40:23 -0700
committerchrome-bot <chrome-bot@chromium.org>2017-06-28 23:23:41 -0700
commit2e3b42610b1239e8643d58396b7471b73e3989f6 (patch)
treef5a4152e4e4a565d9feb55a6a992698e0e5a9fe7 /test/base32.tasklist
parent031dccad78b9d4df6b970bc36ef2f9d469239708 (diff)
downloadchrome-ec-2e3b42610b1239e8643d58396b7471b73e3989f6.tar.gz
common: Add base32 encoding
Base32 encoding is used to turn the RMA reset binary challenge/response into less-typo-prone text, at 5 bits per character. BUG=b:37952913 BRANCH=none TEST=make runtests Change-Id: I474750a20204ba353cea1e91982aa03e8071c0c2 Signed-off-by: Randall Spangler <rspangler@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/544177 Reviewed-by: Vadim Bendebury <vbendeb@chromium.org>
Diffstat (limited to 'test/base32.tasklist')
-rw-r--r--test/base32.tasklist17
1 files changed, 17 insertions, 0 deletions
diff --git a/test/base32.tasklist b/test/base32.tasklist
new file mode 100644
index 0000000000..e241aab4bb
--- /dev/null
+++ b/test/base32.tasklist
@@ -0,0 +1,17 @@
+/* Copyright 2017 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.
+ */
+
+/**
+ * List of enabled tasks in the priority order
+ *
+ * The first one has the lowest priority.
+ *
+ * For each task, use the macro TASK_TEST(n, r, d, s) where :
+ * 'n' in the name of the task
+ * 'r' in the main routine of the task
+ * 'd' in an opaque parameter passed to the routine at startup
+ * 's' is the stack size in bytes; must be a multiple of 8
+ */
+#define CONFIG_TEST_TASK_LIST /* No test task */