hashmismatch / freertos.rs

A Rust wrapper for FreeRTOS.
232 stars 22 forks source link

[BUG] Task memory leak/unsafety - do not merge #28

Closed rudib closed 5 years ago

rudib commented 5 years ago

Possible sources of this bug:

rudib commented 5 years ago

The issue was caused by setting a small stack on a debug build. Will try to develop a test with stack overflow detection using FreeRTOS's APIs.