mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 09:50:15 +01:00
lib,shared: Update README's based on contents of these dirs.
Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
@@ -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.
|
||||
|
||||
3
shared/README.md
Normal file
3
shared/README.md
Normal 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.
|
||||
Reference in New Issue
Block a user