Skip to content

Commit

Permalink
Update +TCP to latest version (FreeRTOS#1192)
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-josi-aws authored Mar 14, 2024
1 parent 2bb9bca commit 000c005
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,9 @@ extern void vLoggingPrintf( const char * pcFormatString,

/* Set ipconfigBUFFER_PADDING on 64-bit platforms */
#if INTPTR_MAX == INT64_MAX
#define ipconfigBUFFER_PADDING ( 14U )
#define ipconfigBUFFER_PADDING ( 14U )
#endif /* INTPTR_MAX == INT64_MAX */

#define ipconfigETHERNET_DRIVER_FILTERS_PACKETS ( 1 )

#endif /* FREERTOS_IP_CONFIG_H */
2 changes: 1 addition & 1 deletion FreeRTOS-Plus/Source/FreeRTOS-Plus-TCP
Submodule FreeRTOS-Plus-TCP updated 365 files
Original file line number Diff line number Diff line change
Expand Up @@ -306,9 +306,10 @@ extern void vLoggingPrintf( const char * pcFormatString,

/* Set ipconfigBUFFER_PADDING on 64-bit platforms */
#if INTPTR_MAX == INT64_MAX
#define ipconfigBUFFER_PADDING ( 14U )
#define ipconfigBUFFER_PADDING ( 14U )
#endif /* INTPTR_MAX == INT64_MAX */

#define ipconfigETHERNET_DRIVER_FILTERS_PACKETS ( 1 )

#define configMAC

Expand Down
2 changes: 1 addition & 1 deletion manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
path: "FreeRTOS/Source"

- name: "FreeRTOS-Plus-TCP"
version: "V4.0.0"
version: "V4.1.0"
repository:
type: "git"
url: "https://github.com/FreeRTOS/FreeRTOS-Plus-TCP.git"
Expand Down

0 comments on commit 000c005

Please sign in to comment.