Skip to content

Commit

Permalink
docs(i2c-controller): update the support matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
ROMemories committed Sep 20, 2024
1 parent d12e269 commit 736194e
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,13 +4,14 @@
<tr>
<th>Chip</th>
<th>Testing Board</th>
<th colspan="7">Functionality</th>
<th colspan="8">Functionality</th>
</tr>
<tr>
<th></th>
<th></th>
<th>GPIO</th>
<th>Debug Output</th>
<th>I2C Controller Mode</th>
<th>Logging</th>
<th>User USB</th>
<th>Wi-Fi</th>
Expand All @@ -25,6 +26,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>
<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>
Expand All @@ -37,6 +39,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>
<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>
Expand All @@ -48,6 +51,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>
<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>
Expand All @@ -59,6 +63,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>
<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>
Expand All @@ -73,12 +78,14 @@
<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>
<td>ST NUCLEO-F401RE</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>
<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="not available on this piece of hardware"></td>
Expand All @@ -92,6 +99,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>
<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>
Expand All @@ -103,6 +111,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>
<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>
Expand Down
10 changes: 10 additions & 0 deletions doc/support_matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ functionalities:
- name: debug_output
title: Debug Output
description:
- name: i2c_controller
title: I2C Controller Mode
description: I2C in controller mode
- name: logging
title: Logging
description:
Expand All @@ -47,6 +50,7 @@ chips:
gpio: supported
debug_output: supported
hwrng: supported
i2c_controller: supported
logging: supported
wifi: not_available

Expand All @@ -56,6 +60,7 @@ chips:
gpio: supported
debug_output: supported
hwrng: supported
i2c_controller: supported
logging: supported
wifi: not_available

Expand All @@ -65,6 +70,7 @@ chips:
gpio: supported
debug_output: supported
hwrng: supported
i2c_controller: supported
logging: supported
wifi: not_available

Expand All @@ -74,6 +80,7 @@ chips:
gpio: supported
debug_output: supported
hwrng: not_currently_supported
i2c_controller: supported
logging: supported
wifi: not_available

Expand All @@ -83,6 +90,7 @@ chips:
gpio: supported
debug_output: supported
hwrng: not_available
i2c_controller: not_currently_supported
logging: supported
wifi: not_available

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

Expand All @@ -101,6 +110,7 @@ chips:
gpio: supported
debug_output: supported
hwrng: supported
i2c_controller: supported
logging: supported
wifi: not_available

Expand Down

0 comments on commit 736194e

Please sign in to comment.