git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2495 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
1f1f8566d3
commit
a3f5c2282c
|
@ -1,29 +1,21 @@
|
||||||
/**************************************************
|
/*
|
||||||
*
|
ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010 Giovanni Di Sirio.
|
||||||
* Part one of the system initialization code, contains low-level
|
|
||||||
* initialization, plain thumb variant.
|
|
||||||
*
|
|
||||||
* Copyright 2008 IAR Systems. All rights reserved.
|
|
||||||
*
|
|
||||||
* $Revision: 34775 $
|
|
||||||
*
|
|
||||||
**************************************************/
|
|
||||||
|
|
||||||
;
|
This file is part of ChibiOS/RT.
|
||||||
; The modules in this file are included in the libraries, and may be replaced
|
|
||||||
; by any user-defined modules that define the PUBLIC symbol _program_start or
|
ChibiOS/RT is free software; you can redistribute it and/or modify
|
||||||
; a user defined start symbol.
|
it under the terms of the GNU General Public License as published by
|
||||||
; To override the cstartup defined in the library, simply add your modified
|
the Free Software Foundation; either version 3 of the License, or
|
||||||
; version to the workbench project.
|
(at your option) any later version.
|
||||||
;
|
|
||||||
; The vector table is normally located at address 0.
|
ChibiOS/RT is distributed in the hope that it will be useful,
|
||||||
; When debugging in RAM, it can be located in RAM, aligned to at least 2^6.
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
; The name "__vector_table" has special meaning for C-SPY:
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
; it is where the SP start value is found, and the NVIC vector
|
GNU General Public License for more details.
|
||||||
; table register (VTOR) is initialized to this address if != 0.
|
|
||||||
;
|
You should have received a copy of the GNU General Public License
|
||||||
; Cortex-M version
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
;
|
*/
|
||||||
|
|
||||||
MODULE ?cstartup
|
MODULE ?cstartup
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue