2017-10-28 17:50:22 +02:00
|
|
|
FEATURES_PROVIDED += periph_cpuid
|
|
|
|
FEATURES_PROVIDED += periph_flashpage
|
2017-11-16 17:03:05 +01:00
|
|
|
FEATURES_PROVIDED += periph_flashpage_raw
|
2019-01-27 11:29:35 +01:00
|
|
|
FEATURES_PROVIDED += periph_flashpage_rwee
|
2018-11-20 08:35:31 +01:00
|
|
|
FEATURES_PROVIDED += periph_gpio periph_gpio_irq
|
2020-02-19 19:42:22 +01:00
|
|
|
FEATURES_PROVIDED += periph_i2c_reconfigure
|
2020-05-29 11:13:59 +02:00
|
|
|
FEATURES_PROVIDED += periph_timer_periodic # implements timer_set_periodic()
|
2019-06-17 18:42:26 +02:00
|
|
|
FEATURES_PROVIDED += periph_uart_modecfg
|
2019-08-20 20:52:07 +02:00
|
|
|
FEATURES_PROVIDED += periph_uart_nonblocking
|
2020-06-02 12:54:25 +02:00
|
|
|
FEATURES_PROVIDED += periph_wdt periph_wdt_cb periph_wdt_warning_period
|
2017-10-28 17:50:22 +02:00
|
|
|
|
|
|
|
-include $(RIOTCPU)/cortexm_common/Makefile.features
|