aboutsummaryrefslogtreecommitdiffstats
path: root/os/lib/readme.txt
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-03-13 09:47:32 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-03-13 09:47:32 +0000
commit4492ac9c2d105d06d4e7ecfb3a63f313d55963a4 (patch)
tree3a688e592406ff05306baf697c6231eaac6234c2 /os/lib/readme.txt
parent08ad71bfe3fbffffd90fae7555282cab73ba7c4b (diff)
downloadChibiOS-4492ac9c2d105d06d4e7ecfb3a63f313d55963a4.tar.gz
ChibiOS-4492ac9c2d105d06d4e7ecfb3a63f313d55963a4.tar.bz2
ChibiOS-4492ac9c2d105d06d4e7ecfb3a63f313d55963a4.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11721 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'os/lib/readme.txt')
-rw-r--r--os/lib/readme.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/os/lib/readme.txt b/os/lib/readme.txt
new file mode 100644
index 000000000..e1c274da4
--- /dev/null
+++ b/os/lib/readme.txt
@@ -0,0 +1,3 @@
+All the code contained under ./os/common/oslib are optional RTOS modules
+compatible with both RT and NIL. The code is placed under ./os/common in
+order to prevent code duplication and disalignments.