cvra / platform-abstraction

Platform abstraction layer for microcontrollers
3 stars 6 forks source link

Stack checking #51

Open msplr opened 9 years ago

msplr commented 9 years ago

We need to check for stack overflows.

antoinealb commented 9 years ago

This would need specific functions from the os. Does chibios have support for stack checking ?

msplr commented 9 years ago

I meant to add this to the ucos threading code. We are still using ucos on the beacons (where @froj already encountered a relatde bug). For chibios i have to check.