Browse Source

boards: frdm_kw41z: Document counter driver is supported

Documents that the counter driver is supported in the frdm_kw41z board.

Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
pull/13326/head
Maureen Helm 7 years ago committed by Anas Nashif
parent
commit
d57f18f9ac
  1. 2
      boards/arm/frdm_kw41z/doc/frdm_kw41z.rst
  2. 1
      boards/arm/frdm_kw41z/frdm_kw41z.yaml

2
boards/arm/frdm_kw41z/doc/frdm_kw41z.rst

@ -64,6 +64,8 @@ The frdm_kw41z board configuration supports the following hardware features: @@ -64,6 +64,8 @@ The frdm_kw41z board configuration supports the following hardware features:
+-----------+------------+-------------------------------------+
| PINMUX | on-chip | pinmux |
+-----------+------------+-------------------------------------+
| COUNTER | on-chip | rtc |
+-----------+------------+-------------------------------------+
| GPIO | on-chip | gpio |
+-----------+------------+-------------------------------------+
| I2C | on-chip | i2c |

1
boards/arm/frdm_kw41z/frdm_kw41z.yaml

@ -9,6 +9,7 @@ toolchain: @@ -9,6 +9,7 @@ toolchain:
supported:
- ieee802154
- adc
- counter
- i2c
- spi
- gpio

Loading…
Cancel
Save