Skip to content

Commit 2b61a12

Browse files
author
Amanda Butler
authored
Update LittleFileSystem.md
Add missing (temporarily broken) link, and fix example rendering.
1 parent 7d3cd32 commit 2b61a12

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/reference/api/storage/LittleFileSystem.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ Microcontrollers and flash storage present three challenges for embedded storage
1919

2020
- **Wear leveling** - Because the most common form of embedded storage is erodible flash memories, the file system provides a form of dynamic wear leveling for systems that cannot fit a full flash translation layer.
2121

22+
For additional information, please see the <a href="/docs/v5.7/reference/storage.html#declaring-a-file-system" target="_blank">storage overview page</a>.
23+
2224
### Use cases
2325

2426
We built this for microcontrollers with external flash storage. In this context, it outperforms the other Mbed OS file systems in terms of RAM, ROM, wear and runtime.
@@ -37,4 +39,4 @@ The API that this presents is the standard Mbed OS file system API. Once declare
3739

3840
### LittleFileSystem example
3941

40-
[![View code](https://www.mbed.com/embed/?type=library)](https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-filesystem)
42+
[![View code](https://www.mbed.com/embed/?url=https://github.com/armmbed/mbed-os-example-filesystem)](https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-filesystem)

0 commit comments

Comments
 (0)