You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/include/FreeRTOSIPDeprecatedDefinitions.h
+46-30Lines changed: 46 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -33,46 +33,58 @@
33
33
#ifndefFREERTOS_IP_DEPRECATED_DEFINITIONS_H
34
34
#defineFREERTOS_IP_DEPRECATED_DEFINITIONS_H
35
35
36
-
#ifdeftcpconfigIP_TIME_TO_LIVE
37
-
#errorNow called: ipconfigTCP_TIME_TO_LIVE
36
+
#ifndefFREERTOS_IP_CONFIG_DEFAULTS_H
37
+
#errorFreeRTOSIPConfigDefaults.h has not been included yet
38
38
#endif
39
39
40
-
#ifdefupdconfigIP_TIME_TO_LIVE
41
-
#error Now called: ipconfigUDP_TIME_TO_LIVE
40
+
#ifdefdnsMAX_REQUEST_ATTEMPTS
41
+
#error Now called: ipconfigDNS_REQUEST_ATTEMPTS
42
42
#endif
43
43
44
-
#ifdefipFILLER_SIZE
45
-
#error Now called: ipconfigPACKET_FILLER_SIZE
44
+
#ifdefFreeRTOS_lprintf
45
+
#error Now called: FreeRTOS_debug_printf
46
46
#endif
47
47
48
-
#ifdefdnsMAX_REQUEST_ATTEMPTS
49
-
#error Now called: ipconfigDNS_REQUEST_ATTEMPTS
48
+
#ifdefHAS_TX_CRC_OFFLOADING
49
+
#error Now called: ipconfigHAS_TX_CRC_OFFLOADING
50
50
#endif
51
51
52
-
#ifdefipconfigUDP_TASK_PRIORITY
53
-
#error Now called: ipconfigIP_TASK_PRIORITY
52
+
#ifdefHAS_RX_CRC_OFFLOADING
53
+
#error Now called: ipconfigHAS_RX_CRC_OFFLOADING, Not used
54
54
#endif
55
55
56
-
#ifdefipconfigUDP_TASK_STACK_SIZE_WORDS
57
-
#error Now called: ipconfigIP_TASK_STACK_SIZE_WORDS
56
+
#ifdefipconfigBUFFER_ALLOC_FIXED_SIZE
57
+
#error ipconfigBUFFER_ALLOC_FIXED_SIZE was dropped and replaced by a const value, declared in BufferAllocation[12].c
58
+
#endif
59
+
60
+
#ifdefipconfigDHCP_USES_USER_HOOK
61
+
#error ipconfigDHCP_USES_USER_HOOK has been replaced by ipconfigUSE_DHCP_HOOK
58
62
#endif
59
63
60
64
#ifdefipconfigDRIVER_INCLUDED_RX_IP_FILTERING
61
65
#error Now called: ipconfigETHERNET_DRIVER_FILTERS_PACKETS
62
66
#endif
63
67
68
+
#ifdefipconfigHAS_INLINE_FUNCTIONS
69
+
#error ipconfigHAS_INLINE_FUNCTIONS is not used
70
+
#endif
71
+
64
72
#ifdefipconfigMAX_SEND_BLOCK_TIME_TICKS
65
73
#error Now called: ipconfigUDP_MAX_SEND_BLOCK_TIME_TICKS
66
74
#endif
67
75
68
-
#ifdefipconfigUSE_RECEIVE_CONNECT_CALLBACKS
69
-
#error Now called: ipconfigUSE_CALLBACKS
76
+
#ifdefipconfigNIC_SEND_PASSES_DMA
77
+
#error Now called: ipconfigZERO_COPY_TX_DRIVER
70
78
#endif
71
79
72
80
#ifdefipconfigNUM_NETWORK_BUFFERS
73
81
#error Now called: ipconfigNUM_NETWORK_BUFFER_DESCRIPTORS
74
82
#endif
75
83
84
+
#ifdefipconfigRAND32
85
+
#error ipconfigRAND32 has been replaced by xApplicationGetRandomNumber( uint32_t *pulValue )
86
+
#endif
87
+
76
88
#ifdefipconfigTCP_HANG_PROT
77
89
#error Now called: ipconfigTCP_HANG_PROTECTION
78
90
#endif
@@ -81,36 +93,40 @@
81
93
#error Now called: ipconfigTCP_HANG_PROTECTION_TIME
82
94
#endif
83
95
84
-
#ifdefFreeRTOS_lprintf
85
-
#error Now called: FreeRTOS_debug_printf
96
+
#ifdefipconfigTCP_RX_BUF_LEN
97
+
#erroripconfigTCP_RX_BUF_LEN is Now called ipconfigTCP_RX_BUFFER_LENGTH
86
98
#endif
87
99
88
-
#ifdefipconfigBUFFER_ALLOC_FIXED_SIZE
89
-
#erroripconfigBUFFER_ALLOC_FIXED_SIZE was dropped and replaced by a const value, declared in BufferAllocation[12].c
100
+
#ifdefipconfigTCP_TX_BUF_LEN
101
+
#erroripconfigTCP_TX_BUF_LEN is Now called ipconfigTCP_TX_BUFFER_LENGTH
90
102
#endif
91
103
92
-
#ifdefipconfigNIC_SEND_PASSES_DMA
93
-
#error Now called: ipconfigZERO_COPY_TX_DRIVER
104
+
#ifdefipconfigUDP_TASK_PRIORITY
105
+
#error Now called: ipconfigIP_TASK_PRIORITY
94
106
#endif
95
107
96
-
#ifdefHAS_TX_CRC_OFFLOADING
97
-
#error Now called: ipconfigHAS_TX_CRC_OFFLOADING
108
+
#ifdefipconfigUDP_TASK_STACK_SIZE_WORDS
109
+
#error Now called: ipconfigIP_TASK_STACK_SIZE_WORDS
98
110
#endif
99
111
100
-
#ifdefHAS_RX_CRC_OFFLOADING
101
-
#error Now called: ipconfigHAS_RX_CRC_OFFLOADING
112
+
#ifdefipconfigUSE_RECEIVE_CONNECT_CALLBACKS
113
+
#error Now called: ipconfigUSE_CALLBACKS
102
114
#endif
103
115
104
-
#ifdefipconfigTCP_RX_BUF_LEN
105
-
#erroripconfigTCP_RX_BUF_LEN is Now called ipconfigTCP_RX_BUFFER_LENGTH
116
+
#ifdefipconfigUSE_TCP_TIMESTAMPS
117
+
#erroripconfigUSE_TCP_TIMESTAMPS is not used
106
118
#endif
107
119
108
-
#ifdefipconfigTCP_TX_BUF_LEN
109
-
#erroripconfigTCP_TX_BUF_LEN is Now called ipconfigTCP_TX_BUFFER_LENGTH
120
+
#ifdefipFILLER_SIZE
121
+
#error Now called: ipconfigPACKET_FILLER_SIZE
110
122
#endif
111
123
112
-
#ifdefipconfigDHCP_USES_USER_HOOK
113
-
#error ipconfigDHCP_USES_USER_HOOK and its associated callback have been superseded - see http: /*www.FreeRTOS.org/FreeRTOS-Plus/FreeRTOS_Plus_TCP/TCP_IP_Configuration.html#ipconfigUSE_DHCP_HOOK */
0 commit comments