Ben Nahill

Results 17 comments of Ben Nahill

Agreed on the error reporting. See issue #49. Does this file now load? I'm surprised there aren't quite as established formats for application processors. I guess maybe because they more...

What might be best would be to make a complete python module which will contain svd.py (currently pysvd.py). Put it in $SOME_DIR_IN_PYTHONPATH/cortexmdebug. Then it can be imported as ``` from...

Hmmm, that folder could be anywhere as long as it's in the python path. Another option is to create a quick python file (svd_config.py or something like that) in your...

Your Python is fine. Since this would be part of your project (whatever you're doing with some Toshiba devices), you can probably also have it load the SVD file too....

I've made a new branch which I think creates a better overall workflow, especially for once more components (trace, timers, etc.) are integrated: https://github.com/bnahill/PyCortexMDebug/tree/repack I didn't update docs yet, so...

Being pretty busy, I'll just let it hang for a bit. It works fine for me this way but I probably won't get to that for a few days. If...

Hey Carl, Installing it is a system-wide thing, done using `python2 setup.py install`. If you don't want to do that, just put the whole directory in your project and modify...

Hey Carl, Sorry for the delay. I've been a bit overwhelmed with unrelated projects lately. Anyways, I really appreciate your contributions thus far and will leave this open to look...

Outstanding upgrade! Can you perhaps test out another option? There's a branch incorporating [cmsis-svd](https://github.com/posborne/cmsis-svd) (which also uses elementtree) as a parser replacement [here](https://github.com/bnahill/PyCortexMDebug/tree/switch-to-cmsis_svd). It's worked fine in my testing but...

Good catch. The fix should work as far as I can tell.