I am new to CDT. In today's world many uP/compiler manufacturers use Eclipse/CDT as primary IDE. I need to extend the existing debug target to have own debug target with features such as
- command line to uP
- real-time monitor
- graphical display for acquired data
- postprocessing on acuiquired data (FFT etc...)
- to control status variables on target
This extension will communicate via USB/UART/JTAG.
So idea is that after coding, compiling I will load target executable file to uP and then I'll monitor sw in real time which depends on communication. I want to stay with Eclipse/CDT. This approach is just for debugging and tuning uP application.
How should I start to extend CDT? Is there something similar (I am interested in 32bit RISC)? Any idea how to develop it and how to start to develop it?