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