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 |
||
---|---|---|
.. | ||
ARM | ||
ARMCMx | ||
AVR | ||
SIMIA32 | ||
e200 | ||
templates | ||
readme.txt |
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.