Skip to content

Commit

Permalink
Move upgrade information to LTS repository
Browse files Browse the repository at this point in the history
  • Loading branch information
chinglee-iot committed Jun 20, 2024
1 parent d873a3e commit 3e91791
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3e91791

Please sign in to comment.