From d9a957f6dd6e0d2ca20443044dd4cab133079f5a Mon Sep 17 00:00:00 2001 From: Jack Rosenthal Date: Thu, 18 Feb 2021 12:57:32 -0700 Subject: 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 Change-Id: I9cb7902455b2c6f231bea5c0b08b0e18bca0ddd8 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2705192 Reviewed-by: Simon Glass --- zephyr/test/accel_cal/zmake.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'zephyr/test/accel_cal') diff --git a/zephyr/test/accel_cal/zmake.yaml b/zephyr/test/accel_cal/zmake.yaml index d4b8654312..a8f361e3ce 100644 --- a/zephyr/test/accel_cal/zmake.yaml +++ b/zephyr/test/accel_cal/zmake.yaml @@ -5,6 +5,7 @@ board: native_posix supported-zephyr-versions: - v2.4 + - v2.5 toolchain: llvm output-type: elf is-test: true -- cgit v1.2.1