-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: | ||
|
@@ -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` | ||
|
@@ -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. | ||
|