summaryrefslogtreecommitdiff
path: root/zephyr/test/base32
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2021-08-04 14:27:56 -0600
committerCommit Bot <commit-bot@chromium.org>2021-08-10 17:04:32 +0000
commit85302111760b33ca52e0e7a212ded68c2967e7b3 (patch)
tree2e00e2203c56400bd563c0618101228b89f28b31 /zephyr/test/base32
parentd7d0191ff45f9bb3c0b2d279533a62b4e4a107e6 (diff)
downloadchrome-ec-85302111760b33ca52e0e7a212ded68c2967e7b3.tar.gz
zephyr: switch posix-ec and host tests to v2.6
Switch the host tests and posix-ec build to Zephyr v2.6. Note: need to disable one assert in the hooks test until b/195971523 is resolved. BUG=b:195571108,b:195971523 BRANCH=none TEST=zmake testall Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Change-Id: I01b386b2f54cf5b752bede707ff9fbda0faad80a Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3072414 Reviewed-by: Fabio Baltieri <fabiobaltieri@google.com>
Diffstat (limited to 'zephyr/test/base32')
-rw-r--r--zephyr/test/base32/zmake.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/zephyr/test/base32/zmake.yaml b/zephyr/test/base32/zmake.yaml
index febbda3b49..9158a292d7 100644
--- a/zephyr/test/base32/zmake.yaml
+++ b/zephyr/test/base32/zmake.yaml
@@ -4,7 +4,7 @@
board: native_posix
supported-zephyr-versions:
- - v2.5
+ - v2.6
toolchain: llvm
output-type: elf
is-test: true