Skip to content

Commit

Permalink
feat(doc): add storage to support matrix, update book page
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Oct 24, 2024
1 parent 54d5228 commit 79f3c4b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
11 changes: 10 additions & 1 deletion book/src/support_matrix.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<tr>
<th>Chip</th>
<th>Testing Board</th>
<th colspan="9">Functionality</th>
<th colspan="10">Functionality</th>
</tr>
<tr>
<th></th>
Expand All @@ -18,6 +18,7 @@
<th>Wi-Fi</th>
<th>Ethernet over USB</th>
<th>Hardware Random Number Generator</th>
<th>Persistent Storage</th>
</tr>
</thead>
<tbody>
Expand All @@ -33,6 +34,7 @@
<td class="support-cell" title="supported with some caveats">☑️</td>
<td class="support-cell" title="available in hardware, but not currently supported by RIOT-rs"></td>
<td class="support-cell" title="available in hardware, but not currently supported by RIOT-rs"></td>
<td class="support-cell" title="available in hardware, but not currently supported by RIOT-rs"></td>
</tr>
<tr>
<td>nRF52xxx</td>
Expand All @@ -46,6 +48,7 @@
<td class="support-cell" title="not available on this piece of hardware"></td>
<td class="support-cell" title="supported"></td>
<td class="support-cell" title="supported"></td>
<td class="support-cell" title="supported"></td>
</tr>
<tr>
<td>nRF53xx</td>
Expand All @@ -59,6 +62,7 @@
<td class="support-cell" title="not available on this piece of hardware"></td>
<td class="support-cell" title="supported"></td>
<td class="support-cell" title="supported"></td>
<td class="support-cell" title="supported"></td>
</tr>
<tr>
<td>RP2040</td>
Expand All @@ -72,6 +76,7 @@
<td class="support-cell" title="not available on this piece of hardware"></td>
<td class="support-cell" title="supported"></td>
<td class="support-cell" title="supported"></td>
<td class="support-cell" title="supported"></td>
</tr>
<tr>
<td>RP2040</td>
Expand All @@ -85,6 +90,7 @@
<td class="support-cell" title="supported"></td>
<td class="support-cell" title="supported"></td>
<td class="support-cell" title="supported"></td>
<td class="support-cell" title="supported"></td>
</tr>
<tr>
<td>STM32F401RETX</td>
Expand All @@ -98,6 +104,7 @@
<td class="support-cell" title="not available on this piece of hardware"></td>
<td class="support-cell" title="not available on this piece of hardware"></td>
<td class="support-cell" title="not available on this piece of hardware"></td>
<td class="support-cell" title="available in hardware, but not currently supported by RIOT-rs"></td>
</tr>
<tr>
<td>STM32F755ZITX</td>
Expand All @@ -111,6 +118,7 @@
<td class="support-cell" title="not available on this piece of hardware"></td>
<td class="support-cell" title="available in hardware, but not currently supported by RIOT-rs"></td>
<td class="support-cell" title="supported"></td>
<td class="support-cell" title="available in hardware, but not currently supported by RIOT-rs"></td>
</tr>
<tr>
<td>STM32W55RGVX</td>
Expand All @@ -124,6 +132,7 @@
<td class="support-cell" title="not available on this piece of hardware"></td>
<td class="support-cell" title="supported"></td>
<td class="support-cell" title="supported"></td>
<td class="support-cell" title="available in hardware, but not currently supported by RIOT-rs"></td>
</tr>
</tbody>
</table>
Expand Down
10 changes: 10 additions & 0 deletions doc/support_matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ functionalities:
- name: hwrng
title: Hardware Random Number Generator
description:
- name: storage
title: Persistent Storage
description:

# Encodes support status for each chip.
chips:
Expand All @@ -56,6 +59,7 @@ chips:
i2c_controller: supported
spi_main: supported
logging: supported
storage: supported
wifi: not_available

nrf53xx:
Expand All @@ -67,6 +71,7 @@ chips:
i2c_controller: supported
spi_main: supported
logging: supported
storage: supported
wifi: not_available

rp2040:
Expand All @@ -78,6 +83,7 @@ chips:
i2c_controller: supported
spi_main: supported
logging: supported
storage: supported
wifi: not_available

esp32-c6:
Expand All @@ -89,6 +95,7 @@ chips:
i2c_controller: supported
spi_main: supported
logging: supported
storage: not_currently_supported
wifi: not_available

stm32f401retx:
Expand All @@ -100,6 +107,7 @@ chips:
i2c_controller: not_currently_supported
spi_main: not_currently_supported
logging: supported
storage: not_currently_supported
wifi: not_available

stm32h755zitx:
Expand All @@ -111,6 +119,7 @@ chips:
i2c_controller: supported
spi_main: supported
logging: supported
storage: not_currently_supported
wifi: not_available

stm32wb55rgvx:
Expand All @@ -122,6 +131,7 @@ chips:
i2c_controller: supported
spi_main: supported
logging: supported
storage: not_currently_supported
wifi: not_available

# Encodes support status for each board.
Expand Down

0 comments on commit 79f3c4b

Please sign in to comment.