Skip to content

Commit e3291e1

Browse files
committed
lib,shared: Update README's based on contents of these dirs.
Signed-off-by: Damien George <[email protected]>
1 parent 136369d commit e3291e1

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

lib/README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
This directory contains standard, low-level C libraries with emphasis on
2-
being independent and efficient. They can be used by any port.
1+
This directory contains third-party, low-level C libraries and SDKs.
2+
Libraries that do not target any specific platform are generally chosen
3+
based on them being independent and efficient.

shared/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
This directory contains libraries, utilities and helper code developed
2+
specifically for this project. The code is intended to be portable and
3+
usable by any port.

0 commit comments

Comments
 (0)