ChibiOS/os/hal/lib/complex
Giovanni Di Sirio e9c826005e Improved HAL flash interface with mutual exclusion methods, improved EFL and SNOR drivers to use it.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15286 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-12-30 06:40:05 +00:00
..
mfs License update. 2021-03-29 15:24:45 +00:00
serial_nor Improved HAL flash interface with mutual exclusion methods, improved EFL and SNOR drivers to use it. 2021-12-30 06:40:05 +00:00
readme.txt

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.