From e3291e1801f27e49ac0e6be275c742777507207f Mon Sep 17 00:00:00 2001 From: Damien George Date: Tue, 13 Jul 2021 00:17:02 +1000 Subject: [PATCH] lib,shared: Update README's based on contents of these dirs. Signed-off-by: Damien George --- lib/README.md | 5 +++-- shared/README.md | 3 +++ 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 shared/README.md diff --git a/lib/README.md b/lib/README.md index e719821bfc..fd7cba910a 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 0000000000..073187b249 --- /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.