ChibiOS/os/hal/lib/complex
Giovanni Di Sirio a9fbaff1ed Fixed bug #1212.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_20.3.x@15389 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2023-07-06 22:11:51 -04:00
..
mfs License update. 2021-03-29 15:26:36 +00:00
serial_nor Fixed bug #1212. 2023-07-06 22:11:51 -04: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.