Add avr-atmega128rfa1 platform based on Michael Hartman's board (single LED peripheral)
This commit is contained in:
parent
587951cf65
commit
62b894e560
42 changed files with 4793 additions and 0 deletions
|
@ -0,0 +1,7 @@
|
|||
#include <avr/eeprom.h>
|
||||
|
||||
/* Link layer ipv6 address will become fe80::11:22ff:fe33:4455 */
|
||||
uint8_t mac_address[8] EEMEM = {0x02, 0x11, 0x22, 0xff, 0xfe, 0x33, 0x44, 0x55};
|
||||
uint8_t server_name[16] EEMEM = "Contiki-Raven";
|
||||
uint8_t domain_name[30] EEMEM = "localhost";
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue