Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 1.39 KB

CHANGELOG.md

File metadata and controls

35 lines (18 loc) · 1.39 KB

Change Log

0.0.8 - Sep 7, 2023

  • Updated to newest debug protocol APIs. No real changes

0.0.7 - Jun 14, 2023

  • Just a maintenance release

0.0.6 - Mar 11, 2023

  • 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

0.0.5 - Feb 20, 2023

  • Bug fix: Issue#22: Fix issue with embOS not working

  • 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.

0.0.4 - Jan 27, 2023

0.0.3 - Jan 10, 2023