aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/lib/complex/readme.txt
blob: fafdfacecb9c21d83e9968b64f0bf044f3834859 (plain)
1
2
3
4
5
6
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.