Skip to content

Commit

Permalink
Update riscv-total-embedded.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
jnk0le committed Sep 20, 2023
1 parent f618400 commit a478e6b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions riscv-total-embedded.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

= riscv-total-embedded
Jan Oleksiewicz <jnk0le@hotmail.com>
:appversion: 0.21.2
:appversion: 0.21.3
:toc:
:toclevels: 5
:sectnums:
Expand Down Expand Up @@ -419,7 +419,7 @@ Of course there are still actual reasons <<emblinux>> to use linux in embedded.

===== RTLinux and hard-realtime

Whenever those rt patches are measured, both the interrupt latency and
Whenever those rt patches are measured, both the interrupt latency and
jitter is always given in tens or hundreds of microseconds, not cycles
<<linuxrt1>>,<<linuxrt2>>,<<linuxrt3>>,<<linuxrt4>>.

Expand All @@ -435,6 +435,8 @@ touch floating point registers.
The main issue is that all of the caller saved FP registers are saved (execution stalls during push)
onto stack whenever FP instruction is executed even though only a few of the registers are used.

Requires additional CSR to hold address of reserved space in stack frame.

==== 64bit microcontrollers

So far, mostly the application processors used in bare metal.
Expand Down

0 comments on commit a478e6b

Please sign in to comment.