AVR* Administrator

Results 263 comments of AVR* Administrator

jputcu 2021-09-14 18:34:35.578000 I think this patch is related to avrdude, not avarice?

joerg_wunsch 2021-09-14 20:38:14.065000 Correct. Besides, the ATmega328 used to be supported by AVRDUDE already by the time this patch was submitted.

joerg_wunsch 2021-09-14 20:38:37.454000 - **status**: open --> closed-out-of-date

cdealti 2015-05-30 20:19:52.202000 This patch obsoletes 0004-Implement-range-stepping-GDB-7.7.patch. Interrupts are ignored while range stepping if the --ignore-intr option is specified. Otherwise, like in the original patch, gdb will break in the...

cdealti 2015-08-17 14:02:15.999000 This patch disables interrupts while stepping, like in AVR Studio. Compared to using the --ignore-intr option, this improves debugging speed because the target will not break at...

cdealti 2016-04-14 19:28:31.567000 Better formatting ~~~~ diff --git a/avarice/src/jtag2io.cc b/avarice/src/jtag2io.cc index fc0a80a..55a1293 100644 --- a/avarice/src/jtag2io.cc +++ b/avarice/src/jtag2io.cc @@ -772,6 +772,7 @@ void jtag2::initJtagBox(void) startJtagLink(); changeBitRate(115200); + resumeProgram(); interruptProgram(); deviceAutoConfig(); ~~~~

joerg_wunsch 2020-08-30 22:12:05.303000 - **status**: open --> closed-accepted - **assigned_to**: Joerg Wunsch

joerg_wunsch 2020-08-30 22:12:05.819000 Applied in rev 379, thanks!

coldtobi 2016-10-17 20:06:08.186000 Updated patch with a few more fixes.

joerg_wunsch 2020-08-31 21:03:38.510000 - **status**: open --> closed-accepted - **assigned_to**: Joerg Wunsch