diff options
Diffstat (limited to 'lib/chibios/os/common/ports/readme.txt')
-rw-r--r-- | lib/chibios/os/common/ports/readme.txt | 3 |
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 @@ | |||
1 | All the code contained under ./os/common/ports are RTOS ports compatible | ||
2 | with both RT and NIL. The code is placed under ./os/common in order to | ||
3 | prevent code duplication and disalignments. | ||