Giovanni Di Sirio
e3498cf082
Posix simulator, still work in progress.
...
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10077 35acf78f-673a-0410-8e92-d51de3d6d3f4
2017-02-02 10:23:59 +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
6ebca5756c
Moved VTOS initialization in startup files.
...
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9364 35acf78f-673a-0410-8e92-d51de3d6d3f4
2016-04-25 13:52:55 +00:00
Giovanni Di Sirio
faf584ff60
GCC asm files extension changed from .s to .S.
...
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9345 35acf78f-673a-0410-8e92-d51de3d6d3f4
2016-04-23 06:47:26 +00:00
Giovanni Di Sirio
312c81ff99
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9314 35acf78f-673a-0410-8e92-d51de3d6d3f4
2016-04-18 10:11:04 +00:00
Giovanni Di Sirio
89308874ce
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9300 35acf78f-673a-0410-8e92-d51de3d6d3f4
2016-04-17 06:06:01 +00:00
Giovanni Di Sirio
119fe04148
IAR support restored.
...
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9294 35acf78f-673a-0410-8e92-d51de3d6d3f4
2016-04-16 16:40:25 +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
Giovanni Di Sirio
c3615cd90e
Added licensing checks to ports.
...
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9289 35acf78f-673a-0410-8e92-d51de3d6d3f4
2016-04-16 10:44:16 +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
71f174d00d
Fixed stack limit conditions in RT4.
...
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9224 35acf78f-673a-0410-8e92-d51de3d6d3f4
2016-04-02 16:47:14 +00:00
Giovanni Di Sirio
e8f67437d0
Simulator updates, not complete.
...
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9223 35acf78f-673a-0410-8e92-d51de3d6d3f4
2016-04-02 13:05:59 +00:00
Giovanni Di Sirio
aed82faf72
Fixed calls to test suite in all applications.
...
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9202 35acf78f-673a-0410-8e92-d51de3d6d3f4
2016-04-02 07:11:56 +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
430facf565
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8931 35acf78f-673a-0410-8e92-d51de3d6d3f4
2016-02-23 09:31:25 +00:00
Giovanni Di Sirio
03eb35736c
Renamed r13 context field in sp (ARM ports). Extended the priorities range from 127 to 255.
...
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8921 35acf78f-673a-0410-8e92-d51de3d6d3f4
2016-02-22 13:12:50 +00:00
Giovanni Di Sirio
8f89ec3c0b
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8919 35acf78f-673a-0410-8e92-d51de3d6d3f4
2016-02-21 10:45:42 +00:00
Giovanni Di Sirio
adcc516668
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8918 35acf78f-673a-0410-8e92-d51de3d6d3f4
2016-02-21 08:26:57 +00:00
Giovanni Di Sirio
a739e4e7ab
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8904 35acf78f-673a-0410-8e92-d51de3d6d3f4
2016-02-16 13:01:03 +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
Giovanni Di Sirio
566bc155ac
Start of tree reorganization.
...
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8897 35acf78f-673a-0410-8e92-d51de3d6d3f4
2016-02-16 09:53:03 +00:00
Fabio Utzig
bcc7351beb
Remove trailing whitespaces
...
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8683 35acf78f-673a-0410-8e92-d51de3d6d3f4
2016-01-03 21:36:38 +00:00
Fabio Utzig
8aa3f641ee
[KINETIS] Updated linker script files
...
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8681 35acf78f-673a-0410-8e92-d51de3d6d3f4
2016-01-03 21:33:44 +00:00
Fabio Utzig
be8e080386
[KINETIS] Fix KL25Z build
...
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8679 35acf78f-673a-0410-8e92-d51de3d6d3f4
2016-01-03 13:55:16 +00:00
Giovanni Di Sirio
88d9233985
Reordered ST CMSIS headers.
...
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8601 35acf78f-673a-0410-8e92-d51de3d6d3f4
2015-12-15 08:50:33 +00:00
Giovanni Di Sirio
09d8ad195c
Fixed wrong license.
...
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8594 35acf78f-673a-0410-8e92-d51de3d6d3f4
2015-12-13 11:45:51 +00:00
Giovanni Di Sirio
091912633d
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8552 35acf78f-673a-0410-8e92-d51de3d6d3f4
2015-12-01 14:20:56 +00:00
Giovanni Di Sirio
233ac50d25
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8540 35acf78f-673a-0410-8e92-d51de3d6d3f4
2015-11-28 12:39:46 +00:00
Giovanni Di Sirio
acdfdf158b
SPC56EC demo for CW working.
...
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8528 35acf78f-673a-0410-8e92-d51de3d6d3f4
2015-11-26 09:45:18 +00:00
Giovanni Di Sirio
2209389203
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8525 35acf78f-673a-0410-8e92-d51de3d6d3f4
2015-11-25 15:47:09 +00:00
Giovanni Di Sirio
5e09f1cc3f
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8524 35acf78f-673a-0410-8e92-d51de3d6d3f4
2015-11-25 15:24:04 +00:00
Giovanni Di Sirio
e12692b914
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8523 35acf78f-673a-0410-8e92-d51de3d6d3f4
2015-11-24 08:57:19 +00:00
Giovanni Di Sirio
b3cde31025
e200 CW port working, report added.
...
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8521 35acf78f-673a-0410-8e92-d51de3d6d3f4
2015-11-23 13:12:43 +00:00
Giovanni Di Sirio
ce5b8d63f6
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8520 35acf78f-673a-0410-8e92-d51de3d6d3f4
2015-11-23 12:04:24 +00:00
Giovanni Di Sirio
b7d01278b7
Improved startup files for ARMCMx GCC, introduced support for RAM areas initialization.
...
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8518 35acf78f-673a-0410-8e92-d51de3d6d3f4
2015-11-21 15:24:55 +00:00
Giovanni Di Sirio
4d483752a8
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8515 35acf78f-673a-0410-8e92-d51de3d6d3f4
2015-11-20 16:13:18 +00:00
Giovanni Di Sirio
235d53668d
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8511 35acf78f-673a-0410-8e92-d51de3d6d3f4
2015-11-19 16:32:44 +00:00
Giovanni Di Sirio
4db0944ed0
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8510 35acf78f-673a-0410-8e92-d51de3d6d3f4
2015-11-19 16:13:55 +00:00
Giovanni Di Sirio
da4c0dbaa0
Improvements to the e200 RT port.
...
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8507 35acf78f-673a-0410-8e92-d51de3d6d3f4
2015-11-18 09:39:41 +00:00
Giovanni Di Sirio
5f2b47e17b
More CW stuff.
...
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8506 35acf78f-673a-0410-8e92-d51de3d6d3f4
2015-11-17 15:24:32 +00:00
Giovanni Di Sirio
d0f1e68932
Added preliminary CodeWarrior stuff.
...
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8505 35acf78f-673a-0410-8e92-d51de3d6d3f4
2015-11-17 13:41:25 +00:00
Giovanni Di Sirio
d8e6d79320
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8503 35acf78f-673a-0410-8e92-d51de3d6d3f4
2015-11-17 10:52:22 +00:00