mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:52:44 +01:00
boards/nucleo-g431rb: enable periph_can
Enable periph_can to add CAN FD support to nucleo-g431rb. Signed-off-by: Gilles DOFFE <gilles.doffe@rtone.fr>
This commit is contained in:
parent
e826ec8e3b
commit
1d3197843b
@ -2,6 +2,7 @@ CPU = stm32
|
||||
CPU_MODEL = stm32g431rb
|
||||
|
||||
# Put defined MCU peripherals here (in alphabetical order)
|
||||
FEATURES_PROVIDED += periph_can
|
||||
FEATURES_PROVIDED += periph_i2c
|
||||
FEATURES_PROVIDED += periph_pwm
|
||||
FEATURES_PROVIDED += periph_rtc
|
||||
|
Loading…
Reference in New Issue
Block a user