Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7a8795e

Browse files
authoredJun 5, 2025··
202406.02-LTS Patch Release Update (#40)
* Update FreeRTOS-Plus-TCP and corePKCS11 submodule pointers * Update CHANGELOG, README and manifest files * Update the FreeRTOS-Plus-TCP Submodule pointer to the patch release * Update the CHANGELOG, README and manifest files
1 parent 222a79e commit 7a8795e

File tree

5 files changed

+12
-6
lines changed

5 files changed

+12
-6
lines changed
 

‎CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# ChangeLog for FreeRTOS 202406-LTS
22

3+
## 202406.02-LTS (June 2025)
4+
5+
Update the following libraries in the Long Term Support (LTS) patch release:
6+
* [FreeRTOS-Plus-TCP V4.2.3](https://github.com/FreeRTOS/FreeRTOS-Plus-TCP/tree/V4.2.3)
7+
* [corePKCS11 v3.6.3](https://github.com/FreeRTOS/corePKCS11/tree/v3.6.3)
8+
39
## 202406.01-LTS (July 2024)
410

511
Update the following libraries in the Long Term Support (LTS) patch release:

‎FreeRTOS/FreeRTOS-Plus-TCP

Submodule FreeRTOS-Plus-TCP updated 430 files

‎FreeRTOS/corePKCS11

Submodule corePKCS11 updated 73 files

‎README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ Libraries in this GitHub branch (also listed below) are part of the FreeRTOS 202
1010
| Library | Version | LTS Until | LTS Repo URL |
1111
|------------------------- |---------------------|------------|------------------------------------------------------------------------------- |
1212
| FreeRTOS Kernel | 11.1.0 | 06/30/2026 | https://github.com/FreeRTOS/FreeRTOS-Kernel/tree/V11.1.0 |
13-
| FreeRTOS-Plus-TCP | 4.2.2 | 06/30/2026 | https://github.com/FreeRTOS/FreeRTOS-Plus-TCP/tree/V4.2.2 |
13+
| FreeRTOS-Plus-TCP | 4.2.3 | 06/30/2026 | https://github.com/FreeRTOS/FreeRTOS-Plus-TCP/tree/V4.2.3 |
1414
| coreMQTT | 2.3.1 | 06/30/2026 | https://github.com/FreeRTOS/coreMQTT/tree/v2.3.1 |
1515
| coreHTTP | 3.1.1 | 06/30/2026 | https://github.com/FreeRTOS/coreHTTP/tree/v3.1.1 |
16-
| corePKCS11 | 3.6.1 | 06/30/2026 | https://github.com/FreeRTOS/corePKCS11/tree/v3.6.1 |
16+
| corePKCS11 | 3.6.3 | 06/30/2026 | https://github.com/FreeRTOS/corePKCS11/tree/v3.6.3 |
1717
| coreJSON | 3.3.0 | 06/30/2026 | https://github.com/FreeRTOS/coreJSON/tree/v3.3.0 |
1818
| coreSNTP | 1.3.1 | 06/30/2026 | https://github.com/FreeRTOS/coreSNTP/tree/v1.3.1 |
1919
| Cellular Interface | 1.4.0 | 06/30/2026 | https://github.com/FreeRTOS/FreeRTOS-Cellular-Interface/tree/v1.4.0 |

‎manifest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010
url: "https://github.com/FreeRTOS/FreeRTOS-Kernel.git"
1111
path: "FreeRTOS/FreeRTOS-Kernel"
1212
- name: "FreeRTOS-Plus-TCP"
13-
version: "V4.2.2"
13+
version: "V4.2.3"
1414
repository:
1515
type: "git"
1616
url: "https://github.com/FreeRTOS/FreeRTOS-Plus-TCP.git"
@@ -34,7 +34,7 @@ dependencies:
3434
url: "https://github.com/FreeRTOS/coreMQTT.git"
3535
path: "FreeRTOS/coreMQTT"
3636
- name: "corePKCS11"
37-
version: "v3.6.1"
37+
version: "v3.6.3"
3838
repository:
3939
type: "git"
4040
url: "https://github.com/FreeRTOS/corePKCS11.git"

0 commit comments

Comments
 (0)
Please sign in to comment.