Skip to content

RIOT mutex are borked

Possible causes

  • Interrupt heavy code cause the ISR stack to overflow.
  • As a comment in RIOT issue described, the threads could rely on wrong runtime implications and are fundamentally broken.

Related Issue

Edited by Ben Stuart