1
0
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:
Gilles DOFFE 2023-12-19 17:21:09 +01:00
parent e826ec8e3b
commit 1d3197843b

View File

@ -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