mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-05-11 15:49:04 -04:00
Update the IAR RX62N port files, which are now functional.
This commit is contained in:
parent
a418d78163
commit
5c75dd907e
|
@ -188,7 +188,7 @@ extern void vApplicationSetupTimerInterrupt( void );
|
||||||
}
|
}
|
||||||
/*-----------------------------------------------------------*/
|
/*-----------------------------------------------------------*/
|
||||||
|
|
||||||
#pragma vector = VECT_CMT0_CMI0
|
#pragma vector = configTICK_VECTOR
|
||||||
__interrupt void vTickISR( void )
|
__interrupt void vTickISR( void )
|
||||||
{
|
{
|
||||||
/* Re-enable interrupts. */
|
/* Re-enable interrupts. */
|
||||||
|
|
|
@ -52,7 +52,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
PUBLIC _prvStartFirstTask
|
PUBLIC _prvStartFirstTask
|
||||||
PUBLIC _vSoftwareInterruptISR
|
PUBLIC ___interrupt_27
|
||||||
|
|
||||||
EXTERN _pxCurrentTCB
|
EXTERN _pxCurrentTCB
|
||||||
EXTERN _vTaskSwitchContext
|
EXTERN _vTaskSwitchContext
|
||||||
|
@ -97,7 +97,8 @@ _prvStartFirstTask:
|
||||||
|
|
||||||
/*-----------------------------------------------------------*/
|
/*-----------------------------------------------------------*/
|
||||||
|
|
||||||
_vSoftwareInterruptISR:
|
/* The software interrupt - overwrite the default 'weak' definition. */
|
||||||
|
___interrupt_27:
|
||||||
|
|
||||||
/* Re-enable interrupts. */
|
/* Re-enable interrupts. */
|
||||||
SETPSW I
|
SETPSW I
|
||||||
|
@ -176,10 +177,7 @@ _vSoftwareInterruptISR:
|
||||||
NOP
|
NOP
|
||||||
NOP
|
NOP
|
||||||
|
|
||||||
/*:: i(configMAX_SYSCALL_INTERRUPT_PRIORITY), i(configKERNEL_INTERRUPT_PRIORITY)*/
|
|
||||||
/*-----------------------------------------------------------*/
|
/*-----------------------------------------------------------*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
END
|
END
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue