mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-02 04:13:54 -04:00
Added RX200 port layer.
This commit is contained in:
parent
1abff5d5cd
commit
11cd605be7
3 changed files with 491 additions and 0 deletions
14
Source/portable/Renesas/RX200/port_asm.src
Normal file
14
Source/portable/Renesas/RX200/port_asm.src
Normal file
|
@ -0,0 +1,14 @@
|
|||
.GLB _vSoftwareInterruptISR
|
||||
|
||||
.SECTION P,CODE
|
||||
|
||||
_vSoftwareInterruptEntry:
|
||||
|
||||
BRA _vSoftwareInterruptISR
|
||||
|
||||
.RVECTOR 27, _vSoftwareInterruptEntry
|
||||
|
||||
.END
|
||||
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue