aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/startup/ARM/compilers/GCC
Commit message (Collapse)AuthorAgeFilesLines
* Minor changes.isiora2018-01-181-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11324 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added SMC related sources.isiora2018-01-181-2/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11314 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added call to __core_init.isiora2018-01-181-0/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11313 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added portability include path to the various startup.mk files.Giovanni Di Sirio2018-01-052-2/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11227 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Modified some names for consistency.Giovanni Di Sirio2017-11-212-6/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11050 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Improved make system.Giovanni Di Sirio2017-11-212-0/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11049 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11011 ↵isiora2017-11-141-0/+0
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Reintegrate sama5d2_dev branchisiora2017-10-221-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10878 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Comment style.Giovanni Di Sirio2017-10-061-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10789 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bug #892.Giovanni Di Sirio2017-10-061-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10788 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Moved the weak Boot_Handler in the .boot section (as .boot is in the ↵isiora2017-10-041-2/+2
| | | | | | rules.ld now) git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10773 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added .boot section to startupisiora2017-10-041-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10772 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Moved .boot section in rules.ldisiora2017-10-041-14/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10771 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Entry to Boot_Handler, boot code in startup section.isiora2017-09-221-0/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10676 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Entry to Boot_Handler, boot code in startup section.isiora2017-09-221-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10673 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Reset points to Boot_Handler. For backward compatibility,isiora2017-09-221-1/+7
| | | | | | Boot_Handler is defined weak and is defaulted to jump to Reset_Handler. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10672 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Moved VBAR initialization to boot.Sisiora2017-09-221-5/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10671 35acf78f-673a-0410-8e92-d51de3d6d3f4
* TABs cleanup.Giovanni Di Sirio2017-09-221-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10663 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Improved common makefile rules.Giovanni Di Sirio2017-08-281-6/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10495 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added init code to setup the secure VBAR.isiora2017-08-141-0/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10429 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added to the Makefiles the ability to change the default build, dependencies ↵Giovanni Di Sirio2017-08-021-7/+15
| | | | | | and configuration directories. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10350 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Created hierarchy to add SAMA5 support.Rocco Marco Guglielmi2017-07-291-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10343 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10261 ↵gdisirio2017-06-192-0/+52
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Dcumentation-related fixes.Giovanni Di Sirio2017-02-161-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10107 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Makefiles clean rule hook added.Giovanni Di Sirio2017-01-121-1/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10037 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bug #787.Giovanni Di Sirio2016-10-271-0/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9883 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Rules.mk small fixes.Giovanni Di Sirio2016-06-161-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9630 35acf78f-673a-0410-8e92-d51de3d6d3f4
* GCC asm files extension changed from .s to .S.Giovanni Di Sirio2016-04-234-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9345 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Makefiles mass update.Giovanni Di Sirio2016-04-231-3/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9344 35acf78f-673a-0410-8e92-d51de3d6d3f4
* New licensing headers.Giovanni Di Sirio2016-04-161-0/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9286 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Modified path for ld files.Giovanni Di Sirio2016-04-031-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9237 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Mass license update.Giovanni Di Sirio2016-03-185-5/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9136 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Startup files relicensed under Apache 2.0.Giovanni Di Sirio2016-02-275-65/+50
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8957 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Tree reorganization.Giovanni Di Sirio2016-02-162-5/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8899 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Start of tree reorganization.Giovanni Di Sirio2016-02-167-0/+917
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8897 35acf78f-673a-0410-8e92-d51de3d6d3f4