mcu-debug / rtos-views

RTOS views for microcontrollers
MIT License
24 stars 11 forks source link

Fix issue with embOS not working #22

Closed PhilippHaefele closed 1 year ago

PhilippHaefele commented 1 year ago

Due to the object changes the embOS implementation wasn't working anymore.

Also remove some -val in the hasOwn() checks in embOS and ChibiOS implementation

At least newest embOS (haven't checked others) does set the stack pattern to 0xCD so i set this to be de default.

Can still be overwritten with a setting (we should make that one public, but that's another story)

fixes #20

haneefdm commented 1 year ago

Sorry about that. I could have sworn that I checked all the code and make the changes. And, tested with all the test cases I had especially ChibiOS. I don't believe I have a test case for embOS though.