ChibiOS/os/hal/lib/complex
Giovanni Di Sirio 6e0f6445b6 Small fix in N25Q driver.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12419 110e8d01-0319-4d1e-a829-52ad28d1bb01
2018-11-13 20:44:55 +00:00
..
mfs git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12417 110e8d01-0319-4d1e-a829-52ad28d1bb01 2018-11-13 16:30:27 +00:00
serial_nor Small fix in N25Q driver. 2018-11-13 20:44:55 +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.