Skip to content

Commit

Permalink
Update FreeRTOS-Plus-TCP to V2.3.2-LTS-Patch-2 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
AniruddhaKanhere authored Feb 25, 2022
1 parent 5ba2503 commit 45db7b3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ChangeLog for FreeRTOS 202012-LTS

## 202012.04-LTS (February 2022)
Update the following libraries in the Long Term Support (LTS) patch release:
* [FreeRTOS-Plus-TCP V2.3.2 LTS Patch 2](https://github.com/FreeRTOS/FreeRTOS-Plus-TCP/tree/V2.3.2-LTS-Patch-2)

## 202012.03-LTS (November 2021)
Update the following libraries in the Long Term Support (LTS) patch release:
* [FreeRTOS-Kernel V10.4.3 LTS Patch 2](https://github.com/FreeRTOS/FreeRTOS-Kernel/tree/V10.4.3-LTS-Patch-2)
Expand All @@ -26,4 +30,4 @@ Long Term Support (LTS) release of the following libraries:
* [corePKCS11 v3.0.0](https://github.com/FreeRTOS/corePKCS11/tree/v3.0.0)
* [coreJSON v3.0.0](https://github.com/FreeRTOS/coreJSON/tree/v3.0.0)
* [backoffAlgorithm v1.0.0](https://github.com/FreeRTOS/backoffAlgorithm/tree/v1.0.0)
* [AWS IoT Device Shadow v1.0.2](https://github.com/aws/Device-Shadow-for-AWS-IoT-embedded-sdk/tree/v1.0.2)
* [AWS IoT Device Shadow v1.0.2](https://github.com/aws/Device-Shadow-for-AWS-IoT-embedded-sdk/tree/v1.0.2)
2 changes: 1 addition & 1 deletion FreeRTOS/FreeRTOS-Plus-TCP
Submodule FreeRTOS-Plus-TCP updated 76 files
+1 −1 FreeRTOS_ARP.c
+1 −1 FreeRTOS_DHCP.c
+1 −1 FreeRTOS_DNS.c
+1 −1 FreeRTOS_IP.c
+1 −1 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
+4 −0 History.txt
+1 −1 README.md
+1 −1 docs/doxygen/config.doxyfile
+2 −2 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/Zynq/NetworkInterface.c
+1 −1 portable/NetworkInterface/Zynq/uncached_memory.c
+1 −1 portable/NetworkInterface/Zynq/x_emacpsif_dma.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/uncached_memory.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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ AWS also offers FreeRTOS Extended Maintenance Plan (EMP) that provides you with

## FreeRTOS/FreeRTOS Long Term Support

Libraries in this GitHub branch (also listed below) are part of the [FreeRTOS 202012.03 LTS](https://github.com/FreeRTOS/FreeRTOS-LTS/tree/202012-LTS) patch release. Learn more at https://freertos.org/lts-libraries.html.
Libraries in this GitHub branch (also listed below) are part of the [FreeRTOS 202012.04 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-2 | 03/31/2023 | https://github.com/FreeRTOS/FreeRTOS-Kernel/tree/V10.4.3-LTS-Patch-2 |
| 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 |
| FreeRTOS-Plus-TCP | 2.3.2-LTS-Patch-2 | 03/31/2023 | https://github.com/FreeRTOS/FreeRTOS-Plus-TCP/tree/V2.3.2-LTS-Patch-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 |
Expand Down
4 changes: 2 additions & 2 deletions manifest.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name : "FreeRTOS-LTS"
version: "202012.03-LTS"
version: "202012.04-LTS"
description: |-
"Hub Repo for FreeRTOS Long Term Support kernel and libraries"
dependencies:
Expand All @@ -9,7 +9,7 @@ dependencies:
type: "git"
url: "https://github.com/FreeRTOS/FreeRTOS-Kernel.git"
- name: "FreeRTOS-Plus-TCP"
version: "V2.3.2-LTS-Patch-1"
version: "V2.3.2-LTS-Patch-2"
repository:
type: "git"
url: "https://github.com/FreeRTOS/FreeRTOS-Plus-TCP.git"
Expand Down

0 comments on commit 45db7b3

Please sign in to comment.