| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9891 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
|
|
|
| |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9888 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
|
|
|
| |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9887 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
|
|
|
| |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9883 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
|
|
|
| |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9882 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
|
|
|
| |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9881 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
|
|
|
| |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9879 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9877 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
|
|
|
| |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9876 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
|
|
|
| |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9873 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
|
|
|
| |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9872 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
|
|
|
| |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9871 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
|
|
|
| |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9870 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
|
|
|
| |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9869 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
|
|
|
| |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9868 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
|
|
|
| |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9867 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
|
|
|
| |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9866 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
|
|
|
| |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9865 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
|
|
|
| |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9864 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
|
|
|
| |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9861 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
|
|
|
| |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9860 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
|
|
|
| |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9859 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
|
|
|
| |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9855 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
|
|
|
|
|
| |
http://www.chibios.com/forum/viewtopic.php?f=35&t=3532
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9854 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
|
|
|
| |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9853 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
|
|
|
| |
35acf78f-673a-0410-8e92-d51de3d6d3f4
|
|
|
|
| |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9850 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
|
|
|
| |
35acf78f-673a-0410-8e92-d51de3d6d3f4
|
|
|
|
| |
35acf78f-673a-0410-8e92-d51de3d6d3f4
|
|
|
|
| |
35acf78f-673a-0410-8e92-d51de3d6d3f4
|
|
|
|
| |
35acf78f-673a-0410-8e92-d51de3d6d3f4
|
|
|
|
| |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9845 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
|
|
|
| |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9841 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
|
|
|
| |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9840 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
|
|
|
| |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9839 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
|
|
|
| |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9838 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
|
|
|
| |
35acf78f-673a-0410-8e92-d51de3d6d3f4
|
|
|
|
| |
35acf78f-673a-0410-8e92-d51de3d6d3f4
|
|
|
|
| |
35acf78f-673a-0410-8e92-d51de3d6d3f4
|
|
|
|
| |
35acf78f-673a-0410-8e92-d51de3d6d3f4
|
|
|
|
| |
35acf78f-673a-0410-8e92-d51de3d6d3f4
|
|
|
|
| |
35acf78f-673a-0410-8e92-d51de3d6d3f4
|
|
|
|
|
|
| |
handling.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9830 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
|
|
|
| |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9829 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
|
|
|
|
|
| |
handling.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9828 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
|
|
|
| |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9827 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
|
|
|
| |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9826 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
|
|
|
| |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9825 35acf78f-673a-0410-8e92-d51de3d6d3f4
|
|
|
|
| |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9824 35acf78f-673a-0410-8e92-d51de3d6d3f4
|