From b67d98a361a7908af4b30915cd2e57cac7242d17 Mon Sep 17 00:00:00 2001 From: "Ching-Hsin,Lee" Date: Wed, 26 Jun 2024 13:25:57 +0800 Subject: [PATCH] Move migration guide from webpage to github --- 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..edbc0bf 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, except +for 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). ## FreeRTOS LTS Versioning and Patches