File tree Expand file tree Collapse file tree 5 files changed +13
-3
lines changed Expand file tree Collapse file tree 5 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 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+
1317jobs :
1418 tag-commit :
1519 name : Tag commit
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
Original file line number Diff line number Diff line change 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
510Update the following libraries in the Long Term Support (LTS) patch release:
Original file line number Diff line number Diff 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 |
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments