Board specific definitions for the deRFmega256 modules. More...

Detailed Description

Board specific definitions for the deRFmega256 modules.

Author
Alexander Chudov chudo.nosp@m.v@gm.nosp@m.ail.c.nosp@m.om

Definition in file board.h.

#include "cpu.h"
#include "periph/eeprom.h"
#include "net/eui_provider.h"
+ Include dependency graph for board.h:

Go to the source code of this file.

Functions

void board_init (void)
 Initialize board specific hardware, including clock, LEDs and std-IO.
 

MAC configuration

Offset of the MAC address in the EEPROM

#define EEPROM_MAC_ADDR   (0x1fe4)
 
static int _eeprom_mac_get_eui64 (const void *arg, eui64_t *addr)
 Constant in EEPROM provides a EUI-64, this is also printed on the board.
 

EUI-64 sources on the board

#define EUI64_PROVIDER_FUNC   _eeprom_mac_get_eui64
 
#define EUI64_PROVIDER_TYPE   NETDEV_AT86RF2XX
 
#define EUI64_PROVIDER_INDEX   0
 

xtimer configuration values

#define XTIMER_WIDTH   (16)
 
#define XTIMER_HZ   (CLOCK_CORECLOCK / 64)
 
#define XTIMER_BACKOFF   (40)