You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thank you for this project, it's really nice.
Would like to ask if it's any development towards, a custom target that runs ie. simavr, and connect to it, without to running it on every compile. I find tedious to make && simavr -t ... & and in other window / tab avr-gdb file foo and inside gdb target remote localhost:port.
If there are none, I did a little modification in the code to do this automatically, and it could be modified to work with other ie. simulavr, avarice... I could pull request it for your review, if it's fine.
The text was updated successfully, but these errors were encountered:
icyd
changed the title
Add target debug (simavr, avr
Add target debug (simavr, simulavr, avarice, etc)
Mar 12, 2018
Ah, sorry I didn't reply that long. Had a lot of issues to deal with in the meantime.
I don't mind if you'll provide an PR, but I need to check into it deeper, which may take a while. I never worked with avarice, so no solution here - if it's still an issue.
First of all, thank you for this project, it's really nice.
Would like to ask if it's any development towards, a custom target that runs ie. simavr, and connect to it, without to running it on every compile. I find tedious to
make && simavr -t ... &
and in other window / tabavr-gdb file foo
and inside gdbtarget remote localhost:port
.If there are none, I did a little modification in the code to do this automatically, and it could be modified to work with other ie. simulavr, avarice... I could pull request it for your review, if it's fine.
The text was updated successfully, but these errors were encountered: