Skip to content

Commit 93e81f1

Browse files
committed
add 3.5, 3.6. Remove 2.6, 2.5, 2.4
Add newly supported versions and remove intermediate 2.x versions to lighten the build load.
1 parent d48c961 commit 93e81f1

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
zephyr_version: [3.4.0, 2.7.3, 2.6.0, 2.5.0, 2.4.0, 2.3.0]
15+
zephyr_version: [3.6.0, 3.5.0, 3.4.0, 2.7.3, 2.3.0]
1616
board: [qemu_x86, qemu_cortex_m3, qemu_cortex_r5, nucleo_l552ze_q, native_posix, qemu_riscv32, qemu_riscv64]
1717
test: [samples/rust-app, samples/no_std, samples/serial]
1818
exclude:

README.rst

+6-1
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,15 @@ Zephyr app.
1010

1111
Version Compatibility
1212
=====================
13-
**Zephyr**: v2.3, v2.4, v2.5, v2.6, v2.7, v3.4
13+
**Zephyr**: v2.3, v2.7.3, v3.4, v3.5, v3.6
1414

1515
**Rust**: exactly 1.68.0
1616

17+
Please use one of the above Zephyr releases before reporting issues! At the
18+
time you are reading this, Zephyr's main branch will likely not work, though it
19+
is usually one 1-2 minor changes to support a new release. The project aims to
20+
support everything from 2.3 to the present.
21+
1722
Features
1823
========
1924

ci/build-all.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
#rm -rf log
44

5-
ZEPHYR_VERSIONS="3.4.0 2.7.3 2.6.0 2.5.0 2.4.0 2.3.0"
5+
ZEPHYR_VERSIONS="3.6.0 3.5.0 3.4.0 2.7.3 2.3.0"
66

77
#parallel \
88
# -j8 \

0 commit comments

Comments
 (0)