ChibiOS/os/common/ports
Igor Stoppa 6172fdfb71 Fix casting warnings that prevent using -Werror
The variables used to hold pointers are only 8 bit wide. even if
pointers on AVR are 16 bit wide.

The high byte can be discarded if empty, but this must be somehow
notified to the compiler, otherwise it will emit a warning that
prevents from using ssystem-wide -Werror build flag.

Signed-off-by: Igor Stoppa <igor.stoppa@gmail.com>



git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9878 35acf78f-673a-0410-8e92-d51de3d6d3f4
2016-10-25 19:31:40 +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 Fix casting warnings that prevent using -Werror 2016-10-25 19:31:40 +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.