Skip to content

Commit 5c70fca

Browse files
Update FreeRTOS-Plus-TCP submodule pointer to latest LTS version (#45)
* Update FreeRTOS-Plus-TCP submodule pointer * Fix permission
1 parent a12bdbe commit 5c70fca

File tree

5 files changed

+13
-3
lines changed

5 files changed

+13
-3
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ on:
1010
description: 'Release Version (Eg, 202012.00-LTS)'
1111
required: true
1212

13+
# Workflow permissions block
14+
permissions:
15+
contents: write # This grants write access to repository content, including pushing commits/tags and creating releases.
16+
1317
jobs:
1418
tag-commit:
1519
name: Tag commit
@@ -85,6 +89,7 @@ jobs:
8589
path: zip-check/FreeRTOSv${{ github.event.inputs.version_number }}.zip
8690
create-release:
8791
permissions:
92+
contents: write
8893
id-token: write
8994
needs: create-zip
9095
name: Create Release and Upload Release Asset

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)