From a4605ebaad1bebfe06c8805cf8b58cd01ddbba45 Mon Sep 17 00:00:00 2001 From: Erwan Gouriou Date: Fri, 21 Dec 2018 10:29:26 +0100 Subject: [PATCH] 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 --- boards/arm/nucleo_l432kc/doc/nucleol432kc.rst | 4 ++++ boards/arm/nucleo_l432kc/nucleo_l432kc.yaml | 1 + 2 files changed, 5 insertions(+) diff --git a/boards/arm/nucleo_l432kc/doc/nucleol432kc.rst b/boards/arm/nucleo_l432kc/doc/nucleol432kc.rst index 11338dc7963..6a095ed256d 100644 --- a/boards/arm/nucleo_l432kc/doc/nucleol432kc.rst +++ b/boards/arm/nucleo_l432kc/doc/nucleol432kc.rst @@ -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. diff --git a/boards/arm/nucleo_l432kc/nucleo_l432kc.yaml b/boards/arm/nucleo_l432kc/nucleo_l432kc.yaml index 7a55caf5f38..ae86086e89a 100644 --- a/boards/arm/nucleo_l432kc/nucleo_l432kc.yaml +++ b/boards/arm/nucleo_l432kc/nucleo_l432kc.yaml @@ -10,3 +10,4 @@ flash: 256 supported: - nvs - pwm + - can