Skip to content

Commit

Permalink
Update XTeic.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
jnk0le committed Feb 4, 2025
1 parent 5381201 commit b94741e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions XTeic.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

= XTeic
Jan Oleksiewicz <[email protected]>
:appversion: 0.36.3
:appversion: 0.36.4
:toc:
:toclevels: 5
:sectnums:
Expand Down Expand Up @@ -1643,7 +1643,7 @@ Once set it cannot be cleared.

Must not be set within interrupt handler, otherwise behaviour is undefined.

NOTE: It is expected that startup code will turn itself into an idle thread after
NOTE: It is expected that startup code will turn itself into an idle (or `main()) thread after
configuring everything in machine mode.

===== `teic_swpspm`
Expand Down Expand Up @@ -2121,6 +2121,8 @@ addressed by `lui` + `addi` sequence.

With hardware stacking there is no need to free up additional registers.

Stack swapping is handled by HW mechanism provided in XTeicRTOS.

=== 1023 vector entries

One entry less than full 1024 due to 2s complement jump immediate.
Expand Down

0 comments on commit b94741e

Please sign in to comment.