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

Signed-off-by: Damien George <damien@micropython.org>
pull/6389/merge
Damien George 2021-07-13 00:17:02 +10:00
rodzic 136369d72f
commit e3291e1801
2 zmienionych plików z 6 dodań i 2 usunięć

Wyświetl plik

@ -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 100644
Wyświetl plik

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