|
34 | 34 | #ifndef FREERTOS_IP_CONFIG_H |
35 | 35 | #define FREERTOS_IP_CONFIG_H |
36 | 36 |
|
37 | | -#define ipconfigUSE_DHCPv6 1 |
38 | | -#define ipconfigIPv4_BACKWARD_COMPATIBLE 1 |
39 | | -#define ipconfigUSE_ARP_REVERSED_LOOKUP 1 |
40 | | -#define ipconfigUSE_ARP_REMOVE_ENTRY 1 |
41 | | -#define ipconfigARP_STORES_REMOTE_ADDRESSES 1 |
42 | | -#define ipconfigUSE_LINKED_RX_MESSAGES 1 |
43 | | -#define ipconfigFORCE_IP_DONT_FRAGMENT 1 |
44 | | -#define ipconfigUDP_PASS_ZERO_CHECKSUM_PACKETS 1 |
45 | | -#define ipconfigDHCP_FALL_BACK_AUTO_IP 1 |
46 | | -#define ipconfigARP_USE_CLASH_DETECTION 1 |
47 | | -#define ipconfigUSE_LLMNR 1 |
48 | | -#define ipconfigUSE_NBNS 1 |
49 | | -#define ipconfigUSE_MDNS 1 |
50 | | -#define ipconfigSUPPORT_OUTGOING_PINGS 1 |
51 | | -#define ipconfigETHERNET_DRIVER_FILTERS_PACKETS 1 |
52 | | -#define ipconfigZERO_COPY_TX_DRIVER 1 |
53 | | -#define ipconfigZERO_COPY_RX_DRIVER 1 |
54 | | -#define ipconfigDRIVER_INCLUDED_TX_IP_CHECKSUM 1 |
55 | | -#define ipconfigSOCKET_HAS_USER_SEMAPHORE 1 |
56 | | -#define ipconfigSELECT_USES_NOTIFY 1 |
57 | | -#define ipconfigSUPPORT_SIGNALS 1 |
58 | | -#define ipconfigPROCESS_CUSTOM_ETHERNET_FRAMES 1 |
| 37 | +#define ipconfigUSE_DHCPv6 1 |
| 38 | +#define ipconfigIPv4_BACKWARD_COMPATIBLE 1 |
| 39 | +#define ipconfigUSE_ARP_REVERSED_LOOKUP 1 |
| 40 | +#define ipconfigUSE_ARP_REMOVE_ENTRY 1 |
| 41 | +#define ipconfigARP_STORES_REMOTE_ADDRESSES 1 |
| 42 | +#define ipconfigUSE_LINKED_RX_MESSAGES 1 |
| 43 | +#define ipconfigFORCE_IP_DONT_FRAGMENT 1 |
| 44 | +#define ipconfigUDP_PASS_ZERO_CHECKSUM_PACKETS 1 |
| 45 | +#define ipconfigDHCP_FALL_BACK_AUTO_IP 1 |
| 46 | +#define ipconfigARP_USE_CLASH_DETECTION 1 |
| 47 | +#define ipconfigUSE_LLMNR 1 |
| 48 | +#define ipconfigUSE_NBNS 1 |
| 49 | +#define ipconfigUSE_MDNS 1 |
| 50 | +#define ipconfigSUPPORT_OUTGOING_PINGS 1 |
| 51 | +#define ipconfigETHERNET_DRIVER_FILTERS_PACKETS 1 |
| 52 | +#define ipconfigZERO_COPY_TX_DRIVER 1 |
| 53 | +#define ipconfigZERO_COPY_RX_DRIVER 1 |
| 54 | +#define ipconfigDRIVER_INCLUDED_TX_IP_CHECKSUM 1 |
| 55 | +#define ipconfigSOCKET_HAS_USER_SEMAPHORE 1 |
| 56 | +#define ipconfigSELECT_USES_NOTIFY 1 |
| 57 | +#define ipconfigSUPPORT_SIGNALS 1 |
| 58 | +#define ipconfigPROCESS_CUSTOM_ETHERNET_FRAMES 1 |
59 | 59 |
|
60 | 60 | /* Set to 1 to print out debug messages. If ipconfigHAS_DEBUG_PRINTF is set to |
61 | 61 | * 1 then FreeRTOS_debug_printf should be defined to the function used to print |
62 | 62 | * out the debugging messages. */ |
63 | | -#define ipconfigHAS_DEBUG_PRINTF 1 |
| 63 | +#define ipconfigHAS_DEBUG_PRINTF 1 |
64 | 64 | #if ( ipconfigHAS_DEBUG_PRINTF == 1 ) |
65 | 65 | #define FreeRTOS_debug_printf( X ) configPRINTF( X ) |
66 | 66 | #endif |
|
0 commit comments