mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2025-12-12 14:06:19 +08:00
Update +TCP to latest version (#1192)
This commit is contained in:
@@ -315,4 +315,6 @@ extern void vLoggingPrintf( const char * pcFormatString,
|
||||
#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
@@ -309,6 +309,7 @@ extern void vLoggingPrintf( const char * pcFormatString,
|
||||
#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