Skip to content

Commit

Permalink
doc: add & populate hwrng support in support matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Sep 13, 2024
1 parent b2b6a83 commit 36d2d27
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="6">Functionality</th>
<th colspan="7">Functionality</th>
</tr>
<tr>
<th></th>
Expand All @@ -15,6 +15,7 @@
<th>User USB</th>
<th>Wi-Fi</th>
<th>Ethernet over USB</th>
<th>Hardware Random Number Generator</th>
</tr>
</thead>
<tbody>
Expand All @@ -27,6 +28,7 @@
<td class="support-cell" title="available in hardware, but not currently supported by RIOT-rs"></td>
<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>
</tr>
<tr>
<td>nRF52xxx</td>
Expand All @@ -37,6 +39,7 @@
<td class="support-cell" title="supported"></td>
<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>
</tr>
<tr>
<td>nRF53xx</td>
Expand All @@ -47,6 +50,7 @@
<td class="support-cell" title="supported"></td>
<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>
</tr>
<tr>
<td>RP2040</td>
Expand All @@ -57,6 +61,7 @@
<td class="support-cell" title="supported"></td>
<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>
</tr>
<tr>
<td>RP2040</td>
Expand All @@ -67,6 +72,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 @@ -77,6 +83,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="not available on this piece of hardware"></td>
</tr>
<tr>
<td>STM32F755ZITX</td>
Expand All @@ -87,6 +94,7 @@
<td class="support-cell" title="supported"></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>
<td class="support-cell" title="supported"></td>
</tr>
<tr>
<td>STM32W55RGVX</td>
Expand All @@ -97,6 +105,7 @@
<td class="support-cell" title="supported"></td>
<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>
</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 @@ -35,6 +35,9 @@ functionalities:
- name: ethernet_over_usb
title: Ethernet over USB
description:
- name: hwrng
title: Hardware Random Number Generator
description:

# Encodes support status for each chip.
chips:
Expand All @@ -43,6 +46,7 @@ chips:
support:
gpio: supported
debug_output: supported
hwrng: supported
logging: supported
wifi: not_available

Expand All @@ -51,6 +55,7 @@ chips:
support:
gpio: supported
debug_output: supported
hwrng: supported
logging: supported
wifi: not_available

Expand All @@ -59,6 +64,7 @@ chips:
support:
gpio: supported
debug_output: supported
hwrng: supported
logging: supported
wifi: not_available

Expand All @@ -67,6 +73,7 @@ chips:
support:
gpio: supported
debug_output: supported
hwrng: not_currently_supported
logging: supported
wifi: not_available

Expand All @@ -75,6 +82,7 @@ chips:
support:
gpio: supported
debug_output: supported
hwrng: not_available
logging: supported
wifi: not_available

Expand All @@ -83,6 +91,7 @@ chips:
support:
gpio: supported
debug_output: supported
hwrng: supported
logging: supported
wifi: not_available

Expand All @@ -91,6 +100,7 @@ chips:
support:
gpio: supported
debug_output: supported
hwrng: supported
logging: supported
wifi: not_available

Expand Down

0 comments on commit 36d2d27

Please sign in to comment.