Skip to content
Snippets Groups Projects
Commit cced8ed6 authored by Mark Charlebois's avatar Mark Charlebois
Browse files

POSIX: added hrt_queue for handling fast periodic events


The workqueues measure time in ticks  which is typically 10ms.
Some interrupt events in Nuttx occur at about 1ms so a more
granular workqueue is needed for POSIX.

Signed-off-by: default avatarMark Charlebois <charlebm@gmail.com>
parent 9882b783
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment