From 2cef808e39e463601ea773cc45af3c58ebceca19 Mon Sep 17 00:00:00 2001 From: Gilles DOFFE Date: Tue, 19 Dec 2023 17:21:09 +0100 Subject: [PATCH] boards/nucleo-g431rb: enable periph_can Enable periph_can to add CAN FD support to nucleo-g431rb. Signed-off-by: Gilles DOFFE --- boards/nucleo-g431rb/Makefile.features | 1 + 1 file changed, 1 insertion(+) diff --git a/boards/nucleo-g431rb/Makefile.features b/boards/nucleo-g431rb/Makefile.features index 6e9f0a052efee..9eda9d2d6e3a4 100644 --- a/boards/nucleo-g431rb/Makefile.features +++ b/boards/nucleo-g431rb/Makefile.features @@ -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