Update the IAR RX62N port files, which are now functional.

This commit is contained in:
Richard Barry 2010-08-29 17:12:12 +00:00
parent a418d78163
commit 5c75dd907e
3 changed files with 84 additions and 86 deletions

View file

@ -188,7 +188,7 @@ extern void vApplicationSetupTimerInterrupt( void );
}
/*-----------------------------------------------------------*/
#pragma vector = VECT_CMT0_CMI0
#pragma vector = configTICK_VECTOR
__interrupt void vTickISR( void )
{
/* Re-enable interrupts. */

View file

@ -52,7 +52,7 @@
*/
PUBLIC _prvStartFirstTask
PUBLIC _vSoftwareInterruptISR
PUBLIC ___interrupt_27
EXTERN _pxCurrentTCB
EXTERN _vTaskSwitchContext
@ -97,7 +97,8 @@ _prvStartFirstTask:
/*-----------------------------------------------------------*/
_vSoftwareInterruptISR:
/* The software interrupt - overwrite the default 'weak' definition. */
___interrupt_27:
/* Re-enable interrupts. */
SETPSW I
@ -176,10 +177,7 @@ _vSoftwareInterruptISR:
NOP
NOP
/*:: i(configMAX_SYSCALL_INTERRUPT_PRIORITY), i(configKERNEL_INTERRUPT_PRIORITY)*/
/*-----------------------------------------------------------*/
END