From: Jon E. <li...@dr...> - 2012-03-20 20:44:41
|
On 17/03/12 14:53, Lukáš Záruba wrote: > There is one more thing in my head: > In the registers view in the debug perspective there is only one section > "General Registers". I wonder if it is possible to show there > (optionally perhaps) other important registers (not really registers but > IO memory) as shown in AVR studio or VMLAB. It would be more than useful > I guess. > While I am much better in developing plugins for Eclipse than in AVR C > development ;) I would like to offer my help creating this feature if > possible. (Off the top of my head -> reuse backend of Memory window, use > definitions for specific MCUs to search for addresses to read and to > translate the loaded data into some human readable output possibly even > with "translations" of applied values like "UART - 9,6k no parity, > ....."). I like this feature in the VMLAB but there are obsolete > definitions and it is simulation only. > > If you think this is something worth exploring, just let me know and I > will try look into it. > > Thanks again > > Best regards > > Lukas Zaruba > Hi Lukas, I think an IO / register view would be a great feature to add. I looked into it myself once, but found the Eclipse plugin learning curve too steep! Regards, Jon |