ChibiOS/os/hal/lib/complex
Giovanni Di Sirio b93a6f3074 Fixed bug #1265.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@16267 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2023-05-27 09:18:44 +00:00
..
buffered_sio Mass EOL change to Unix mode. 2022-12-11 14:52:30 +00:00
mfs Mass EOL change to Unix mode. 2022-12-11 14:52:30 +00:00
serial_nor Fixed bug #1265. 2023-05-27 09:18:44 +00:00
readme.txt Mass EOL change to Unix mode. 2022-12-11 14:52:30 +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.