boards: riscv: rv32m1_vega: document PWM support

Document PWM support for the OpenISA RV32M1 VEGAboard.

Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
This commit is contained in:
Henrik Brix Andersen 2019-12-03 18:21:02 +01:00 committed by Maureen Helm
parent 030ea45ab3
commit 9c52a3f189
3 changed files with 6 additions and 0 deletions

View File

@ -90,6 +90,8 @@ the following hardware features:
+-----------+------------+-------------------------------------+
| SPI | on-chip | spi |
+-----------+------------+-------------------------------------+
| TPM | on-chip | pwm |
+-----------+------------+-------------------------------------+
| SENSOR | off-chip | fxos8700 polling; |
| | | fxos8700 trigger; |
+-----------+------------+-------------------------------------+
@ -114,6 +116,8 @@ supports the following hardware features:
+-----------+------------+-------------------------------------+
| I2C(M) | on-chip | i2c |
+-----------+------------+-------------------------------------+
| TPM | on-chip | pwm |
+-----------+------------+-------------------------------------+
| SENSOR | off-chip | fxos8700 polling; |
| | | fxos8700 trigger; |
+-----------+------------+-------------------------------------+

View File

@ -10,4 +10,5 @@ supported:
- arduino_i2c
- arduino_spi
- i2c
- pwm
- spi

View File

@ -9,3 +9,4 @@ supported:
- arduino_gpio
- arduino_i2c
- i2c
- pwm