summaryrefslogtreecommitdiff
path: root/zephyr/test/i2c/zmake.yaml
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2021-02-18 12:57:32 -0700
committerCommit Bot <commit-bot@chromium.org>2021-02-18 21:13:06 +0000
commitd9a957f6dd6e0d2ca20443044dd4cab133079f5a (patch)
tree9b754248701846cb49dcaabac528077d21aad56b /zephyr/test/i2c/zmake.yaml
parenta1655accd7953f14bc70e3e35855bd563880cfd0 (diff)
downloadchrome-ec-d9a957f6dd6e0d2ca20443044dd4cab133079f5a.tar.gz
zephyr: support zephyr v2.5 on all projects
Zephyr v2.5 will build for all projects now, mark it as supported for all projects and it will be enabled by default. We can delete v2.4 from this list once v2.5 gets a bit more battle testing. If you need to build for v2.4 in the interim, you should pass the --zephyr-base flag to zmake, like so: $ zmake --zephyr-base ~/trunk/src/third_party/zephyr/main/v2.4 ... BUG=b:180409973 BRANCH=none TEST=zmake testall TEST=flash on delbin, test UART console functioning Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Change-Id: I9cb7902455b2c6f231bea5c0b08b0e18bca0ddd8 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2705192 Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'zephyr/test/i2c/zmake.yaml')
-rw-r--r--zephyr/test/i2c/zmake.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/zephyr/test/i2c/zmake.yaml b/zephyr/test/i2c/zmake.yaml
index 54e80db400..49a307d935 100644
--- a/zephyr/test/i2c/zmake.yaml
+++ b/zephyr/test/i2c/zmake.yaml
@@ -5,6 +5,7 @@
board: native_posix
supported-zephyr-versions:
- v2.4
+ - v2.5
toolchain: llvm
output-type: elf
is-test: true