Compare commits

...

5 Commits

Author SHA1 Message Date
Soren Ptak d873a3ed51
Changes for LTS 202210.01 Patch (#27)
* Changes for LTS 202210.01 Patch

Co-authored-by: Soren Ptak <skptak@amazon.com>
2022-11-17 16:16:33 -08:00
Soren Ptak 1e6e92f51e
Updating submodules (#26) 2022-10-14 13:53:21 -07:00
jasonpcarroll 795f5ab649
Update README.md (#23) 2022-10-14 11:54:00 -07:00
jasonpcarroll aaa64755d4
Update manifest.yml (#24) 2022-10-14 11:53:30 -07:00
jasonpcarroll 2855c08d3b
Update CHANGELOG.md (#25) 2022-10-14 11:53:13 -07:00
8 changed files with 19 additions and 14 deletions

View File

@ -1,5 +1,10 @@
# ChangeLog for FreeRTOS 202210-LTS
## 202210.01-LTS (November 2022)
Update the following libraries in the Long Term Support (LTS) patch release:
* [FreeRTOS-Kernel V10.5.1](https://github.com/FreeRTOS/FreeRTOS-Kernel/blob/V10.5.1/History.txt)
* [coreMQTT v2.1.1](https://github.com/FreeRTOS/coreMQTT/blob/v2.1.1/CHANGELOG.md)
## 202210.00-LTS (October 2022)
Long Term Support (LTS) release of the following libraries:
@ -11,10 +16,10 @@ Long Term Support (LTS) release of the following libraries:
* [coreJSON v3.2.0](https://github.com/FreeRTOS/coreJSON/tree/v3.2.0)
* [coreSNTP v1.2.0](https://github.com/FreeRTOS/coreSNTP/tree/v1.2.0)
* [Cellular Interface v1.3.0](https://github.com/FreeRTOS/FreeRTOS-Cellular-Interface/tree/v1.3.0)
* [SigV4 v1.2.0](https://github.com/FreeRTOS/SigV4-for-AWS-IoT-embedded-sdk/tree/v1.2.0)
* [SigV4 v1.2.0](https://github.com/aws/SigV4-for-AWS-IoT-embedded-sdk/tree/v1.2.0)
* [backoffAlgorithm v1.3.0](https://github.com/FreeRTOS/backoffAlgorithm/tree/v1.3.0)
* [AWS IoT Device Shadow v1.3.0](https://github.com/aws/Device-Shadow-for-AWS-IoT-embedded-sdk/tree/v1.3.0)
* [AWS IoT Device Defender v1.3.0](https://github.com/aws/Device-Defender-for-AWS-IoT-embedded-sdk/tree/v1.3.0)
* [AWS IoT Jobs v1.3.0](https://github.com/aws/Jobs-for-AWS-IoT-embedded-sdk/tree/v1.3.0)
* [AWS IoT Fleet Provisioning v1.1.0](https://github.com/aws/Fleet-Provisioning-for-AWS-IoT-embedded-sdk/tree/v1.1.0)
* [AWS IoT Over-the-air Update v3.4.0](https://github.com/aws/ota-for-aws-iot-embedded-sdk/tree/v3.4.0)
* [AWS IoT Over-the-air Update v3.4.0](https://github.com/aws/ota-for-aws-iot-embedded-sdk/tree/v3.4.0)

@ -1 +1 @@
Subproject commit 6f63da20b3c9e1408e7c8007d3427b75878cbd64
Subproject commit def7d2df2b0506d3d249334974f51e427c17a41c

@ -1 +1 @@
Subproject commit 5cfd781f94ed4d34a5d533abbff952fc23b86db5
Subproject commit 6d5641b8a2f410470134d9bfe8ee71e3d83a565e

@ -1 +1 @@
Subproject commit 38070444cedaa578c093b229e786d60f04d445b1
Subproject commit 32d2168d504e4a7b135ec890e601cc66efc32bd5

View File

@ -9,16 +9,16 @@ Libraries in this GitHub branch (also listed below) are part of the [FreeRTOS 20
| Library | Version | LTS Until | LTS Repo URL |
|------------------------- |---------------------|------------|--------------------------------------------------------------------------- |
| FreeRTOS Kernel | 10.5.0 | 10/31/2024 | https://github.com/FreeRTOS/FreeRTOS-Kernel/tree/V10.5.0 |
| FreeRTOS Kernel | 10.5.1 | 10/31/2024 | https://github.com/FreeRTOS/FreeRTOS-Kernel/tree/V10.5.1 |
| FreeRTOS-Plus-TCP | 3.1.0 | 10/31/2024 | https://github.com/FreeRTOS/FreeRTOS-Plus-TCP/tree/V3.1.0 |
| coreMQTT | 2.1.0 | 10/31/2024 | https://github.com/FreeRTOS/coreMQTT/tree/v2.1.0 |
| coreMQTT | 2.1.1 | 10/31/2024 | https://github.com/FreeRTOS/coreMQTT/tree/v2.1.1 |
| coreHTTP | 3.0.0 | 10/31/2024 | https://github.com/FreeRTOS/coreHTTP/tree/v3.0.0 |
| corePKCS11 | 3.5.0 | 10/31/2024 | https://github.com/FreeRTOS/corePKCS11/tree/v3.5.0 |
| coreJSON | 3.2.0 | 10/31/2024 | https://github.com/FreeRTOS/coreJSON/tree/v3.2.0 |
| coreSNTP | 1.2.0 | 10/31/2024 | https://github.com/FreeRTOS/coreSNTP/tree/v1.2.0 |
| Cellular Interface | 1.3.0 | 10/31/2024 | https://github.com/FreeRTOS/FreeRTOS-Cellular-Interface/tree/v1.3.0 |
| SigV4 | 1.2.0 | 10/31/2024 | https://github.com/FreeRTOS/SigV4-for-AWS-IoT-embedded-sdk/tree/v1.2.0 |
| backoffAlgorithm | 1.3.0 | 10/31/2024 | https://github.com/FreeRTOS/backoffAlgorithm/tree/v1.3.0 |
| SigV4 | 1.2.0 | 10/31/2024 | https://github.com/aws/SigV4-for-AWS-IoT-embedded-sdk/tree/v1.2.0 |
| AWS IoT Device Shadow | 1.3.0 | 10/31/2024 | https://github.com/aws/Device-Shadow-for-AWS-IoT-embedded-sdk/tree/v1.3.0 |
| AWS IoT Device Defender | 1.3.0 | 10/31/2024 | https://github.com/aws/Device-Defender-for-AWS-IoT-embedded-sdk/tree/v1.3.0 |
| AWS IoT Jobs | 1.3.0 | 10/31/2024 | https://github.com/aws/Jobs-for-AWS-IoT-embedded-sdk/tree/v1.3.0 |
@ -39,4 +39,4 @@ See [CONTRIBUTING](CONTRIBUTING.md#security-issue-notifications) for more inform
## License
This library is licensed under the MIT License. See the [LICENSE](LICENSE.md) file.
This library is licensed under the MIT License. See the [LICENSE](LICENSE.md) file.

@ -1 +1 @@
Subproject commit 03ed7b7f09f8655bc4921cf7a2b74d60f9f781bf
Subproject commit fca2f6d4a87136a62604ccc5868196496b9c1980

@ -1 +1 @@
Subproject commit 2f7ad15fe6b1dece2983b690043ab3b79b1b9e37
Subproject commit cbfad41556de904fc94a6f960bad295929688ef4

View File

@ -4,7 +4,7 @@ description: |-
"Hub Repo for FreeRTOS Long Term Support kernel and libraries"
dependencies:
- name: "FreeRTOS-Kernel"
version: "V10.5.0"
version: "V10.5.1"
repository:
type: "git"
url: "https://github.com/FreeRTOS/FreeRTOS-Kernel.git"
@ -24,7 +24,7 @@ dependencies:
type: "git"
url: "https://github.com/FreeRTOS/coreHTTP.git"
- name: "coreMQTT"
version: "v2.1.0"
version: "v2.1.1"
repository:
type: "git"
url: "https://github.com/FreeRTOS/coreMQTT.git"
@ -47,7 +47,7 @@ dependencies:
version: "v1.2.0"
repository:
type: "git"
url: "https://github.com/FreeRTOS/SigV4-for-AWS-IoT-embedded-sdk.git"
url: "https://github.com/aws/SigV4-for-AWS-IoT-embedded-sdk.git"
- name: "backoffAlgorithm"
version: "v1.3.0"
repository: