Skip to content

Commit

Permalink
fixup! fix(support-matrix): fix output sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
ROMemories committed Jul 10, 2024
1 parent 7deadfd commit 70022bb
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions book/src/support_matrix.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,26 @@
<td class="support-cell" title="supported with some caveats">☑️</td>
<td class="support-cell" title="supported"></td>
</tr>
<tr>
<td>nRF52xxx</td>
<td>nRF52840-DK</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="supported"></td>
<td class="support-cell" title="not available on this piece of hardware"></td>
<td class="support-cell" title="supported"></td>
</tr>
<tr>
<td>nRF53xx</td>
<td>nRF5340-DK</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="supported"></td>
<td class="support-cell" title="not available on this piece of hardware"></td>
<td class="support-cell" title="supported"></td>
</tr>
<tr>
<td>RP2040</td>
<td>Raspberry Pi Pico</td>
Expand Down Expand Up @@ -78,26 +98,6 @@
<td class="support-cell" title="not available on this piece of hardware"></td>
<td class="support-cell" title="supported"></td>
</tr>
<tr>
<td>nRF52xxx</td>
<td>nRF52840-DK</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="supported"></td>
<td class="support-cell" title="not available on this piece of hardware"></td>
<td class="support-cell" title="supported"></td>
</tr>
<tr>
<td>nRF53xx</td>
<td>nRF5340-DK</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="supported"></td>
<td class="support-cell" title="not available on this piece of hardware"></td>
<td class="support-cell" title="supported"></td>
</tr>
</tbody>
</table>
<style>
Expand Down

0 comments on commit 70022bb

Please sign in to comment.