Skip to content

Commit

Permalink
docs(buses): update the support matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
ROMemories committed Aug 22, 2024
1 parent a3b0882 commit 703e55a
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions doc/support_matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ functionalities:
- name: ethernet_over_usb
title: Ethernet over USB
description:
- name: i2c-controller
title: I2C Controller
description: Controller for the I2C communication bus
- name: spi-main
title: SPI Main Role
description: Main role for the SPI communication bus

# Encodes support status for each chip.
chips:
Expand All @@ -43,6 +49,8 @@ chips:
support:
gpio: supported
debug_output: supported
i2c-controller: supported
spi-main: supported
logging: supported
wifi: not_available

Expand All @@ -51,6 +59,8 @@ chips:
support:
gpio: supported
debug_output: supported
i2c-controller: supported
spi-main: supported
logging: supported
wifi: not_available

Expand All @@ -59,6 +69,8 @@ chips:
support:
gpio: supported
debug_output: supported
i2c-controller: supported
spi-main: supported
logging: supported
wifi: not_available

Expand All @@ -67,6 +79,11 @@ chips:
support:
gpio: supported
debug_output: supported
i2c-controller: supported
spi-main:
status: supported_with_caveats
comments:
- the SPI driver is not `Send`
logging: supported
wifi: not_available

Expand All @@ -75,6 +92,8 @@ chips:
support:
gpio: supported
debug_output: supported
i2c-controller: supported
spi-main: supported
logging: supported
wifi: not_available

Expand All @@ -83,6 +102,8 @@ chips:
support:
gpio: supported
debug_output: supported
i2c-controller: supported
spi-main: supported
logging: supported
wifi: not_available

Expand All @@ -91,6 +112,8 @@ chips:
support:
gpio: supported
debug_output: supported
i2c-controller: supported
spi-main: supported
logging: supported
wifi: not_available

Expand Down

0 comments on commit 703e55a

Please sign in to comment.