doc: Fix table to remove the invalid ARC information.
Change-Id: Id63c27d1c07143e70c09ae12938bf8ca980d8bb9 Signed-off-by: Rodrigo Caballero <rodrigo.caballero.abraham@intel.com>
This commit is contained in:
parent
1547a8712f
commit
81e6db0255
1 changed files with 16 additions and 18 deletions
|
@ -35,24 +35,22 @@ which includes both `schematics`_ and BRD files.
|
||||||
Supported Features
|
Supported Features
|
||||||
******************
|
******************
|
||||||
|
|
||||||
+-----------+------------+-----+-----+-----------------------+
|
+-----------+------------+-----------------------+
|
||||||
| Interface | Controller | ARC | x86 | Driver/Component |
|
| Interface | Controller | Driver/Component |
|
||||||
+===========+============+=====+=====+=======================+
|
+===========+============+=======================+
|
||||||
| MVIC | on-chip | N | Y | interrupt_controller |
|
| MVIC | on-chip | interrupt_controller |
|
||||||
+-----------+------------+-----+-----+-----------------------+
|
+-----------+------------+-----------------------+
|
||||||
| UART | on-chip | N | Y | serial port-polling; |
|
| UART | on-chip | serial port-polling; |
|
||||||
| | | | | serial port-interrupt |
|
| | | serial port-interrupt |
|
||||||
+-----------+------------+-----+-----+-----------------------+
|
+-----------+------------+-----------------------+
|
||||||
| SPI | on-chip | Y | Y | spi |
|
| SPI | on-chip | spi |
|
||||||
+-----------+------------+-----+-----+-----------------------+
|
+-----------+------------+-----------------------+
|
||||||
| ADC | on-chip | Y | N | adc |
|
| I2C | on-chip | i2c |
|
||||||
+-----------+------------+-----+-----+-----------------------+
|
+-----------+------------+-----------------------+
|
||||||
| I2C | on-chip | Y | Y | i2c |
|
| GPIO | on-chip | gpio |
|
||||||
+-----------+------------+-----+-----+-----------------------+
|
+-----------+------------+-----------------------+
|
||||||
| GPIO | on-chip | Y | Y | gpio |
|
| PWM | on-chip | pwm |
|
||||||
+-----------+------------+-----+-----+-----------------------+
|
+-----------+------------+-----------------------+
|
||||||
| PWM | on-chip | Y | Y | pwm |
|
|
||||||
+-----------+------------+-----+-----+-----------------------+
|
|
||||||
|
|
||||||
|
|
||||||
Bibliography
|
Bibliography
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue