mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 01:28:32 -04:00
UpdUpdate IAR projects to use Embedded Workbench V5.11.
This commit is contained in:
parent
dfb8e7003b
commit
474cb76864
104 changed files with 10988 additions and 22710 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue