Re: [AVaRICE-user] I killed the device JTAG ID
2005-01-18 by Russell Shaw
E. Weddington wrote: > Russell Shaw wrote: > >> Hi, >> I've made avr-gdb control the atmel jtag ice directly. >> > Great! > > Is there any way that this might be added to the GDB project? yeah, after more testing. I can download files direct from gdb into the target board too. You can also put gdb commands into a file to automate gdb to program the target. I could make another gdb target for handling specific programmers like the one in avr910, making gdb into a scriptable programming app. You can also put a simulator in gdb and call that up as a target too.