From 574f2877cd909e590d92d849eda03a19d6de95e2 Mon Sep 17 00:00:00 2001 From: chinglee-iot <61685396+chinglee-iot@users.noreply.github.com> Date: Thu, 27 Jun 2024 13:59:27 +0800 Subject: [PATCH] Move migrate information to LTS repository (#28) * Move upgrade information to LTS repository --- CONTRIBUTING.md | 2 +- README.md | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e8eff46..c7181ba 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,4 +15,4 @@ If you discover a potential security issue in this project we ask that you notif ## Licensing -See the [LICENSE](LICENSE) file for our project's licensing. We will ask you to confirm the licensing of your contribution. +See the [LICENSE](LICENSE.md) file for our project's licensing. We will ask you to confirm the licensing of your contribution. diff --git a/README.md b/README.md index 9b1d3af..5fc74eb 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,11 @@ Libraries in this GitHub branch (also listed below) are part of the [FreeRTOS 20 ## Upgrading to FreeRTOS 202210-LTS from a previous version of FreeRTOS LTS -Refer to https://freertos.org/lts-libraries.html on how to upgrade to FreeRTOS 202210 LTS +FreeRTOS 202210 LTS libraries are backward compatible with 202012.xx LTS, other than +the coreMQTT and FreeRTOS-Plus-TCP libraries. For FreeRTOS-Plus-TCP, refer +to [these instructions](https://github.com/freertos/freertos-plus-tcp#upgrading-to-v300-and-above) +on how to update your projects to use the new version. For coreMQTT, refer to +[these instructions](https://github.com/FreeRTOS/coreMQTT/blob/main/MigrationGuide.md) for upgrading to newer version. ## FreeRTOS LTS Versioning and Patches