ChibiOS/os/hal/lib/complex
Giovanni Di Sirio 6d47bb0487 Changed license to Apache 2.0.
git-svn-id: https://svn.code.sf.net/p/chibios/svn2/trunk@11636 110e8d01-0319-4d1e-a829-52ad28d1bb01
2018-03-08 13:01:22 +00:00
..
m25q Changed license to Apache 2.0. 2018-03-08 13:01:22 +00:00
mfs Mass update of GPL license statement. 2018-01-20 11:33:36 +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.