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

Check for Stack Overflow #6

Open SebastianOberschwendtner opened 3 years ago

SebastianOberschwendtner commented 3 years ago

Current Behaviour

The kernel switches from one thread to the next without checking the stack pointers for possible stack overflows.

Expected behaviour