SebastianOberschwendtner / OTOS

Bearbones realtime operating system for embedded systems. Focus lies on KISS (Keep-It-Super-Simple).
GNU General Public License v3.0
2 stars 0 forks source link

Add ms Timer for Threads #3

Closed SebastianOberschwendtner closed 2 years ago

SebastianOberschwendtner commented 3 years ago

Expected Behaviour

For timing where the precision is not to critical, the kernel should provide a simple timer with ms resolution which a task can use for timing.