|
38 | 38 | #endif |
39 | 39 |
|
40 | 40 | #ifdef dnsMAX_REQUEST_ATTEMPTS |
41 | | - #error Now called: ipconfigDNS_REQUEST_ATTEMPTS |
| 41 | + #error dnsMAX_REQUEST_ATTEMPTS is now called ipconfigDNS_REQUEST_ATTEMPTS |
42 | 42 | #endif |
43 | 43 |
|
44 | 44 | #ifdef FreeRTOS_lprintf |
45 | | - #error Now called: FreeRTOS_debug_printf |
| 45 | + #error FreeRTOS_lprintf is now called FreeRTOS_debug_printf/FreeRTOS_printf |
46 | 46 | #endif |
47 | 47 |
|
48 | 48 | #ifdef HAS_TX_CRC_OFFLOADING |
49 | | - #error Now called: ipconfigHAS_TX_CRC_OFFLOADING |
| 49 | + #error HAS_TX_CRC_OFFLOADING is deprecated |
50 | 50 | #endif |
51 | 51 |
|
52 | 52 | #ifdef HAS_RX_CRC_OFFLOADING |
53 | | - #error Now called: ipconfigHAS_RX_CRC_OFFLOADING, Not used |
| 53 | + #error HAS_RX_CRC_OFFLOADING is deprecated |
54 | 54 | #endif |
55 | 55 |
|
56 | 56 | #ifdef ipconfigBUFFER_ALLOC_FIXED_SIZE |
57 | | - #error ipconfigBUFFER_ALLOC_FIXED_SIZE was dropped and replaced by a const value, declared in BufferAllocation[12].c |
| 57 | + #error ipconfigBUFFER_ALLOC_FIXED_SIZE is deprecated |
58 | 58 | #endif |
59 | 59 |
|
60 | 60 | #ifdef ipconfigDHCP_USES_USER_HOOK |
61 | 61 | #error ipconfigDHCP_USES_USER_HOOK has been replaced by ipconfigUSE_DHCP_HOOK |
62 | 62 | #endif |
63 | 63 |
|
64 | 64 | #ifdef ipconfigDRIVER_INCLUDED_RX_IP_FILTERING |
65 | | - #error Now called: ipconfigETHERNET_DRIVER_FILTERS_PACKETS |
| 65 | + #error ipconfigDRIVER_INCLUDED_RX_IP_FILTERING is now called ipconfigETHERNET_DRIVER_FILTERS_PACKETS |
66 | 66 | #endif |
67 | 67 |
|
68 | 68 | #ifdef ipconfigHAS_INLINE_FUNCTIONS |
69 | | - #error ipconfigHAS_INLINE_FUNCTIONS is not used |
| 69 | + #error ipconfigHAS_INLINE_FUNCTIONS is deprecated |
| 70 | +#endif |
| 71 | + |
| 72 | +#ifdef ipconfigINCLUDE_EXAMPLE_FREERTOS_PLUS_TRACE_CALLS |
| 73 | + #error ipconfigINCLUDE_EXAMPLE_FREERTOS_PLUS_TRACE_CALLS is deprecated |
70 | 74 | #endif |
71 | 75 |
|
72 | 76 | #ifdef ipconfigINCLUDE_FULL_INET_ADDR |
73 | | - #error ipconfigINCLUDE_FULL_INET_ADDR is not used |
| 77 | + #error ipconfigINCLUDE_FULL_INET_ADDR is deprecated |
74 | 78 | #endif |
75 | 79 |
|
76 | 80 | #ifdef ipconfigMAX_SEND_BLOCK_TIME_TICKS |
77 | | - #error Now called: ipconfigUDP_MAX_SEND_BLOCK_TIME_TICKS |
| 81 | + #error ipconfigMAX_SEND_BLOCK_TIME_TICKS is now called ipconfigUDP_MAX_SEND_BLOCK_TIME_TICKS |
78 | 82 | #endif |
79 | 83 |
|
80 | 84 | #ifdef ipconfigNIC_SEND_PASSES_DMA |
81 | | - #error Now called: ipconfigZERO_COPY_TX_DRIVER |
| 85 | + #error ipconfigNIC_SEND_PASSES_DMA is now called ipconfigZERO_COPY_TX_DRIVER |
82 | 86 | #endif |
83 | 87 |
|
84 | 88 | #ifdef ipconfigNUM_NETWORK_BUFFERS |
85 | | - #error Now called: ipconfigNUM_NETWORK_BUFFER_DESCRIPTORS |
| 89 | + #error ipconfigNUM_NETWORK_BUFFERS is now now called ipconfigNUM_NETWORK_BUFFER_DESCRIPTORS |
86 | 90 | #endif |
87 | 91 |
|
88 | 92 | #ifdef ipconfigRAND32 |
89 | 93 | #error ipconfigRAND32 has been replaced by xApplicationGetRandomNumber( uint32_t *pulValue ) |
90 | 94 | #endif |
91 | 95 |
|
92 | 96 | #ifdef ipconfigTCP_HANG_PROT |
93 | | - #error Now called: ipconfigTCP_HANG_PROTECTION |
| 97 | + #error ipconfigTCP_HANG_PROT is now called ipconfigTCP_HANG_PROTECTION |
94 | 98 | #endif |
95 | 99 |
|
96 | 100 | #ifdef ipconfigTCP_HANG_PROT_TIME |
97 | | - #error Now called: ipconfigTCP_HANG_PROTECTION_TIME |
| 101 | + #error ipconfigTCP_HANG_PROT_TIME is now called ipconfigTCP_HANG_PROTECTION_TIME |
98 | 102 | #endif |
99 | 103 |
|
100 | 104 | #ifdef ipconfigTCP_RX_BUF_LEN |
101 | | - #error ipconfigTCP_RX_BUF_LEN is Now called ipconfigTCP_RX_BUFFER_LENGTH |
| 105 | + #error ipconfigTCP_RX_BUF_LEN is now called ipconfigTCP_RX_BUFFER_LENGTH |
102 | 106 | #endif |
103 | 107 |
|
104 | 108 | #ifdef ipconfigTCP_TX_BUF_LEN |
105 | | - #error ipconfigTCP_TX_BUF_LEN is Now called ipconfigTCP_TX_BUFFER_LENGTH |
| 109 | + #error ipconfigTCP_TX_BUF_LEN is now called ipconfigTCP_TX_BUFFER_LENGTH |
106 | 110 | #endif |
107 | 111 |
|
108 | 112 | #ifdef ipconfigUDP_TASK_PRIORITY |
109 | | - #error Now called: ipconfigIP_TASK_PRIORITY |
| 113 | + #error ipconfigUDP_TASK_PRIORITY is now called ipconfigIP_TASK_PRIORITY |
110 | 114 | #endif |
111 | 115 |
|
112 | 116 | #ifdef ipconfigUDP_TASK_STACK_SIZE_WORDS |
113 | | - #error Now called: ipconfigIP_TASK_STACK_SIZE_WORDS |
| 117 | + #error ipconfigUDP_TASK_STACK_SIZE_WORDS is now called ipconfigIP_TASK_STACK_SIZE_WORDS |
114 | 118 | #endif |
115 | 119 |
|
116 | 120 | #ifdef ipconfigUSE_RECEIVE_CONNECT_CALLBACKS |
117 | | - #error Now called: ipconfigUSE_CALLBACKS |
| 121 | + #error ipconfigUSE_RECEIVE_CONNECT_CALLBACKS is now called ipconfigUSE_CALLBACKS |
118 | 122 | #endif |
119 | 123 |
|
120 | 124 | #ifdef ipconfigUSE_TCP_TIMESTAMPS |
121 | | - #error ipconfigUSE_TCP_TIMESTAMPS is not used |
| 125 | + #error ipconfigUSE_TCP_TIMESTAMPS is deprecated |
122 | 126 | #endif |
123 | 127 |
|
124 | 128 | #ifdef ipFILLER_SIZE |
125 | | - #error Now called: ipconfigPACKET_FILLER_SIZE |
| 129 | + #error ipFILLER_SIZE is now called ipconfigPACKET_FILLER_SIZE |
126 | 130 | #endif |
127 | 131 |
|
128 | 132 | #ifdef tcpconfigIP_TIME_TO_LIVE |
129 | | - #error Now called: ipconfigTCP_TIME_TO_LIVE |
| 133 | + #error tcpconfigIP_TIME_TO_LIVE is now called ipconfigTCP_TIME_TO_LIVE |
130 | 134 | #endif |
131 | 135 |
|
132 | 136 | #ifdef updconfigIP_TIME_TO_LIVE |
133 | | - #error Now called: ipconfigUDP_TIME_TO_LIVE |
| 137 | + #error updconfigIP_TIME_TO_LIVE is now called ipconfigUDP_TIME_TO_LIVE |
134 | 138 | #endif |
135 | 139 |
|
136 | 140 | #endif /* FREERTOS_IP_DEPRECATED_DEFINITIONS_H */ |
0 commit comments