Skip to content

Commit

Permalink
202012.02 LTS Patch Release (#10)
Browse files Browse the repository at this point in the history
202012.02 LTS Patch Release

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
  • Loading branch information
aggarg authored Sep 10, 2021
1 parent 796f787 commit ed0270e
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 20 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion FreeRTOS/FreeRTOS-Kernel
Submodule FreeRTOS-Kernel updated 466 files
2 changes: 1 addition & 1 deletion FreeRTOS/FreeRTOS-Plus-TCP
Submodule FreeRTOS-Plus-TCP updated 72 files
+1 −1 FreeRTOS_ARP.c
+1 −1 FreeRTOS_DHCP.c
+1 −1 FreeRTOS_DNS.c
+1 −1 FreeRTOS_IP.c
+20 −3 FreeRTOS_Sockets.c
+1 −1 FreeRTOS_Stream_Buffer.c
+1 −1 FreeRTOS_TCP_IP.c
+1 −1 FreeRTOS_TCP_WIN.c
+1 −1 FreeRTOS_UDP_IP.c
+16 −0 History.txt
+2 −2 README.md
+1 −1 docs/doxygen/config.doxyfile
+6 −1 include/FreeRTOSIPConfigDefaults.h
+1 −1 include/FreeRTOS_ARP.h
+1 −1 include/FreeRTOS_DHCP.h
+1 −1 include/FreeRTOS_DNS.h
+1 −1 include/FreeRTOS_IP.h
+1 −1 include/FreeRTOS_IP_Private.h
+1 −1 include/FreeRTOS_Sockets.h
+1 −1 include/FreeRTOS_Stream_Buffer.h
+1 −1 include/FreeRTOS_TCP_IP.h
+1 −1 include/FreeRTOS_TCP_WIN.h
+1 −1 include/FreeRTOS_UDP_IP.h
+1 −1 include/FreeRTOS_errno_TCP.h
+1 −1 include/IPTraceMacroDefaults.h
+1 −1 include/NetworkBufferManagement.h
+1 −1 include/NetworkInterface.h
+1 −1 manifest.yml
+1 −1 portable/BufferManagement/BufferAllocation_1.c
+2 −2 portable/BufferManagement/BufferAllocation_2.c
+1 −1 portable/Compiler/CompilerName/pack_struct_end.h
+1 −1 portable/Compiler/CompilerName/pack_struct_start.h
+1 −1 portable/Compiler/GCC/pack_struct_end.h
+1 −1 portable/Compiler/GCC/pack_struct_start.h
+1 −1 portable/Compiler/IAR/pack_struct_end.h
+1 −1 portable/Compiler/IAR/pack_struct_start.h
+1 −1 portable/Compiler/Keil/pack_struct_end.h
+1 −1 portable/Compiler/Keil/pack_struct_start.h
+1 −1 portable/Compiler/MSVC/pack_struct_end.h
+1 −1 portable/Compiler/MSVC/pack_struct_start.h
+1 −1 portable/Compiler/Renesas/pack_struct_end.h
+1 −1 portable/Compiler/Renesas/pack_struct_start.h
+1 −1 portable/NetworkInterface/ATSAM4E/NetworkInterface.c
+1 −1 portable/NetworkInterface/DriverSAM/NetworkInterface.c
+1 −1 portable/NetworkInterface/LPC17xx/NetworkInterface.c
+1 −1 portable/NetworkInterface/LPC18xx/NetworkInterface.c
+1 −1 portable/NetworkInterface/LPC54018/NetworkInterface.c
+1 −1 portable/NetworkInterface/M487/NetworkInterface.c
+1 −1 portable/NetworkInterface/MPS2_AN385/NetworkInterface.c
+1 −1 portable/NetworkInterface/SH2A/NetworkInterface.c
+1 −1 portable/NetworkInterface/STM32Fxx/NetworkInterface.c
+1 −1 portable/NetworkInterface/STM32Hxx/NetworkInterface.c
+1 −1 portable/NetworkInterface/WinPCap/NetworkInterface.c
+1 −1 portable/NetworkInterface/board_family/NetworkInterface.c
+1 −1 portable/NetworkInterface/ksz8851snl/NetworkInterface.c
+1 −1 portable/NetworkInterface/linux/NetworkInterface.c
+1 −1 portable/NetworkInterface/mw300_rd/NetworkInterface.c
+1 −1 portable/NetworkInterface/xilinx_ultrascale/NetworkInterface.c
+1 −1 portable/NetworkInterface/xilinx_ultrascale/x_emacpsif_dma.c
+1 −1 test/unit-test/ConfigFiles/FreeRTOSIPConfigDefaults.h
+1 −1 test/unit-test/ConfigFiles/FreeRTOS_errno_TCP.h
+1 −1 test/unit-test/ConfigFiles/IPTraceMacroDefaults.h
+1 −1 test/unit-test/ConfigFiles/NetworkBufferManagement.h
+1 −1 test/unit-test/ConfigFiles/NetworkInterface.h
+1 −1 test/unit-test/ConfigFiles/pack_struct_end.h
+1 −1 test/unit-test/ConfigFiles/pack_struct_start.h
+1 −1 tools/tcp_utilities/include/tcp_dump_packets.h
+1 −1 tools/tcp_utilities/include/tcp_mem_stats.h
+1 −1 tools/tcp_utilities/include/tcp_netstat.h
+1 −1 tools/tcp_utilities/tcp_dump_packets.c
+1 −1 tools/tcp_utilities/tcp_mem_stats.c
+1 −1 tools/tcp_utilities/tcp_netstat.c
30 changes: 15 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

| 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 |
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-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

Expand Down
6 changes: 3 additions & 3 deletions manifest.yml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit ed0270e

Please sign in to comment.