ChibiOS/os/hal/lib/complex
Giovanni Di Sirio 588a8426ed Doubled data magic number in MFS in order to align it to 64 bits.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12739 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-04-14 10:43:54 +00:00
..
mfs Doubled data magic number in MFS in order to align it to 64 bits. 2019-04-14 10:43:54 +00:00
serial_nor Adjustments to SNOR drivers. 2019-04-13 14:49:25 +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.