ChibiOS/os/common/ports
Giovanni Di Sirio 5bcd674065 Fixed bug in cnt_t type of AVR port.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9734 35acf78f-673a-0410-8e92-d51de3d6d3f4
2016-08-03 09:42:48 +00:00
..
ARM GCC asm files extension changed from .s to .S. 2016-04-23 06:47:26 +00:00
ARMCMx Moved VTOS initialization in startup files. 2016-04-25 13:52:55 +00:00
AVR Fixed bug in cnt_t type of AVR port. 2016-08-03 09:42:48 +00:00
SIMIA32 More infos in chtypes.h. 2016-04-16 16:12:51 +00:00
e200 GCC asm files extension changed from .s to .S. 2016-04-23 06:47:26 +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.