git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11360 35acf78f-673a-0410-8e92-d51de3d6d3f4 |
||
---|---|---|
.. | ||
mfs | ||
readme.txt |
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.