mirror of
https://github.com/trussed-dev/littlefs2-sys.git
synced 2026-06-20 04:16:31 -07:00
Fix typos, reference bindings, bump patch version.
This commit is contained in:
+2
-2
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "littlefs2-sys"
|
||||
description = "Low-level bindings to LittleFS"
|
||||
version = "0.1.1"
|
||||
description = "Low-level bindings to littlefs"
|
||||
version = "0.1.2"
|
||||
authors = ["Nicolas Stalder <n@stalder.io>"]
|
||||
edition = "2018"
|
||||
license = "BSD-3-Clause"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<h1 align="center">littlefs2-sys</h1>
|
||||
<div align="center">
|
||||
<strong>
|
||||
Low-level bindings to LittleFS
|
||||
Low-level bindings to littlefs
|
||||
</strong>
|
||||
</div>
|
||||
|
||||
@@ -27,14 +27,21 @@
|
||||
|
||||
## What is this?
|
||||
|
||||
Low-level bindings to the [littlefs](littlefs) microcontroller filesystem.
|
||||
Low-level bindings to the [littlefs][littlefs] microcontroller filesystem.
|
||||
|
||||
You probably want the high-level, idiomatic Rust bindings: [littlefs2][littlefs2]
|
||||
|
||||
Upstream release: [v2.1.4][upstream-release]
|
||||
|
||||
[littlefs]: https://github.com/ARMmbed/littlefs
|
||||
|
||||
Currently, release v2.1.4 is exposed.
|
||||
[littlefs2]: https://github.com/nickray/littlefs2
|
||||
[upstream-release]: https://github.com/ARMmbed/littlefs/releases/tag/v2.1.4
|
||||
|
||||
#### License
|
||||
|
||||
<sup>LittleFS licensed under [BSD-3-Clause](LICENSE-BSD3), as are these bindings.</sup>
|
||||
<sup>littlefs is licensed under [BSD-3-Clause][bsd-3-clause], as are these bindings.</sup>
|
||||
<br>
|
||||
<sub>The file `strings.c` is licensed under GPL-2.0</sub>
|
||||
<sub>The file `string.c` is licensed under GPL-2.0.<br>
|
||||
Permissively licensed replacement implementation welcome!</sub>
|
||||
|
||||
[bsd-3-clause]: https://github.com/ARMmbed/littlefs/blob/master/LICENSE.md
|
||||
|
||||
Reference in New Issue
Block a user