AppConfigHeaders: Switch low level Device mode demos to use LUFAConfig.h configuration header files.
This commit is contained in:
parent
64d00efd91
commit
13085a3351
42 changed files with 1477 additions and 140 deletions
|
@ -48,6 +48,11 @@
|
|||
#define ENABLE_TELNET_SERVER
|
||||
#define MAX_URI_LENGTH 50
|
||||
|
||||
#define DEVICE_IP_ADDRESS (uint8_t[]){ 10, 0, 0, 2}
|
||||
#define DEVICE_NETMASK (uint8_t[]){255, 255, 255, 0}
|
||||
#define DEVICE_GATEWAY (uint8_t[]){ 10, 0, 0, 1}
|
||||
#define SERVER_MAC_ADDRESS (uint8_t[]){ 1, 0, 1, 0, 1, 0}
|
||||
|
||||
#define UIP_CONF_UDP (defined(ENABLE_DHCP_CLIENT) || defined(ENABLE_DHCP_SERVER))
|
||||
#define UIP_CONF_BROADCAST 1
|
||||
#define UIP_CONF_TCP 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue