UpdUpdate IAR projects to use Embedded Workbench V5.11.

This commit is contained in:
Richard Barry 2008-01-23 08:35:47 +00:00
parent dfb8e7003b
commit 474cb76864
104 changed files with 10988 additions and 22710 deletions

View file

@ -41,14 +41,14 @@ typedef union { intfunc __fun; void * __ptr; } intvec_elem;
#pragma language=extended
#pragma segment="CSTACK"
void __program_start( void );
void __iar_program_start( void );
#pragma location = "INTVEC"
#pragma location = ".intvec"
/* STM32F10x Vector Table entries */
const intvec_elem __vector_table[] =
{
{ .__ptr = __sfe( "CSTACK" ) },
&__program_start,
&__iar_program_start,
NMIException,
HardFaultException,
MemManageException,