Skip to content

Commit

Permalink
added rationle against wfe
Browse files Browse the repository at this point in the history
  • Loading branch information
jnk0le committed May 8, 2024
1 parent 5e398e9 commit ac5e37e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions XTeic.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2177,6 +2177,13 @@ Problematic to properly implement.
Offers less separation of kernel structures from the thread (by MPU).
Though cortex-m port of FreeRTOS uses it only to start a first thread.

=== no SEV/WFE

Most use cases are redundant to `wfi`. (e.g. SEVONPEND)

The SEV from irq method is rarely used and is supposed to reduce wakeups from
high frequency interrupts which can be handled by `teic.wfi.n4ign` instead.

[bibliography]
== Bibliography

Expand Down

0 comments on commit ac5e37e

Please sign in to comment.