ChibiOS/os/hal/lib/complex
Giovanni Di Sirio 7d16de81a0 More bug fixes in MFS.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11020 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-11-16 15:09:53 +00:00
..
mfs More bug fixes in MFS. 2017-11-16 15:09:53 +00:00
readme.txt Moved things around. 2017-11-13 13:51:23 +00:00

readme.txt

This directory contains complex drivers subsystems. Complex Drivers must
abide to the following rules:
- Must use HAL and OSAL only.
- Cannot use RTOS functionalities.
- Cannot use HW resources directly.
- Must not use non-standard C language features.