Compare commits
6 Commits
202012.01-
...
202012.02-
Author | SHA1 | Date | |
---|---|---|---|
ed0270e43f | |||
796f78789e | |||
89d8cd7e2b | |||
7d3942ab56 | |||
50dbe5f751 | |||
43152ec6b7 |
24
.github/workflows/ci.yml
vendored
Normal file
24
.github/workflows/ci.yml
vendored
Normal file
@ -0,0 +1,24 @@
|
||||
name: CI Checks
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
git-secrets:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: recursive
|
||||
- name: Checkout awslabs/git-secrets
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
repository: awslabs/git-secrets
|
||||
ref: master
|
||||
path: git-secrets
|
||||
- name: Install git-secrets
|
||||
run: cd git-secrets && sudo make install && cd ..
|
||||
- name: Run git-secrets
|
||||
run: |
|
||||
git-secrets --register-aws
|
||||
git-secrets --scan
|
@ -1,5 +1,10 @@
|
||||
# ChangeLog for FreeRTOS 202012-LTS
|
||||
|
||||
## 202012.02-LTS (September 2021)
|
||||
Update the following libraries in the Long Term Support (LTS) patch release:
|
||||
* [FreeRTOS-Kernel V10.4.3 LTS Patch 1](https://github.com/FreeRTOS/FreeRTOS-Kernel/tree/V10.4.3-LTS-Patch-1)
|
||||
* [FreeRTOS-Plus-TCP v2.3.2 LTS Patch 1](https://github.com/FreeRTOS/FreeRTOS-Plus-TCP/tree/V2.3.2-LTS-Patch-1)
|
||||
|
||||
## 202012.01-LTS (March 2021)
|
||||
|
||||
Add the following libraries to the Long Term Support (LTS) release:
|
||||
|
Submodule FreeRTOS/FreeRTOS-Kernel updated: 9c048e0c71...628059b775
Submodule FreeRTOS/FreeRTOS-Plus-TCP updated: 9a25860e76...e44569ecb2
28
README.md
28
README.md
@ -3,21 +3,21 @@ FreeRTOS offers feature stability with long term support (LTS) releases. FreeRTO
|
||||
|
||||
## FreeRTOS/FreeRTOS Long Term Support
|
||||
|
||||
Libraries in this GitHub branch (also listed below) are part of the [FreeRTOS 202012.01 LTS](https://github.com/FreeRTOS/FreeRTOS-LTS/tree/202012-LTS) release. Learn more at https://freertos.org/lts-libraries.html.
|
||||
Libraries in this GitHub branch (also listed below) are part of the [FreeRTOS 202012.02 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 | 03/31/2023 | https://github.com/FreeRTOS/FreeRTOS-Kernel/tree/V10.4.3 |
|
||||
| FreeRTOS-Plus-TCP | 2.3.2 | 03/31/2023 | https://github.com/FreeRTOS/FreeRTOS-Plus-TCP/tree/V2.3.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 |
|
||||
| coreJSON | 3.0.0 | 03/31/2023 | https://github.com/FreeRTOS/coreJSON/tree/v3.0.0 |
|
||||
| backoffAlgorithm | 1.0.0 | 03/31/2023 | https://github.com/FreeRTOS/backoffAlgorithm/tree/v1.0.0 |
|
||||
| AWS IoT Device Shadow | 1.0.2 | 03/31/2023 | https://github.com/aws/Device-Shadow-for-AWS-IoT-embedded-sdk/tree/v1.0.2 |
|
||||
| AWS IoT Device Defender | 1.1.0 | 03/31/2023 | https://github.com/aws/Device-Defender-for-AWS-IoT-embedded-sdk/tree/v1.1.0 |
|
||||
| AWS IoT Jobs | 1.1.0 | 03/31/2023 | https://github.com/aws/Jobs-for-AWS-IoT-embedded-sdk/tree/v1.1.0 |
|
||||
| AWS IoT Over-the-air Update | 3.0.0 | 03/31/2023 | https://github.com/aws/ota-for-aws-iot-embedded-sdk/tree/v3.0.0 |
|
||||
| Library | Version | LTS Until | LTS Repo URL |
|
||||
|------------------------- |---------------------|------------|--------------------------------------------------------------------------- |
|
||||
| FreeRTOS Kernel | 10.4.3-LTS-Patch-1 | 03/31/2023 | https://github.com/FreeRTOS/FreeRTOS-Kernel/tree/V10.4.3-LTS-Patch-1 |
|
||||
| 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 |
|
||||
| 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 |
|
||||
| coreJSON | 3.0.0 | 03/31/2023 | https://github.com/FreeRTOS/coreJSON/tree/v3.0.0 |
|
||||
| backoffAlgorithm | 1.0.0 | 03/31/2023 | https://github.com/FreeRTOS/backoffAlgorithm/tree/v1.0.0 |
|
||||
| AWS IoT Device Shadow | 1.0.2 | 03/31/2023 | https://github.com/aws/Device-Shadow-for-AWS-IoT-embedded-sdk/tree/v1.0.2 |
|
||||
| AWS IoT Device Defender | 1.1.0 | 03/31/2023 | https://github.com/aws/Device-Defender-for-AWS-IoT-embedded-sdk/tree/v1.1.0 |
|
||||
| AWS IoT Jobs | 1.1.0 | 03/31/2023 | https://github.com/aws/Jobs-for-AWS-IoT-embedded-sdk/tree/v1.1.0 |
|
||||
| AWS IoT Over-the-air Update | 3.0.0 | 03/31/2023 | https://github.com/aws/ota-for-aws-iot-embedded-sdk/tree/v3.0.0 |
|
||||
|
||||
## FreeRTOS LTS Versioning and Patches
|
||||
|
||||
|
@ -1,15 +1,15 @@
|
||||
name : "FreeRTOS-LTS"
|
||||
version: "202012.00-LTS"
|
||||
version: "202012.02-LTS"
|
||||
description: |-
|
||||
"Hub Repo for FreeRTOS Long Term Support kernel and libraries"
|
||||
dependencies:
|
||||
- name: "FreeRTOS-Kernel"
|
||||
version: "V10.4.3"
|
||||
version: "V10.4.3-LTS-Patch-1"
|
||||
repository:
|
||||
type: "git"
|
||||
url: "https://github.com/FreeRTOS/FreeRTOS-Kernel.git"
|
||||
- name: "FreeRTOS-Plus-TCP"
|
||||
version: "V2.3.2"
|
||||
version: "V2.3.2-LTS-Patch-1"
|
||||
repository:
|
||||
type: "git"
|
||||
url: "https://github.com/FreeRTOS/FreeRTOS-Plus-TCP.git"
|
||||
|
Reference in New Issue
Block a user