git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14105 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 |
||
---|---|---|
.. | ||
mfs | ||
serial_nor | ||
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.