lib,shared: Update README's based on contents of these dirs.

Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
Damien George 2021-07-13 00:17:02 +10:00
parent 136369d72f
commit e3291e1801
2 changed files with 6 additions and 2 deletions

View File

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

3
shared/README.md Normal file
View File

@ -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.