cpu/sam0_common: Move periph_timer_periodic feature to Makefile.features

This commit is contained in:
Leandro Lanzieri 2020-05-29 11:13:59 +02:00
parent 1783a56767
commit 12470f0ed2
No known key found for this signature in database
GPG Key ID: 13559905E2EBEAA5
2 changed files with 1 additions and 3 deletions

View File

@ -5,9 +5,6 @@ endif
# All SAM0 based CPUs provide PM
USEMODULE += pm_layered
# the timer implements timer_set_periodic()
FEATURES_PROVIDED += periph_timer_periodic
# include sam0 common periph drivers
USEMODULE += sam0_common_periph

View File

@ -4,6 +4,7 @@ FEATURES_PROVIDED += periph_flashpage_raw
FEATURES_PROVIDED += periph_flashpage_rwee
FEATURES_PROVIDED += periph_gpio periph_gpio_irq
FEATURES_PROVIDED += periph_i2c_reconfigure
FEATURES_PROVIDED += periph_timer_periodic # implements timer_set_periodic()
FEATURES_PROVIDED += periph_uart_modecfg
FEATURES_PROVIDED += periph_uart_nonblocking
FEATURES_PROVIDED += periph_wdt periph_wdt_cb