ChibiOS/os/common/ports
Giovanni Di Sirio 8872d9680c Addressed compiler differences.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10096 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-02-07 13:20:52 +00:00
..
ARM GCC asm files extension changed from .s to .S. 2016-04-23 06:47:26 +00:00
ARMCMx MISRA-related changes. 2017-02-05 08:49:18 +00:00
AVR Worked around GCC-AVR strange behavior in AVR port. 2017-01-11 09:52:53 +00:00
SIMIA32 Posix simulator, still work in progress. 2017-02-02 10:23:59 +00:00
e200 Addressed compiler differences. 2017-02-07 13:20:52 +00:00
templates More infos in chtypes.h. 2016-04-16 16:12:51 +00:00
readme.txt Tree reorganization. 2016-02-16 09:59:21 +00:00

readme.txt

All the code contained under ./os/common/ports are RTOS ports compatible
with both RT and NIL. The code is placed under ./os/common in order to
prevent code duplication and disalignments.