-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcodemaps.html
More file actions
37 lines (37 loc) · 931 Bytes
/
codemaps.html
File metadata and controls
37 lines (37 loc) · 931 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<html>
<head>
<title>littlefs3-benchmarks</title>
<link rel="icon" href="favicon.ico">
<style>
body {
background-color: #443333;
color: #ffffff;
}
a {
color: #7997b7;
}
</style>
</head>
<body>
<p>littlefs v3 codemap (<a
href="codemaps/codemap_lfs3.svg">raw</a>, <a
href="codemaps/codemap_lfs3_tiny.svg">tiny</a>):
<br>
<object data="codemaps/codemap_lfs3.svg"></object>
</p>
<p></p>
<p>littlefs v2 codemap (<a
href="codemaps/codemap_lfs2.svg">raw</a>, <a
href="codemaps/codemap_lfs2_tiny.svg">tiny</a>):
<br>
<object data="codemaps/codemap_lfs2.svg"></object>
</p>
<p></p>
<p>littlefs v1 codemap (<a
href="codemaps/codemap_lfs1.svg">raw</a>, <a
href="codemaps/codemap_lfs1_tiny.svg">tiny</a>):
<br>
<object data="codemaps/codemap_lfs1.svg"></object>
</p>
</body>
</html>