1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:32:45 +01:00

boards: nucleo-l476rg: enable the CAN feature

This commit is contained in:
Giuseppe Tipaldi 2020-02-05 21:33:19 +01:00 committed by Giuseppe Tipaldi
parent 7e6ce086b8
commit 0626e7ae83

View File

@ -3,6 +3,7 @@ CPU_MODEL = stm32l476rg
# Put defined MCU peripherals here (in alphabetical order)
FEATURES_PROVIDED += periph_adc
FEATURES_PROVIDED += periph_can
FEATURES_PROVIDED += periph_dma
FEATURES_PROVIDED += periph_i2c
FEATURES_PROVIDED += periph_pwm