readme.txt 253 B

123456
  1. This directory contains complex drivers subsystems. Complex Drivers must
  2. abide to the following rules:
  3. - Must use HAL and OSAL only.
  4. - Cannot use RTOS functionalities.
  5. - Cannot use HW resources directly.
  6. - Must not use non-standard C language features.