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:
parent
030ea45ab3
commit
9c52a3f189
@ -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; |
|
||||
+-----------+------------+-------------------------------------+
|
||||
|
||||
@ -10,4 +10,5 @@ supported:
|
||||
- arduino_i2c
|
||||
- arduino_spi
|
||||
- i2c
|
||||
- pwm
|
||||
- spi
|
||||
|
||||
@ -9,3 +9,4 @@ supported:
|
||||
- arduino_gpio
|
||||
- arduino_i2c
|
||||
- i2c
|
||||
- pwm
|
||||
|
||||
Loading…
Reference in New Issue
Block a user