Skip to content

Commit 0e9e54d

Browse files
committed
Update FreeRTOS-Plus-TCP submodule pointer
1 parent a12bdbe commit 0e9e54d

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

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

3+
## 202406.04-LTS (October 2025)
4+
5+
Update the following libraries in the Long Term Support (LTS) patch release:
6+
* [FreeRTOS-Plus-TCP V4.2.5](https://github.com/FreeRTOS/FreeRTOS-Plus-TCP/tree/V4.2.5)
7+
38
## 202406.03-LTS (June 2025)
49

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

FreeRTOS/FreeRTOS-Plus-TCP

Submodule FreeRTOS-Plus-TCP updated 339 files

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ 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.4 | 06/30/2026 | https://github.com/FreeRTOS/FreeRTOS-Plus-TCP/tree/V4.2.4 |
13+
| FreeRTOS-Plus-TCP | 4.2.5 | 06/30/2026 | https://github.com/FreeRTOS/FreeRTOS-Plus-TCP/tree/V4.2.5 |
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 |
1616
| corePKCS11 | 3.6.3 | 06/30/2026 | https://github.com/FreeRTOS/corePKCS11/tree/v3.6.3 |

manifest.yml

Lines changed: 1 addition & 1 deletion
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.4"
13+
version: "V4.2.5"
1414
repository:
1515
type: "git"
1616
url: "https://github.com/FreeRTOS/FreeRTOS-Plus-TCP.git"

0 commit comments

Comments
 (0)