- FreeRTOS: Fix the issue where hints are not showing at all when Thread ID is missing.
- Read stackTop for current running task with function contributed by @malsyned also in uc/OS-II.
- Add FS-RTOS support. FS-RTOS is very similar to uC/OS-II, so no need to create a own implementation for it.
- Add another tab to ThreadX to display byte pools.
- Contribution to support for Renesas Electronics GDB hardware and simulator debugger
- Some minor improvements for ThreadX detection
- PR#84: Contribution to support for STMicroelectronics adapters
- PR$87: Contribution to support for FS-RTOS
- PR#82: Zephyr support: fixed detection of stack_info and curTaskObjBase.prio
- PR#75: Add support for uC/OS-III.
- PR#77: Add support for ThreadX.
- PR#76: Add support Arm:RTX5
- Issue#71: XRTOS tab - task loading on FreeRtos leads to infinite loop
- PR#61: FreeRTOS: Show vQueueAddToRegistry() hint only for empty queues
- PR#68: Read stackTop from FreeRTOS MPU context block. This is a major contribution by @malsyned (thanks).
- PR#44: Add support for SMP on FreeRTOS
- PR#54: Add to list of tracked debuggers. cortex-debug, cppdbg and cspy are already in the list of tracked debuggers. This adds to that list via the setting
rtos-views.trackDebuggers - PR#57: runtime % support for FreeRTOS V11
- 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
disableStackPeakssetting (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.