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 IPC Queue to Threads #2

Open SebastianOberschwendtner opened 3 years ago

SebastianOberschwendtner commented 3 years ago

Expected Behavior

The IPC queue should be included in the thread class and easily be used within a task.

Tasklist