mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-14 08:47:45 -04:00
Update +TCP to latest version (#1192)
This commit is contained in:
parent
2bb9bca68b
commit
000c005cee
4 changed files with 7 additions and 4 deletions
|
@ -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 */
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit b41e57e7b28d714a494cc470f16a8f5fea2b9e18
|
||||
Subproject commit f940d75a1393ba976edfcce118d4d97dc234322d
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue