1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

boards/b-l475e-iot01a: provide already configured features

RTC and RTT are available and already configured for this board but not provided by the build system
This commit is contained in:
Alexandre Abadie 2019-01-20 13:10:25 +01:00
parent f91f62155d
commit c6b9bb5055
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -2,6 +2,8 @@
FEATURES_PROVIDED += periph_dma
FEATURES_PROVIDED += periph_i2c
FEATURES_PROVIDED += periph_pwm
FEATURES_PROVIDED += periph_rtc
FEATURES_PROVIDED += periph_rtt
FEATURES_PROVIDED += periph_spi
FEATURES_PROVIDED += periph_timer
FEATURES_PROVIDED += periph_uart