mcu-debug / rtos-views

RTOS views for microcontrollers
MIT License
27 stars 14 forks source link

ChibiOS 20.3.2 not detected #50

Open Woodgnome opened 6 months ago

Woodgnome commented 6 months ago

Using Cortex-Debug extension and ChibiOS 20.3.2 with local changes.

image

I don't expect this to be enough info to debug - what can I do to see why the detection fails, so I can make a minimum viable sample to reproduce?

vrepetenko commented 6 months ago

Hi, Supported ChibiOS RT version is 7.x or higher, so you need to have ChibiOS v21.x.x

Woodgnome commented 6 months ago

Here is the guide for getting started TODO: add link to the guide.md

Has a guide been written since the last update to the README or would I have to reverse engineer it from the current ChibiOS file if I wanted to try adding support for an older version?

PhilippHaefele commented 6 months ago

Here is the guide for getting started TODO: add link to the guide.md

Has a guide been written since the last update to the README or would I have to reverse engineer it from the current ChibiOS file if I wanted to try adding support for an older version?

The guide is to be written. So for now some "reverse engineering" is needed.

Two things to keep in mind:

Woodgnome commented 6 months ago

The guide is to be written. So for now some "reverse engineering" is needed.

Fair enough. Currently no specific plans to look at it, so it may be weeks/months when (or if) I get tired of debugging without the OS awareness.