From 0310e84a9f7bc57e74d9028e5e3ca4970fcacad8 Mon Sep 17 00:00:00 2001 From: acuadros95 Date: Wed, 24 Aug 2022 09:57:14 +0200 Subject: [PATCH 1/2] Deprecate nuttx 10.1 Signed-off-by: acuadros95 --- .github/workflows/ci.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f04f6a6..ad81700 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: container: ubuntu:20.04 strategy: matrix: - nuttx_version: [releases/10.0, releases/10.1] + nuttx_version: [releases/10.1] fail-fast: false steps: - uses: actions/checkout@v2 diff --git a/README.md b/README.md index 307c18d..965a6a1 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ | [![Galactic](https://github.com/micro-ROS/micro_ros_nuttx_app/actions/workflows/ci.yml/badge.svg?branch=galactic&event=schedule)](https://github.com/micro-ROS/micro_ros_nuttx_app/actions/workflows/ci.yml) | [![Rolling](https://github.com/micro-ROS/micro_ros_nuttx_app/actions/workflows/ci.yml/badge.svg?branch=main&event=schedule)](https://github.com/micro-ROS/micro_ros_nuttx_app/actions/workflows/ci.yml) | [![Humble](https://github.com/micro-ROS/micro_ros_nuttx_app/actions/workflows/ci.yml/badge.svg?branch=humble&event=schedule)](https://github.com/micro-ROS/micro_ros_nuttx_app/actions/workflows/ci.yml) | -This component has been tested in Nuttx 10 and Nuttx 10.1. +This component has been tested in Nuttx 10.1. ## Dependencies From 1d9e7a1d064916fcd72c295dd061e1082a6c8580 Mon Sep 17 00:00:00 2001 From: acuadros95 Date: Wed, 24 Aug 2022 10:03:30 +0200 Subject: [PATCH 2/2] Add nuttx 10.3 Signed-off-by: acuadros95 --- .github/workflows/ci.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ad81700..8ff05f1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: container: ubuntu:20.04 strategy: matrix: - nuttx_version: [releases/10.1] + nuttx_version: [releases/10.1, releases/10.3] fail-fast: false steps: - uses: actions/checkout@v2 diff --git a/README.md b/README.md index 965a6a1..bb36328 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ | [![Galactic](https://github.com/micro-ROS/micro_ros_nuttx_app/actions/workflows/ci.yml/badge.svg?branch=galactic&event=schedule)](https://github.com/micro-ROS/micro_ros_nuttx_app/actions/workflows/ci.yml) | [![Rolling](https://github.com/micro-ROS/micro_ros_nuttx_app/actions/workflows/ci.yml/badge.svg?branch=main&event=schedule)](https://github.com/micro-ROS/micro_ros_nuttx_app/actions/workflows/ci.yml) | [![Humble](https://github.com/micro-ROS/micro_ros_nuttx_app/actions/workflows/ci.yml/badge.svg?branch=humble&event=schedule)](https://github.com/micro-ROS/micro_ros_nuttx_app/actions/workflows/ci.yml) | -This component has been tested in Nuttx 10.1. +This component has been tested in Nuttx 10.1 and Nuttx 10.3. ## Dependencies