Skip to content

Commit

Permalink
Update version number/Manifest/History and Kernel pointer for release (
Browse files Browse the repository at this point in the history
…#383)

* Update version/manifest/Kernel pointer
  • Loading branch information
AniruddhaKanhere committed Dec 14, 2021
1 parent a117644 commit b6eac0c
Show file tree
Hide file tree
Showing 94 changed files with 102 additions and 95 deletions.
2 changes: 1 addition & 1 deletion FreeRTOS_ARP.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.4
* FreeRTOS+TCP V2.4.0
* Copyright (C) 2021 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.4
* FreeRTOS+TCP V2.4.0
* Copyright (C) 2021 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.4
* FreeRTOS+TCP V2.4.0
* Copyright (C) 2021 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.4
* FreeRTOS+TCP V2.4.0
* Copyright (C) 2021 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.4
* FreeRTOS+TCP V2.4.0
* Copyright (C) 2021 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.4
* FreeRTOS+TCP V2.4.0
* Copyright (C) 2021 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.4
* FreeRTOS+TCP V2.4.0
* Copyright (C) 2021 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.4
* FreeRTOS+TCP V2.4.0
* Copyright (C) 2021 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.4
* FreeRTOS+TCP V2.4.0
* Copyright (C) 2021 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
7 changes: 7 additions & 0 deletions History.txt
@@ -1,3 +1,10 @@
Changes between V2.3.4 and V2.4.0 releases:
+ Updated the maximum limit on the number of bytes which can be requested
when using BufferAllocation2.c
+ Improved MISRA compliance.
+ Added minor bug fixes to various network interfaces.
+ Improved RFC Compliance.

Changes between V2.3.3 and V2.3.4 releases:
+ Added a check in BufferAllocation_2.c to ensure adding (2 +
ipBUFFER_PADDING) bytes to the requested allocation size does
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.4
PROJECT_NUMBER = V2.4.0

# 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
2 changes: 1 addition & 1 deletion include/FreeRTOSIPConfigDefaults.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.4
* FreeRTOS+TCP V2.4.0
* Copyright (C) 2021 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_ARP.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.4
* FreeRTOS+TCP V2.4.0
* Copyright (C) 2021 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.4
* FreeRTOS+TCP V2.4.0
* Copyright (C) 2021 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.4
* FreeRTOS+TCP V2.4.0
* Copyright (C) 2021 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 include/FreeRTOS_IP.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.4
* FreeRTOS+TCP V2.4.0
* Copyright (C) 2021 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 @@ -40,7 +40,7 @@

/* Constants defining the current version of the FreeRTOS+TCP
* network stack. */
#define ipFR_TCP_VERSION_NUMBER "V2.3.4"
#define ipFR_TCP_VERSION_NUMBER "V2.4.0"
#define ipFR_TCP_VERSION_MAJOR 2
#define ipFR_TCP_VERSION_MINOR 3
#define ipFR_TCP_VERSION_BUILD 4
Expand Down
2 changes: 1 addition & 1 deletion include/FreeRTOS_IP_Private.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.4
* FreeRTOS+TCP V2.4.0
* Copyright (C) 2021 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.4
* FreeRTOS+TCP V2.4.0
* Copyright (C) 2021 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.4
* FreeRTOS+TCP V2.4.0
* Copyright (C) 2021 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.4
* FreeRTOS+TCP V2.4.0
* Copyright (C) 2021 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.4
* FreeRTOS+TCP V2.4.0
* Copyright (C) 2021 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.4
* FreeRTOS+TCP V2.4.0
* Copyright (C) 2021 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.4
* FreeRTOS+TCP V2.4.0
* Copyright (C) 2021 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.4
* FreeRTOS+TCP V2.4.0
* Copyright (C) 2021 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.4
* FreeRTOS+TCP V2.4.0
* Copyright (C) 2021 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.4
* FreeRTOS+TCP V2.4.0
* Copyright (C) 2021 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 manifest.yml
@@ -1,11 +1,11 @@
name : "FreeRTOS-Plus-TCP"
version: "V2.3.4"
version: "V2.4.0"
description: |-
"Thread safe FreeRTOS TCP/IP stack working on top of the FreeRTOS-Kernel to implement the TCP/IP protocol. Suitable for microcontrollers."
dependencies:
- name: "FreeRTOS-Kernel"
version: "V10.4.5"
version: "V10.4.6"
repository:
type: "git"
url: "https://github.com/FreeRTOS/FreeRTOS-Kernel"
Expand Down
2 changes: 1 addition & 1 deletion portable/BufferManagement/BufferAllocation_1.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.4
* FreeRTOS+TCP V2.4.0
* Copyright (C) 2021 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/BufferManagement/BufferAllocation_2.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.4
* FreeRTOS+TCP V2.4.0
* Copyright (C) 2021 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_end.h
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.4
* FreeRTOS+TCP V2.4.0
* Copyright (C) 2021 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.4
* FreeRTOS+TCP V2.4.0
* Copyright (C) 2021 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.4
* FreeRTOS+TCP V2.4.0
* Copyright (C) 2021 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.4
* FreeRTOS+TCP V2.4.0
* Copyright (C) 2021 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.4
* FreeRTOS+TCP V2.4.0
* Copyright (C) 2021 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.4
* FreeRTOS+TCP V2.4.0
* Copyright (C) 2021 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.4
* FreeRTOS+TCP V2.4.0
* Copyright (C) 2021 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.4
* FreeRTOS+TCP V2.4.0
* Copyright (C) 2021 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.4
* FreeRTOS+TCP V2.4.0
* Copyright (C) 2021 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.4
* FreeRTOS+TCP V2.4.0
* Copyright (C) 2021 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.4
* FreeRTOS+TCP V2.4.0
* Copyright (C) 2021 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.4
* FreeRTOS+TCP V2.4.0
* Copyright (C) 2021 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.4
* FreeRTOS+TCP V2.4.0
* Copyright (C) 2021 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/ATSAME5x/NetworkInterface.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.4
* FreeRTOS+TCP V2.4.0
* Copyright (C) 2021 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/Common/phyHandling.c
@@ -1,5 +1,5 @@
/*
* FreeRTOS+TCP V2.3.4
* FreeRTOS+TCP V2.4.0
* Copyright (C) 2021 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.4
* FreeRTOS+TCP V2.4.0
* Copyright (C) 2021 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.4
* FreeRTOS+TCP V2.4.0
* Copyright (C) 2021 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.4
* FreeRTOS+TCP V2.4.0
* Copyright (C) 2021 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.4
* FreeRTOS+TCP V2.4.0
* Copyright (C) 2021 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.4
* FreeRTOS+TCP V2.4.0
* Copyright (C) 2021 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.4
* FreeRTOS+TCP V2.4.0
* Copyright (C) 2021 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.4
* FreeRTOS+TCP V2.4.0
* Copyright (C) 2021 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.4
* FreeRTOS+TCP V2.4.0
* Copyright (C) 2021 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.4
* FreeRTOS+TCP V2.4.0
* Copyright (C) 2021 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 b6eac0c

Please sign in to comment.