Update FreeRTOS-Plus-TCP to V2.3.2-LTS-Patch-2 (#13)

This commit is contained in:
Aniruddha Kanhere 2022-02-25 13:24:50 -08:00 committed by GitHub
parent 5ba25033a5
commit 45db7b3ccd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 6 deletions

View File

@ -1,5 +1,9 @@
# ChangeLog for FreeRTOS 202012-LTS
## 202012.04-LTS (February 2022)
Update the following libraries in the Long Term Support (LTS) patch release:
* [FreeRTOS-Plus-TCP V2.3.2 LTS Patch 2](https://github.com/FreeRTOS/FreeRTOS-Plus-TCP/tree/V2.3.2-LTS-Patch-2)
## 202012.03-LTS (November 2021)
Update the following libraries in the Long Term Support (LTS) patch release:
* [FreeRTOS-Kernel V10.4.3 LTS Patch 2](https://github.com/FreeRTOS/FreeRTOS-Kernel/tree/V10.4.3-LTS-Patch-2)
@ -26,4 +30,4 @@ Long Term Support (LTS) release of the following libraries:
* [corePKCS11 v3.0.0](https://github.com/FreeRTOS/corePKCS11/tree/v3.0.0)
* [coreJSON v3.0.0](https://github.com/FreeRTOS/coreJSON/tree/v3.0.0)
* [backoffAlgorithm v1.0.0](https://github.com/FreeRTOS/backoffAlgorithm/tree/v1.0.0)
* [AWS IoT Device Shadow v1.0.2](https://github.com/aws/Device-Shadow-for-AWS-IoT-embedded-sdk/tree/v1.0.2)
* [AWS IoT Device Shadow v1.0.2](https://github.com/aws/Device-Shadow-for-AWS-IoT-embedded-sdk/tree/v1.0.2)

@ -1 +1 @@
Subproject commit e44569ecb218b0db3b11b73bdbe0d3b3f9d7c4c7
Subproject commit 80bbfdf028b69a8e9c173830e3afdb1a2908a8fb

View File

@ -5,12 +5,12 @@ AWS also offers FreeRTOS Extended Maintenance Plan (EMP) that provides you with
## FreeRTOS/FreeRTOS Long Term Support
Libraries in this GitHub branch (also listed below) are part of the [FreeRTOS 202012.03 LTS](https://github.com/FreeRTOS/FreeRTOS-LTS/tree/202012-LTS) patch release. Learn more at https://freertos.org/lts-libraries.html.
Libraries in this GitHub branch (also listed below) are part of the [FreeRTOS 202012.04 LTS](https://github.com/FreeRTOS/FreeRTOS-LTS/tree/202012-LTS) patch release. Learn more at https://freertos.org/lts-libraries.html.
| Library | Version | LTS Until | LTS Repo URL |
|------------------------- |---------------------|------------|--------------------------------------------------------------------------- |
| FreeRTOS Kernel | 10.4.3-LTS-Patch-2 | 03/31/2023 | https://github.com/FreeRTOS/FreeRTOS-Kernel/tree/V10.4.3-LTS-Patch-2 |
| FreeRTOS-Plus-TCP | 2.3.2-LTS-Patch-1 | 03/31/2023 | https://github.com/FreeRTOS/FreeRTOS-Plus-TCP/tree/V2.3.2-LTS-Patch-1 |
| FreeRTOS-Plus-TCP | 2.3.2-LTS-Patch-2 | 03/31/2023 | https://github.com/FreeRTOS/FreeRTOS-Plus-TCP/tree/V2.3.2-LTS-Patch-2 |
| coreMQTT | 1.1.0 | 03/31/2023 | https://github.com/FreeRTOS/coreMQTT/tree/v1.1.0 |
| coreHTTP | 2.0.0 | 03/31/2023 | https://github.com/FreeRTOS/coreHTTP/tree/v2.0.0 |
| corePKCS11 | 3.0.0 | 03/31/2023 | https://github.com/FreeRTOS/corePKCS11/tree/v3.0.0 |

View File

@ -1,5 +1,5 @@
name : "FreeRTOS-LTS"
version: "202012.03-LTS"
version: "202012.04-LTS"
description: |-
"Hub Repo for FreeRTOS Long Term Support kernel and libraries"
dependencies:
@ -9,7 +9,7 @@ dependencies:
type: "git"
url: "https://github.com/FreeRTOS/FreeRTOS-Kernel.git"
- name: "FreeRTOS-Plus-TCP"
version: "V2.3.2-LTS-Patch-1"
version: "V2.3.2-LTS-Patch-2"
repository:
type: "git"
url: "https://github.com/FreeRTOS/FreeRTOS-Plus-TCP.git"