Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

boards: arm: nucleo_g0b1re, nucleo_g474re: list FDCAN1 as supported in the docs #67430

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions boards/arm/nucleo_g0b1re/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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`_.

Expand Down
4 changes: 4 additions & 0 deletions boards/arm/nucleo_g474re/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -171,6 +173,8 @@ Default Zephyr Peripheral Mapping:
- LD2 : PA5
- ADC1_IN1 : PA0
- DAC1_OUT1 : PA4
- FDCAN1_RX: PA11
- FDCAN1_TX: PA12

System Clock
------------
Expand Down