diff options
author | Damien George <damien@micropython.org> | 2021-07-13 00:17:02 +1000 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2021-07-13 00:17:02 +1000 |
commit | e3291e1801f27e49ac0e6be275c742777507207f (patch) | |
tree | e83d096adf65dc4ce20e50e911782ba9fcab2d27 | |
parent | 136369d72f5b99ec23c9c9f178a590bde968e2ee (diff) |
lib,shared: Update README's based on contents of these dirs.
Signed-off-by: Damien George <damien@micropython.org>
-rw-r--r-- | lib/README.md | 5 | ||||
-rw-r--r-- | shared/README.md | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/lib/README.md b/lib/README.md index e719821bf..fd7cba910 100644 --- a/lib/README.md +++ b/lib/README.md @@ -1,2 +1,3 @@ -This directory contains standard, low-level C libraries with emphasis on -being independent and efficient. They can be used by any port. +This directory contains third-party, low-level C libraries and SDKs. +Libraries that do not target any specific platform are generally chosen +based on them being independent and efficient. diff --git a/shared/README.md b/shared/README.md new file mode 100644 index 000000000..073187b24 --- /dev/null +++ b/shared/README.md @@ -0,0 +1,3 @@ +This directory contains libraries, utilities and helper code developed +specifically for this project. The code is intended to be portable and +usable by any port. |