ChibiOS/os/lib
Giovanni Di Sirio 2e2a38cd10 chFifoObjectInit() renamed to chFifoObjectInitAligned(). Added a new chFifoObjectInit() without the alignment parameter. Stricter alignment checks in memory pools.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12535 110e8d01-0319-4d1e-a829-52ad28d1bb01
2019-01-06 15:45:01 +00:00
..
dox Documentation-related fixes. 2018-05-03 11:19:35 +00:00
include chFifoObjectInit() renamed to chFifoObjectInitAligned(). Added a new chFifoObjectInit() without the alignment parameter. Stricter alignment checks in memory pools. 2019-01-06 15:45:01 +00:00
src chFifoObjectInit() renamed to chFifoObjectInitAligned(). Added a new chFifoObjectInit() without the alignment parameter. Stricter alignment checks in memory pools. 2019-01-06 15:45:01 +00:00
lib.mk Improved search of configuration files. 2019-01-05 15:49:50 +00:00
readme.txt

readme.txt

All the code contained under ./os/lib are high level RTOS extension modules
compatible with both RT and NIL.