Board definitions for the rss2 256rfr2 board.
More...
Board definitions for the rss2 256rfr2 board.
- Author
- Robert Olsson rools.nosp@m.s@kt.nosp@m.h.se
Definition in file board.h.
#include "cpu.h"
#include "periph/gpio.h"
#include "at24mac.h"
#include "net/eui_provider.h"
Go to the source code of this file.
|
static int | _at24mac_get_eui64 (const void *arg, eui64_t *addr) |
| AT24Mac provides a EUI-64, this is also printed on the board.
|
|
void | board_init (void) |
| Initialize board specific hardware, including clock, LEDs and std-IO.
|
|
|
AT24Mac is present on the board
|
#define | EUI64_PROVIDER_FUNC _at24mac_get_eui64 |
|
#define | EUI64_PROVIDER_TYPE NETDEV_AT86RF2XX |
|
#define | EUI64_PROVIDER_INDEX 0 |
|
|
#define | XTIMER_DEV TIMER_DEV(0) |
|
#define | XTIMER_CHAN (0) |
|
#define | XTIMER_WIDTH (16) |
|
#define | XTIMER_HZ (62500UL) |
|
|
AVR CPUs need to reset the Watchdog as fast as possible.
This flag indicates that the watchdog is reset in the bootloader and that the MCUSR value is stored in register 0 (r0)
|
#define | BOOTLOADER_CLEARS_WATCHDOG_AND_PASSES_MCUSR 0 |
|
|
#define | CPU_ATMEGA_CLK_SCALE_INIT CPU_ATMEGA_CLK_SCALE_DIV1 |
|