From 9c52a3f189875f0fd4cbcfdf811407da660a7860 Mon Sep 17 00:00:00 2001 From: Henrik Brix Andersen Date: Tue, 3 Dec 2019 18:21:02 +0100 Subject: [PATCH] boards: riscv: rv32m1_vega: document PWM support Document PWM support for the OpenISA RV32M1 VEGAboard. Signed-off-by: Henrik Brix Andersen --- boards/riscv/rv32m1_vega/doc/index.rst | 4 ++++ boards/riscv/rv32m1_vega/rv32m1_vega_ri5cy.yaml | 1 + boards/riscv/rv32m1_vega/rv32m1_vega_zero_riscy.yaml | 1 + 3 files changed, 6 insertions(+) diff --git a/boards/riscv/rv32m1_vega/doc/index.rst b/boards/riscv/rv32m1_vega/doc/index.rst index 4a6cef8fb09..acb6f33620c 100644 --- a/boards/riscv/rv32m1_vega/doc/index.rst +++ b/boards/riscv/rv32m1_vega/doc/index.rst @@ -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; | +-----------+------------+-------------------------------------+ diff --git a/boards/riscv/rv32m1_vega/rv32m1_vega_ri5cy.yaml b/boards/riscv/rv32m1_vega/rv32m1_vega_ri5cy.yaml index d81a1ad53e3..18e5c433d8d 100644 --- a/boards/riscv/rv32m1_vega/rv32m1_vega_ri5cy.yaml +++ b/boards/riscv/rv32m1_vega/rv32m1_vega_ri5cy.yaml @@ -10,4 +10,5 @@ supported: - arduino_i2c - arduino_spi - i2c + - pwm - spi diff --git a/boards/riscv/rv32m1_vega/rv32m1_vega_zero_riscy.yaml b/boards/riscv/rv32m1_vega/rv32m1_vega_zero_riscy.yaml index 3bf4ee6f2ee..417077d38d3 100644 --- a/boards/riscv/rv32m1_vega/rv32m1_vega_zero_riscy.yaml +++ b/boards/riscv/rv32m1_vega/rv32m1_vega_zero_riscy.yaml @@ -9,3 +9,4 @@ supported: - arduino_gpio - arduino_i2c - i2c + - pwm