1 #include <avr/eeprom.h>
4 const uint8_t default_mac_address[8]
PROGMEM = {0x02, 0x00, 0x00, 0xff, 0xfe, 0x00, 0x00, 0x01};
5 const uint8_t default_server_name[16]
PROGMEM =
"ATMEGA128rfa1";
6 const uint8_t default_domain_name[30]
PROGMEM =
"localhost";
7 uint8_t eemem_mac_address[8] EEMEM = {0x02, 0x00, 0x00, 0xff, 0xfe, 0x00, 0x00, 0x01};
8 uint8_t eemem_server_name[16] EEMEM =
"ATMEGA128rfa1";
9 uint8_t eemem_domain_name[30] EEMEM =
"localhost";
const uint32_t OIDSupportedList[] PROGMEM
List of supported RNDIS OID's.