Commit Graph

12 Commits

Author SHA1 Message Date
Giovanni Di Sirio 923c98a2a1 Fixed some obvious regressions in AVR port.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14163 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-04-10 13:29:14 +00:00
Giovanni Di Sirio 8646bb3153 License update.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14105 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-03-29 15:24:45 +00:00
Giovanni Di Sirio 739aa3f70c Fixed typo.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12749 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-04-22 09:12:54 +00:00
Theodore Ateba b884bd89a4 AVR: Correct a bad comment, and the description and remove a wrong details.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11511 35acf78f-673a-0410-8e92-d51de3d6d3f4
2018-02-19 20:48:40 +00:00
Giovanni Di Sirio e561c21f95 Mass update of GPL license statement.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11360 35acf78f-673a-0410-8e92-d51de3d6d3f4
2018-01-20 11:33:36 +00:00
Giovanni Di Sirio 163b3562c0 Worked around GCC-AVR strange behavior in AVR port.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10023 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-01-11 09:52:53 +00:00
Fabio Utzig 938af64be3 Applied latest warning fix also for 3-byte PC sized models
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9887 35acf78f-673a-0410-8e92-d51de3d6d3f4
2016-10-27 16:09:38 +00:00
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
Fabio Utzig 1b5ab277a8 [AVR] Fixed AVR port issues
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9281 35acf78f-673a-0410-8e92-d51de3d6d3f4
2016-04-16 03:16:18 +00:00
Giovanni Di Sirio 830278dcd2 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9153 35acf78f-673a-0410-8e92-d51de3d6d3f4 2016-03-23 18:43:19 +00:00
Giovanni Di Sirio b3fe630e4b Mass license update.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9136 35acf78f-673a-0410-8e92-d51de3d6d3f4
2016-03-18 10:29:35 +00:00
Giovanni Di Sirio 641f2c3726 Tree reorganization.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8899 35acf78f-673a-0410-8e92-d51de3d6d3f4
2016-02-16 09:59:21 +00:00