mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
boards/same54-xpro: overwrite GCLK definitions
This commit is contained in:
parent
12acc8dec9
commit
a2e4fa30fd
@ -3,4 +3,11 @@
|
||||
# debugger.
|
||||
TTY_BOARD_FILTER := --model 'EDBG CMSIS-DAP'
|
||||
|
||||
# Overwrite GCLK definitions, so that GCLK_IO[2..7] can be connected to GPIOs.
|
||||
# This way the frequency of signals, connected to these pins, can be measured
|
||||
# with the FREQM peripheral.
|
||||
CFLAGS += -DSAM0_GCLK_TIMER=8
|
||||
CFLAGS += -DSAM0_GCLK_PERIPH=9
|
||||
CFLAGS += -DSAM0_GCLK_100MHZ=10
|
||||
|
||||
include $(RIOTMAKE)/boards/sam0.inc.mk
|
||||
|
Loading…
Reference in New Issue
Block a user