KDS roadmap

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

KDS roadmap

690 Views
Eric_t
Contributor III

Hi,

Is there a roadmap about KDS.

i am interesting about same features that currently is not supported (refresh variables while the target is running, trace e.t.c)

 

Thank you

Labels (1)
1 Reply

504 Views
BlackNight
NXP Employee
NXP Employee

Hello,

Yes, there is a roadmap for a next version of KDS, but the plans have not been finalized yet.

'Refresh variables while the target is running': KDS is using stock GDB, and that feature is something CodeWarrior had, but is not present the same way in GDB. You can use it like that already today: Automatic Variable, Expression and Memory Display with GDB and Eclipse | MCU on Eclipse

Hardware trace is not supported, but you can use RTOS trace like described here: FreeRTOS Continuous Trace Streaming | MCU on Eclipse

If you are looking for function tracing, then I suggest to have a look here: Poor Man’s Trace: Free-of-Charge Function Entry/Exit Trace with GNU Tools | MCU on Eclipse

I hope this helps,

Erich