You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* updates project to work with zephyr v4.0.x
* updating workflows for zephyr v4.0.x
* adds cmake prefix path, changes to ci image
* adds manual trigger to ci workflows
* updates CI workflows for all active ROS2 distros
* Get uart device with Zephyr 4's Devicetree-centric approach
Signed-off-by: Antón Casas <[email protected]>
* Tested in v4.1.0 using manual installation on Ubuntu:24.04 base Docker image
Signed-off-by: Antón Casas <[email protected]>
* Add v4.1.0 to CI and nightly
Signed-off-by: Antón Casas <[email protected]>
* State SDK used in CI. Restore Z0rdon's info about docker image used.
Signed-off-by: Antón Casas <[email protected]>
---------
Signed-off-by: Antón Casas <[email protected]>
Co-authored-by: Antón Casas <[email protected]>
(cherry picked from commit 7cbe6da)
# Conflicts:
# .github/workflows/nightly.yml
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
4
4
# micro-ROS module for Zephyr
5
5
6
-
This module has been tested in Zephyr RTOS v2.7.0 (SDK 0.14.2) and v3.1.0 (SDK 0.14.2).
6
+
This module has been tested in Zephyr RTOS v4.0.0 (SDK 0.16.9-rc3), and v4.1.0 (SDK 0.16.9-rc3), using a docker image based on 'zephyrprojectrtos/zephyr-build:v0.26.17'.
0 commit comments