We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 136369d commit e3291e1Copy full SHA for e3291e1
lib/README.md
@@ -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.
+This directory contains third-party, low-level C libraries and SDKs.
+Libraries that do not target any specific platform are generally chosen
3
+based on them being independent and efficient.
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.
0 commit comments