summaryrefslogtreecommitdiffstatshomepage
path: root/lib/README.md
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-09-18 00:13:03 +0100
committerDamien George <damien.p.george@gmail.com>2014-09-18 00:13:03 +0100
commit8bb44f69f227ce2ef01f266d2784657455e1a3a8 (patch)
tree7f277b77c2d75db831b2bc2f2f9f6fdaedf6efc2 /lib/README.md
parent3d61528fe7d38649335dee780110b3818a0ab94c (diff)
downloadmicropython-8bb44f69f227ce2ef01f266d2784657455e1a3a8.tar.gz
micropython-8bb44f69f227ce2ef01f266d2784657455e1a3a8.zip
lib: Add basic README.
Diffstat (limited to 'lib/README.md')
-rw-r--r--lib/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/README.md b/lib/README.md
new file mode 100644
index 0000000000..e719821bfc
--- /dev/null
+++ b/lib/README.md
@@ -0,0 +1,2 @@
+This directory contains standard, low-level C libraries with emphasis on
+being independent and efficient. They can be used by any port.