Skip to content

Commit 7839271

Browse files
committed
Storage and serial
1 parent 65439ac commit 7839271

File tree

1 file changed

+21
-39
lines changed

1 file changed

+21
-39
lines changed

docs/tutorials/tutorials_intro.md

Lines changed: 21 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -170,50 +170,32 @@ A [private network tutorial](../tutorials/LoRa-tutorial.html) and [an example fo
170170

171171
#### Using storage APIs
172172

173-
<table>
174-
<tbody>
175-
<tr>
176-
<td><a href="../apis/kvstore.html#kvstore-example">KVStore example</a></td>
177-
<td><a href="../apis/mbrblockdevice.html#mbrblockdevice-example">MBRBlockDevice example</a></td>
178-
<td><a href="../apis/bufferedblockdevice.html#bufferedblockdevice-example">BufferedBlockDevice example</a></td>
179-
<td><a href="../apis/sdblockdevice.html#sdblockdevice-example-application">SDBlockDevice example application</a></td>
180-
</tr>
181-
<tr>
182-
<td><a href="../apis/filesystem.html#file-system-example">File system example</a></td>
183-
<td><a href="../apis/chainingblockdevice.html#chainingblockdevice-example">ChainingBlockDevice example</a></td>
184-
<td><a href="../apis/flashsimblockdevice.html#flashsimblockdevice-example">FlashSimBlockDevice example</a></td>
185-
<td><a href="../apis/spi-flash-block-device.html#spifblockdevice-example">SPIFBlockDevice example</a></td>
186-
</tr>
187-
<tr>
188-
<td><a href="../apis/blockdevice.html#blockdevice-example">BlockDevice example</a></td>
189-
<td><a href="../apis/slicingblockdevice.html#slicingblockdevice-example">SlicingBlockDevice example</a></td>
190-
<td><a href="../apis/dataflashblockdevice.html#dataflashblockdevice-example">DataFlashBlockDevice example</a></td>
191-
<td><a href="../apis/qspifblockdevice.html#qspifblockdevice-example">QSPIFBlockDevice example</a></td>
192-
</tr>
193-
<tr>
194-
<td><a href="../apis/heapblockdevice.html#heapblockdevice-example">HeapBlockDevice example</a></td>
195-
<td><a href="../apis/profilingblockdevice.html#profilingblockdevice-example">ProfilingBlockDevice example</a></td>
196-
<td><a href="../apis/flashiapblockdevice.html#flashiapblockdevice-example">FlashIAPBlockDevice example</a></td>
197-
<td><a href="../apis/nvstore.html#nvstore-example">NVStore example</a></td>
198-
</tr>
199-
</tbody>
200-
</table>
173+
| API | Examples |
174+
| --- | --- |
175+
| KVStore | [KVStore example](../apis/kvstore.html#kvstore-example) |
176+
| FileSystem | [FileSystem example](../apis/filesystem.html#file-system-example) |
177+
| BlockDevice | [BlockDevice example](../apis/blockdevice.html#blockdevice-example) |
178+
| HeapBlockDevice | [HeapBlockDevice example](../apis/heapblockdevice.html#heapblockdevice-example) |
179+
| MBRBlockDevice | [MBRBlockDevice example](../apis/mbrblockdevice.html#mbrblockdevice-example) |
180+
| ChainingBlockDevice | [ChainingBlockDevice example](../apis/chainingblockdevice.html#chainingblockdevice-example) |
181+
| SlicingBlockDevice | [SlicingBlockDevice](../apis/slicingblockdevice.html#slicingblockdevice-example) |
182+
| ProfilingBlockDevice | [ProfilingBlockDevice example](../apis/profilingblockdevice.html#profilingblockdevice-example) |
183+
| BufferedBlockDevice | [BufferedBlockDevice example](../apis/bufferedblockdevice.html#bufferedblockdevice-example) |
184+
| FlashSimBlockDevice | [FlashSimBlockDevice example](../apis/flashsimblockdevice.html#flashsimblockdevice-example) |
185+
| DataFlashBlockDevice | [DataFlashBlockDevice example](../apis/dataflashblockdevice.html#dataflashblockdevice-example) |
186+
| FlashIAPBlockDevice | [FlashIAPBlockDevice example](../apis/flashiapblockdevice.html#flashiapblockdevice-example) |
187+
| SDBlockDevice | [SDBlockDevice example](../apis/sdblockdevice.html#sdblockdevice-example-application) |
188+
| SPIFBlockDevice | [SPIFBlockDevice example](../apis/spi-flash-block-device.html#spifblockdevice-example) |
189+
| QSPIFBlockDevice | [QSPIFBlockDevice example](../apis/qspifblockdevice.html#qspifblockdevice-example) |
190+
| NVStore | [NVStore](../apis/nvstore.html#nvstore-example) |
201191

202192
### Serial communication
203193

204194
These tutorials teach you to communicate with your development board, an essential part of programming and debugging:
205195

206-
<table>
207-
<tbody>
208-
<tr>
209-
<td><a href="windows-serial-driver.html">Windows serial driver tutorial</a></td>
210-
<td><a href="serial-comm.html#minimal-printf">Low memory serial printf example</a></td>
211-
</tr>
212-
<tr>
213-
<td><a href="serial-comm.html">Board to PC communication over USB tutorial</a></td>
214-
</tr>
215-
</tbody>
216-
</table>
196+
* [Windows serial driver tutorial](../tutorials/windows-serial-driver.html)
197+
* [Board to PC communication over USB tutorial](../tutorials/serial-comm.html)
198+
* [Low memory serial printf example](../tutorials/serial-comm.html#minimal-printf)
217199

218200
### Debugging
219201

0 commit comments

Comments
 (0)