From ae7b71882c7723f2c62ba1ab70e51c2a5eb2a5a7 Mon Sep 17 00:00:00 2001 From: Henrik Brix Andersen Date: Wed, 10 Jan 2024 12:55:14 +0100 Subject: [PATCH 1/2] boards: arm: nucleo_g0b1re: list FDCAN1 as supported in the docs List FDCAN1 as supported in the board documentation. Fixes: #67087 Signed-off-by: Henrik Brix Andersen --- boards/arm/nucleo_g0b1re/doc/index.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/boards/arm/nucleo_g0b1re/doc/index.rst b/boards/arm/nucleo_g0b1re/doc/index.rst index 7ca35bd7511433..00a3c94b110bd0 100644 --- a/boards/arm/nucleo_g0b1re/doc/index.rst +++ b/boards/arm/nucleo_g0b1re/doc/index.rst @@ -108,6 +108,8 @@ The Zephyr nucleo_g0b1re board configuration supports the following hardware fea +-----------+------------+-------------------------------------+ | die-temp | on-chip | die temperature sensor | +-----------+------------+-------------------------------------+ +| FDCAN1 | on-chip | CAN controller | ++-----------+------------+-------------------------------------+ Other hardware features are not yet supported in this Zephyr port. @@ -137,6 +139,7 @@ Default Zephyr Peripheral Mapping: - ADC1 IN0 : PA0 - ADC1 IN1 : PA1 - DAC1_OUT1 : PA4 +- FDCAN1 RX/TX: PA11/PA12 For more details please refer to `STM32 Nucleo-64 board User Manual`_. From c86dc9817b573c906dcb4f786477504ab2c8dfe6 Mon Sep 17 00:00:00 2001 From: Henrik Brix Andersen Date: Wed, 10 Jan 2024 12:56:36 +0100 Subject: [PATCH 2/2] boards: arm: nucleo_g474re: list FDCAN1 as supported in the docs List FDCAN1 as supported in the board documentation. Fixes: #67087 Signed-off-by: Henrik Brix Andersen --- boards/arm/nucleo_g474re/doc/index.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/boards/arm/nucleo_g474re/doc/index.rst b/boards/arm/nucleo_g474re/doc/index.rst index 6705e20fd78be9..87fca388905a45 100644 --- a/boards/arm/nucleo_g474re/doc/index.rst +++ b/boards/arm/nucleo_g474re/doc/index.rst @@ -127,6 +127,8 @@ The Zephyr nucleo_g474re board configuration supports the following hardware fea +-----------+------------+-------------------------------------+ | die-temp | on-chip | die temperature sensor | +-----------+------------+-------------------------------------+ +| FDCAN1 | on-chip | CAN controller | ++-----------+------------+-------------------------------------+ Other hardware features are not yet supported on this Zephyr port. @@ -171,6 +173,8 @@ Default Zephyr Peripheral Mapping: - LD2 : PA5 - ADC1_IN1 : PA0 - DAC1_OUT1 : PA4 +- FDCAN1_RX: PA11 +- FDCAN1_TX: PA12 System Clock ------------