Skip to content
Commit c38888bc authored by Allan Stephens's avatar Allan Stephens Committed by Anas Nashif
Browse files

doc: Revise timer example to use workqueue instead of alert



Rewrites the example of a timer's expiry routine offloading
processing that can't be done at interrupt level. The example
now submits work to the system workqueue directly, rather than
using an alert. This saves footprint by eliminating the need
for alert-related API support that isn't needed. (This is a
true savings, since the alert code just called the same
workqueue APIs the example now calls directly.)

Change-Id: I378e40aef33014f2c75c4f57531f75247d50e479
Signed-off-by: default avatarAllan Stephens <allan.stephens@windriver.com>
parent be0db010
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment