aboutsummaryrefslogtreecommitdiff
path: root/lib/chibios/os/common/ports/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chibios/os/common/ports/readme.txt')
-rw-r--r--lib/chibios/os/common/ports/readme.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/chibios/os/common/ports/readme.txt b/lib/chibios/os/common/ports/readme.txt
new file mode 100644
index 000000000..cad1dabd4
--- /dev/null
+++ b/lib/chibios/os/common/ports/readme.txt
@@ -0,0 +1,3 @@
1All the code contained under ./os/common/ports are RTOS ports compatible
2with both RT and NIL. The code is placed under ./os/common in order to
3prevent code duplication and disalignments.