mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 17:48:33 -04:00
Add support for Vector context save support on RISC-V (#1260)
port: riscv: Add vector context save support
This commit is contained in:
parent
b9aa064591
commit
0030d609a4
3 changed files with 144 additions and 5 deletions
4
.github/.cSpellWords.txt
vendored
4
.github/.cSpellWords.txt
vendored
|
@ -786,6 +786,7 @@ SHPR
|
|||
SHTIM
|
||||
SIFIVE
|
||||
sinclude
|
||||
slli
|
||||
SODR
|
||||
SOFTIRQ
|
||||
SPCK
|
||||
|
@ -937,6 +938,7 @@ USRIO
|
|||
utest
|
||||
utilises
|
||||
utilising
|
||||
vcsr
|
||||
VDDCORE
|
||||
vect
|
||||
Vect
|
||||
|
@ -947,6 +949,7 @@ visualisation
|
|||
vldmdbeq
|
||||
vldmia
|
||||
vldmiaeq
|
||||
vlenb
|
||||
VMSRNE
|
||||
vpop
|
||||
VPOPNE
|
||||
|
@ -954,6 +957,7 @@ vpush
|
|||
VPUSHNE
|
||||
VRPM
|
||||
Vrtc
|
||||
vsetvl
|
||||
vstmdbeq
|
||||
vstmiaeq
|
||||
VTOR
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue