From 56f1de6e5ec8ea2302e97f2f75cafea340bf97a8 Mon Sep 17 00:00:00 2001 From: PonomarevDA Date: Sat, 7 Dec 2024 08:19:18 +0300 Subject: [PATCH] update readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index ed07560..1489d36 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,15 @@ The software supports RL v2 nodes (stm32f103, 128 KBytes flash) and v3 nodes (st | Mini v2
stm32f103
128 KBytes flash | drawing | drawing | drawing | | Mini v3
stm32fg0b1
512 KBytes flash | drawing | drawing | drawing | +The following table outlines the compatibility of the project with different operating systems, modes, and support timelines. + +| **Operating System** | **DroneCAN Support** | **Cyphal Support** | **Notes** | +|-----------------------|-----------------------|---------------------|----------------------------------------| +| Ubuntu 24.04 | ✅ Supported | ✅ Supported | Latest Ubuntu LTS version. | +| Ubuntu 22.04 | ✅ Supported | ✅ Supported | Fully supported for both modes. | +| Ubuntu 20.04 | ✅ Supported | ❌ Not Supported | Will be deprecated in Ubuntu 26.04. | +| Windows (latest) | ✅ Supported | ✅ Supported | Current "latest" Windows version. | + ### 3. USE CASES This node is a versatile device integrating PWM control, IMU sensing, and dual CAN bus communication, suitable for various applications in robotics, drones, and other embedded systems. Below are the detailed use cases for different scenarios.