cpu/sam0_common: Move periph_timer_periodic feature to Makefile.features
This commit is contained in:
parent
1783a56767
commit
12470f0ed2
@ -5,9 +5,6 @@ endif
|
|||||||
# All SAM0 based CPUs provide PM
|
# All SAM0 based CPUs provide PM
|
||||||
USEMODULE += pm_layered
|
USEMODULE += pm_layered
|
||||||
|
|
||||||
# the timer implements timer_set_periodic()
|
|
||||||
FEATURES_PROVIDED += periph_timer_periodic
|
|
||||||
|
|
||||||
# include sam0 common periph drivers
|
# include sam0 common periph drivers
|
||||||
USEMODULE += sam0_common_periph
|
USEMODULE += sam0_common_periph
|
||||||
|
|
||||||
|
|||||||
@ -4,6 +4,7 @@ FEATURES_PROVIDED += periph_flashpage_raw
|
|||||||
FEATURES_PROVIDED += periph_flashpage_rwee
|
FEATURES_PROVIDED += periph_flashpage_rwee
|
||||||
FEATURES_PROVIDED += periph_gpio periph_gpio_irq
|
FEATURES_PROVIDED += periph_gpio periph_gpio_irq
|
||||||
FEATURES_PROVIDED += periph_i2c_reconfigure
|
FEATURES_PROVIDED += periph_i2c_reconfigure
|
||||||
|
FEATURES_PROVIDED += periph_timer_periodic # implements timer_set_periodic()
|
||||||
FEATURES_PROVIDED += periph_uart_modecfg
|
FEATURES_PROVIDED += periph_uart_modecfg
|
||||||
FEATURES_PROVIDED += periph_uart_nonblocking
|
FEATURES_PROVIDED += periph_uart_nonblocking
|
||||||
FEATURES_PROVIDED += periph_wdt periph_wdt_cb
|
FEATURES_PROVIDED += periph_wdt periph_wdt_cb
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user