mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-07-30 00:33:53 +02:00
Change the RX62N port layer to allow it to be used with the V1.0.2 of the Renesas compiler.
This commit is contained in:
parent
4a1716ac67
commit
5fbf3ab27e
@ -259,9 +259,6 @@ void vSoftwareInterruptISR( void )
|
|||||||
#pragma inline_asm prvYieldHandler
|
#pragma inline_asm prvYieldHandler
|
||||||
static void prvYieldHandler( void )
|
static void prvYieldHandler( void )
|
||||||
{
|
{
|
||||||
/* Install as the software interrupt handler. */
|
|
||||||
.RVECTOR _VECT( _ICU_SWINT ), _vSoftwareInterruptISR
|
|
||||||
|
|
||||||
/* Re-enable interrupts. */
|
/* Re-enable interrupts. */
|
||||||
SETPSW I
|
SETPSW I
|
||||||
|
|
||||||
|
14
Source/portable/Renesas/RX600/port_asm.src
Normal file
14
Source/portable/Renesas/RX600/port_asm.src
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
.GLB _vSoftwareInterruptISR
|
||||||
|
|
||||||
|
.SECTION P,CODE
|
||||||
|
|
||||||
|
_vSoftwareInterruptEntry:
|
||||||
|
|
||||||
|
BRA _vSoftwareInterruptISR
|
||||||
|
|
||||||
|
.RVECTOR 27, _vSoftwareInterruptEntry
|
||||||
|
|
||||||
|
.END
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user