2019-05-02 15:53:17 +02:00
|
|
|
CPU = efm32
|
|
|
|
# TODO move CPU_MODEL here
|
|
|
|
|
2018-03-22 22:09:33 +01:00
|
|
|
# Put defined MCU peripherals here (in alphabetical order)
|
|
|
|
FEATURES_PROVIDED += periph_adc
|
2018-08-26 09:20:56 +02:00
|
|
|
FEATURES_PROVIDED += periph_gpio periph_gpio_irq
|
2018-03-22 22:09:33 +01:00
|
|
|
FEATURES_PROVIDED += periph_i2c
|
|
|
|
FEATURES_PROVIDED += periph_rtc
|
|
|
|
FEATURES_PROVIDED += periph_rtt
|
|
|
|
FEATURES_PROVIDED += periph_spi
|
|
|
|
FEATURES_PROVIDED += periph_timer
|
2019-09-28 12:06:40 +02:00
|
|
|
FEATURES_PROVIDED += periph_uart periph_uart_modecfg
|
2018-03-22 22:09:33 +01:00
|
|
|
|
2018-10-29 08:41:30 +01:00
|
|
|
include $(RIOTBOARD)/common/silabs/Makefile.features
|