Commit Graph

30 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 bfb14516f8 Adjusted declarations incompatible with C++.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13331 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2020-02-08 09:14:30 +00:00
Giovanni Di Sirio 5fec21c877 Big rework of IRQ handling in STM32 HAL.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13224 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2019-12-29 08:08:11 +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
Giovanni Di Sirio 88a4752f81 Integrated NIL 4.0.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12620 110e8d01-0319-4d1e-a829-52ad28d1bb01
2019-02-02 10:59:16 +00:00
Giovanni Di Sirio 24157d68e4 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11997 110e8d01-0319-4d1e-a829-52ad28d1bb01 2018-05-04 12:08:34 +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
Theodore Ateba 377b9c70eb AVR: Correct the file name.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11510 35acf78f-673a-0410-8e92-d51de3d6d3f4
2018-02-19 20:48:15 +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 5a1a1fc4ff Modified some names for consistency.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11050 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-11-21 14:29:25 +00:00
Giovanni Di Sirio 10465f7238 Improved make system.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11049 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-11-21 12:54:54 +00:00
Theodore Ateba 18d0b140b8 AVR: Remove the programming target from the generic makefile rule.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10590 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-09-16 14:02:09 +00:00
Theodore Ateba ed738335e5 Add AVR makefile rules for compilation.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10583 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-09-13 22:07:43 +00:00
Theodore Ateba 0151295d4f Remove a compilation warning.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10581 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-09-13 21:35:59 +00:00
Theodore Ateba 6316601165 Add NIL support for AVR Tiny architecture.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10332 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-07-14 21:52:58 +00:00
tfateba 11a53887bc Resolve the linker error message: undefined reference to chThdExit.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10255 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-06-10 00:36:12 +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
tfateba ef75851d10 Fixed small ident, readme file and Makefile.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9896 35acf78f-673a-0410-8e92-d51de3d6d3f4
2016-11-01 02:04:43 +00:00
tfateba 4600e6fc46 Add test program for AVR ADC hal.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9895 35acf78f-673a-0410-8e92-d51de3d6d3f4
2016-11-01 01:33:13 +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
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
Giovanni Di Sirio d57f928014 More infos in chtypes.h.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9292 35acf78f-673a-0410-8e92-d51de3d6d3f4
2016-04-16 16:12:51 +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
Fabio Utzig f4b86fbcdc [AVR] Fixed port paths
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9280 35acf78f-673a-0410-8e92-d51de3d6d3f4
2016-04-16 03:14:27 +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 4edc5aeca7 Mass renaming of HAL files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9151 35acf78f-673a-0410-8e92-d51de3d6d3f4
2016-03-23 12:36:05 +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