Skip to content

Commit

Permalink
LTS release patch 2
Browse files Browse the repository at this point in the history
Updated the maximum limit on the number of bytes which can be requested
when using BufferAllocation2.c
  • Loading branch information
AniruddhaKanhere committed Feb 25, 2022
1 parent e44569e commit 80bbfdf
Show file tree
Hide file tree
Showing 76 changed files with 81 additions and 77 deletions.
2 changes: 1 addition & 1 deletion FreeRTOS_ARP.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.2 LTS Patch 1
* FreeRTOS+TCP V2.3.2 LTS Patch 2
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion FreeRTOS_DHCP.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.2 LTS Patch 1
* FreeRTOS+TCP V2.3.2 LTS Patch 2
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion FreeRTOS_DNS.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.2 LTS Patch 1
* FreeRTOS+TCP V2.3.2 LTS Patch 2
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion FreeRTOS_IP.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.2 LTS Patch 1
* FreeRTOS+TCP V2.3.2 LTS Patch 2
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion FreeRTOS_Sockets.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.2 LTS Patch 1
* FreeRTOS+TCP V2.3.2 LTS Patch 2
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion FreeRTOS_Stream_Buffer.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.2 LTS Patch 1
* FreeRTOS+TCP V2.3.2 LTS Patch 2
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion FreeRTOS_TCP_IP.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.2 LTS Patch 1
* FreeRTOS+TCP V2.3.2 LTS Patch 2
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion FreeRTOS_TCP_WIN.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.2 LTS Patch 1
* FreeRTOS+TCP V2.3.2 LTS Patch 2
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion FreeRTOS_UDP_IP.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.2 LTS Patch 1
* FreeRTOS+TCP V2.3.2 LTS Patch 2
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
4 changes: 4 additions & 0 deletions History.txt
@@ -1,3 +1,7 @@
Changes between V2.3.2 LTS Patch 1 and V2.3.2 LTS Patch 2
+ Updated the maximum limit on the number of bytes which can be requested
when using BufferAllocation2.c

Changes between V2.3.2 and V2.3.2 LTS Patch 1
+ In BufferAllocation_2.c
(https://github.com/FreeRTOS/FreeRTOS-Plus-TCP/blob/main/portable/BufferManagement/BufferAllocation_2.c),
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -3,7 +3,7 @@ The easiest way to use FreeRTOS-Plus-TCP is to start with the pre-configured dem

Additionally, for FreeRTOS-Plus-TCP source code organization refer to the [Documentation](http://www.FreeRTOS.org/FreeRTOS-Plus/FreeRTOS_Plus_TCP/TCP_Networking_Tutorial.html), and [API Reference](https://freertos.org/FreeRTOS-Plus/FreeRTOS_Plus_TCP/FreeRTOS_TCP_API_Functions.html).

FreeRTOS+TCP V2.3.2 LTS Patch 1 [source code](https://github.com/FreeRTOS/FreeRTOS-Plus-TCP/tree/V2.3.2-LTS-Patch-1)(.c .h) is part of the [FreeRTOS 202012.02 LTS](https://github.com/FreeRTOS/FreeRTOS-LTS/tree/202012.02-LTS) release.
FreeRTOS+TCP V2.3.2 LTS Patch 2 [source code](https://github.com/FreeRTOS/FreeRTOS-Plus-TCP/tree/V2.3.2-LTS-Patch-2)(.c .h) is part of the [FreeRTOS 202012.04 LTS](https://github.com/FreeRTOS/FreeRTOS-LTS/tree/202012.04-LTS) release.

### Getting help
If you have any questions or need assistance troubleshooting your FreeRTOS project, we have an active community that can help on the [FreeRTOS Community Support Forum](https://forums.freertos.org). Please also refer to [FAQ](http://www.freertos.org/FAQHelp.html) for frequently asked questions.
Expand Down
2 changes: 1 addition & 1 deletion docs/doxygen/config.doxyfile
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "FreeRTOS-Plus-TCP"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = "V2.3.2 LTS Patch 1"
PROJECT_NUMBER = "V2.3.2 LTS Patch 2"

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
4 changes: 2 additions & 2 deletions include/FreeRTOSIPConfigDefaults.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.2 LTS Patch 1
* FreeRTOS+TCP V2.3.2 LTS Patch 2
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down Expand Up @@ -396,7 +396,7 @@
#else
#if ipconfigNETWORK_MTU > ( SIZE_MAX >> 1 )
#undef ipconfigNETWORK_MTU
#define ipconfigNETWORK_MTU ( SIZE_MAX >> 1 )
#define ipconfigNETWORK_MTU ( SIZE_MAX >> 1 )
#endif
#endif

Expand Down
2 changes: 1 addition & 1 deletion include/FreeRTOS_ARP.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.2 LTS Patch 1
* FreeRTOS+TCP V2.3.2 LTS Patch 2
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion include/FreeRTOS_DHCP.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.2 LTS Patch 1
* FreeRTOS+TCP V2.3.2 LTS Patch 2
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion include/FreeRTOS_DNS.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.2 LTS Patch 1
* FreeRTOS+TCP V2.3.2 LTS Patch 2
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion include/FreeRTOS_IP.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.2 LTS Patch 1
* FreeRTOS+TCP V2.3.2 LTS Patch 2
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion include/FreeRTOS_IP_Private.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.2 LTS Patch 1
* FreeRTOS+TCP V2.3.2 LTS Patch 2
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion include/FreeRTOS_Sockets.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.2 LTS Patch 1
* FreeRTOS+TCP V2.3.2 LTS Patch 2
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion include/FreeRTOS_Stream_Buffer.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.2 LTS Patch 1
* FreeRTOS+TCP V2.3.2 LTS Patch 2
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion include/FreeRTOS_TCP_IP.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.2 LTS Patch 1
* FreeRTOS+TCP V2.3.2 LTS Patch 2
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion include/FreeRTOS_TCP_WIN.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.2 LTS Patch 1
* FreeRTOS+TCP V2.3.2 LTS Patch 2
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion include/FreeRTOS_UDP_IP.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.2 LTS Patch 1
* FreeRTOS+TCP V2.3.2 LTS Patch 2
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion include/FreeRTOS_errno_TCP.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.2 LTS Patch 1
* FreeRTOS+TCP V2.3.2 LTS Patch 2
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion include/IPTraceMacroDefaults.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.2 LTS Patch 1
* FreeRTOS+TCP V2.3.2 LTS Patch 2
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion include/NetworkBufferManagement.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.2 LTS Patch 1
* FreeRTOS+TCP V2.3.2 LTS Patch 2
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion include/NetworkInterface.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.2 LTS Patch 1
* FreeRTOS+TCP V2.3.2 LTS Patch 2
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion manifest.yml
@@ -1,5 +1,5 @@
name : "FreeRTOS-Plus-TCP"
version: "V2.3.2 LTS Patch 1"
version: "V2.3.2 LTS Patch 2"
description: |-
"Thread safe FreeRTOS TCP/IP stack working on top of the FreeRTOS-Kernel to implement the TCP/IP protocol. Suitable for microcontrollers."
Expand Down
2 changes: 1 addition & 1 deletion portable/BufferManagement/BufferAllocation_1.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.2 LTS Patch 1
* FreeRTOS+TCP V2.3.2 LTS Patch 2
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
4 changes: 2 additions & 2 deletions portable/BufferManagement/BufferAllocation_2.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.2 LTS Patch 1
* FreeRTOS+TCP V2.3.2 LTS Patch 2
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down Expand Up @@ -213,7 +213,7 @@ NetworkBufferDescriptor_t * pxGetNetworkBufferWithDescriptor( size_t xRequestedS
NetworkBufferDescriptor_t * pxReturn = NULL;
size_t uxCount;

if( ( xRequestedSizeBytes <= ( ipconfigNETWORK_MTU + ipSIZE_OF_ETH_HEADER ) ) && ( xNetworkBufferSemaphore != NULL ) )
if( ( xRequestedSizeBytes <= ( SIZE_MAX >> 1 ) ) && ( xNetworkBufferSemaphore != NULL ) )
{
if( ( xRequestedSizeBytes != 0U ) && ( xRequestedSizeBytes < ( size_t ) baMINIMAL_BUFFER_SIZE ) )
{
Expand Down
2 changes: 1 addition & 1 deletion portable/Compiler/CompilerName/pack_struct_end.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.2 LTS Patch 1
* FreeRTOS+TCP V2.3.2 LTS Patch 2
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion portable/Compiler/CompilerName/pack_struct_start.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.2 LTS Patch 1
* FreeRTOS+TCP V2.3.2 LTS Patch 2
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion portable/Compiler/GCC/pack_struct_end.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.2 LTS Patch 1
* FreeRTOS+TCP V2.3.2 LTS Patch 2
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion portable/Compiler/GCC/pack_struct_start.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.2 LTS Patch 1
* FreeRTOS+TCP V2.3.2 LTS Patch 2
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion portable/Compiler/IAR/pack_struct_end.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.2 LTS Patch 1
* FreeRTOS+TCP V2.3.2 LTS Patch 2
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion portable/Compiler/IAR/pack_struct_start.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.2 LTS Patch 1
* FreeRTOS+TCP V2.3.2 LTS Patch 2
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion portable/Compiler/Keil/pack_struct_end.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.2 LTS Patch 1
* FreeRTOS+TCP V2.3.2 LTS Patch 2
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion portable/Compiler/Keil/pack_struct_start.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.2 LTS Patch 1
* FreeRTOS+TCP V2.3.2 LTS Patch 2
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion portable/Compiler/MSVC/pack_struct_end.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.2 LTS Patch 1
* FreeRTOS+TCP V2.3.2 LTS Patch 2
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion portable/Compiler/MSVC/pack_struct_start.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.2 LTS Patch 1
* FreeRTOS+TCP V2.3.2 LTS Patch 2
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion portable/Compiler/Renesas/pack_struct_end.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.2 LTS Patch 1
* FreeRTOS+TCP V2.3.2 LTS Patch 2
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion portable/Compiler/Renesas/pack_struct_start.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.2 LTS Patch 1
* FreeRTOS+TCP V2.3.2 LTS Patch 2
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion portable/NetworkInterface/ATSAM4E/NetworkInterface.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.2 LTS Patch 1
* FreeRTOS+TCP V2.3.2 LTS Patch 2
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion portable/NetworkInterface/DriverSAM/NetworkInterface.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.2 LTS Patch 1
* FreeRTOS+TCP V2.3.2 LTS Patch 2
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion portable/NetworkInterface/LPC17xx/NetworkInterface.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.2 LTS Patch 1
* FreeRTOS+TCP V2.3.2 LTS Patch 2
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion portable/NetworkInterface/LPC18xx/NetworkInterface.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.2 LTS Patch 1
* FreeRTOS+TCP V2.3.2 LTS Patch 2
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion portable/NetworkInterface/LPC54018/NetworkInterface.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.2 LTS Patch 1
* FreeRTOS+TCP V2.3.2 LTS Patch 2
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion portable/NetworkInterface/M487/NetworkInterface.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.2 LTS Patch 1
* FreeRTOS+TCP V2.3.2 LTS Patch 2
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion portable/NetworkInterface/MPS2_AN385/NetworkInterface.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.2 LTS Patch 1
* FreeRTOS+TCP V2.3.2 LTS Patch 2
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion portable/NetworkInterface/SH2A/NetworkInterface.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.2 LTS Patch 1
* FreeRTOS+TCP V2.3.2 LTS Patch 2
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion portable/NetworkInterface/STM32Fxx/NetworkInterface.c
Expand Up @@ -4,7 +4,7 @@
*/

/*
* FreeRTOS+TCP V2.3.2 LTS Patch 1
* FreeRTOS+TCP V2.3.2 LTS Patch 2
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion portable/NetworkInterface/STM32Hxx/NetworkInterface.c
Expand Up @@ -4,7 +4,7 @@
*/

/*
* FreeRTOS+TCP V2.3.2 LTS Patch 1
* FreeRTOS+TCP V2.3.2 LTS Patch 2
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
2 changes: 1 addition & 1 deletion portable/NetworkInterface/WinPCap/NetworkInterface.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.2 LTS Patch 1
* FreeRTOS+TCP V2.3.2 LTS Patch 2
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down

0 comments on commit 80bbfdf

Please sign in to comment.