mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 17:48:33 -04:00
RISCV Add FPU context save (#1250)
* port: riscv: Split the number of registers and the size of the context * port: riscv: Create some macros for the FPU context * port: riscv: Add a couple of macros that store fpu context * port: riscv: Update the stack init function to include the fpu context size * port: riscv: Add a chip_specific_extensions file that includes the F extension * Update dictionary to include some risc-v instructions * port: riscv: Fix a few typos * port: riscv: Apply @aggarg's sugestions
This commit is contained in:
parent
742729ed29
commit
4d9cd906d3
4 changed files with 287 additions and 123 deletions
3
.github/.cSpellWords.txt
vendored
3
.github/.cSpellWords.txt
vendored
|
@ -23,6 +23,7 @@ AIRCR
|
|||
ALMIEN
|
||||
ALMV
|
||||
ANDC
|
||||
andi
|
||||
ANDCCR
|
||||
APIC
|
||||
APROCFREQ
|
||||
|
@ -47,6 +48,7 @@ bcpc
|
|||
BCPC
|
||||
beevt
|
||||
BEEVT
|
||||
beqz
|
||||
BERR
|
||||
bfextu
|
||||
Biagioni
|
||||
|
@ -298,6 +300,7 @@ FADD
|
|||
FCMD
|
||||
fcolor
|
||||
FCSE
|
||||
fcsr
|
||||
fdiagnostics
|
||||
fdiv
|
||||
FDIV
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue