- Updated to newest debug protocol APIs. No real changes
- Just a maintenance release
-
ChibiOS contains much more information (Timers, Globals, etc.) than before and compared to all the other RTOSes.
-
Change: all RTOS implementation that have stack peaks (uC/OS-II, embOS, ChibiOS, FreeRTOS) now respect the
disableStackPeaks
setting (previously only FreeRTOS did this) -
Bugfix: Fix delay times showing up wrong and add ticks as unit for embOS
-
Bugfix: embOS did show the event type pending on
-
Bug fix: Fix an issue where we are tracking a session that started but never finished starting. So, it looked like we are tracking a zombie session that never actually started.