2019-06-03 11:08:02 +02:00
|
|
|
CPU = efm32
|
|
|
|
CPU_MODEL = efr32mg1p132f256gm48
|
|
|
|
|
2017-11-13 16:09:23 +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
|
2017-11-13 16:09:23 +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
|
2017-11-13 16:09:23 +01:00
|
|
|
|
2018-10-29 08:41:30 +01:00
|
|
|
include $(RIOTBOARD)/common/silabs/Makefile.features
|