boards: nucleo_l432kc: Document CAN support
Document CAN support for board nucleo_l432kc and add can to board yaml "support" section. Fixes #12052 Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
parent
be5444d0f3
commit
a4605ebaad
@ -116,6 +116,10 @@ The Zephyr nucleo_l432kc board configuration supports the following hardware fea
|
||||
+-----------+------------+-------------------------------------+
|
||||
| PWM | on-chip | pwm |
|
||||
+-----------+------------+-------------------------------------+
|
||||
| CAN | on-chip | can |
|
||||
+-----------+------------+-------------------------------------+
|
||||
|
||||
.. note:: CAN feature requires CAN transceiver
|
||||
|
||||
Other hardware features are not yet supported on this Zephyr port.
|
||||
|
||||
|
||||
@ -10,3 +10,4 @@ flash: 256
|
||||
supported:
|
||||
- nvs
|
||||
- pwm
|
||||
- can
|
||||
|
||||
Loading…
Reference in New Issue
Block a user