mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
616ebf9cfb
The EDBG debugger on the `samr21-xpro` contains a unique 64 bit address intended to be used as a MAC address for the internal radio. This adds a driver to read that EUI-64 from the debugger, it should match with the MAC address printed on the label on the board.
9 lines
146 B
Makefile
9 lines
146 B
Makefile
BOARD ?= samr21-xpro
|
|
BOARD_WHITELIST = samr21-xpro
|
|
|
|
include ../Makefile.tests_common
|
|
|
|
USEMODULE += edbg_eui
|
|
|
|
include $(RIOTBASE)/Makefile.include
|