mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2025-12-12 05:55:17 +08:00
Update +TCP to latest version (#1192)
This commit is contained in:
@@ -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 */
|
||||
|
||||
Submodule FreeRTOS-Plus/Source/FreeRTOS-Plus-TCP updated: b41e57e7b2...f940d75a13
@@ -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
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user