Board specific definitions for the deRFmega256 modules. More...
Board specific definitions for the deRFmega256 modules.
Definition in file 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 | |
#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) |