- 20 Sep, 2018 1 commit
-
-
Fabian Bläse authored
-
- 19 Sep, 2018 11 commits
-
-
-
Killing the connection to the debugger when using debugWIRE does not remove software breakpoints from the microcontroller. This shuts down AVaRICE cleanly when a SIGINT is received to avoid this.
-
libhidusb does not handle errors when reading product_string because of insufficient permissions, which leads to list members with product_string pointing to NULL. This causes a segfault when comparing it to another string. By ignoring a list member when product_string is NULL, segfaults can be avoided.
-
Fabian Bläse authored
-
Fabian Bläse authored
-
Xplained Mini tends to take a bit longer for big operations. This makes timeouts less strict to allow minor timing faults.
-
Break events have been ignored when using EDBG because wrong array member was used to identify the break type.
-
Fabian Bläse authored
This adds an error message output for jtag_exceptions not catched before main.cc
-
Fabian Bläse authored
-
Fabian Bläse authored
Because of wrong values for SPMCR and IDR adresses, the debugger is unable to write software breakpoints into flash. This commit fixes those values based on Atmel Studios behavior for ATmega328p and ATtiny24
-
Fabian Bläse authored
-
- 18 Apr, 2016 1 commit
-
-
joerg_wunsch authored
of the (HID) serial number to compare with. git-svn-id: https://svn.code.sf.net/p/avarice/code/trunk@372 a7e36acc-7495-4a18-91ca-7b9a7881be12
-
- 03 Mar, 2016 2 commits
-
-
joerg_wunsch authored
git-svn-id: https://svn.code.sf.net/p/avarice/code/trunk@365 a7e36acc-7495-4a18-91ca-7b9a7881be12
-
joerg_wunsch authored
branches/jwunsch_edbg. git-svn-id: https://svn.code.sf.net/p/avarice/code/trunk@364 a7e36acc-7495-4a18-91ca-7b9a7881be12
-
- 02 Mar, 2016 1 commit
-
-
joerg_wunsch authored
git-svn-id: https://svn.code.sf.net/p/avarice/code/trunk@361 a7e36acc-7495-4a18-91ca-7b9a7881be12
-
- 01 Mar, 2016 1 commit
-
-
joerg_wunsch authored
response. git-svn-id: https://svn.code.sf.net/p/avarice/code/trunk@360 a7e36acc-7495-4a18-91ca-7b9a7881be12
-
- 29 Feb, 2016 2 commits
-
-
joerg_wunsch authored
git-svn-id: https://svn.code.sf.net/p/avarice/code/trunk@359 a7e36acc-7495-4a18-91ca-7b9a7881be12
-
joerg_wunsch authored
git-svn-id: https://svn.code.sf.net/p/avarice/code/trunk@358 a7e36acc-7495-4a18-91ca-7b9a7881be12
-
- 13 Jul, 2015 1 commit
-
-
joerg_wunsch authored
Fix two missing fields in the ATxmega192 description. git-svn-id: https://svn.code.sf.net/p/avarice/code/trunk@350 a7e36acc-7495-4a18-91ca-7b9a7881be12
-
- 24 Jun, 2015 1 commit
-
-
joerg_wunsch authored
New entry for ATxmega192A3. git-svn-id: https://svn.code.sf.net/p/avarice/code/trunk@349 a7e36acc-7495-4a18-91ca-7b9a7881be12
-
- 18 May, 2015 1 commit
-
-
joerg_wunsch authored
Bug #34 Fix compilation with GCC 5 Fix pragmas for GCC > 4 git-svn-id: https://svn.code.sf.net/p/avarice/code/trunk@348 a7e36acc-7495-4a18-91ca-7b9a7881be12
-
- 10 Dec, 2014 1 commit
-
-
joerg_wunsch authored
git-svn-id: https://svn.code.sf.net/p/avarice/code/trunk@347 a7e36acc-7495-4a18-91ca-7b9a7881be12
-
- 13 Oct, 2014 1 commit
-
-
joerg_wunsch authored
git-svn-id: https://svn.code.sf.net/p/avarice/code/trunk@346 a7e36acc-7495-4a18-91ca-7b9a7881be12
-
- 18 Sep, 2014 2 commits
-
-
joerg_wunsch authored
git-svn-id: https://svn.code.sf.net/p/avarice/code/trunk@345 a7e36acc-7495-4a18-91ca-7b9a7881be12
-
joerg_wunsch authored
captured from EDBG devices. git-svn-id: https://svn.code.sf.net/p/avarice/code/trunk@344 a7e36acc-7495-4a18-91ca-7b9a7881be12
-
- 29 Jun, 2013 1 commit
-
-
joerg_wunsch authored
breakpoints to 64 KiB. git-svn-id: https://svn.code.sf.net/p/avarice/code/trunk@343 a7e36acc-7495-4a18-91ca-7b9a7881be12
-
- 24 Apr, 2013 1 commit
-
-
joerg_wunsch authored
more than 256 bytes which need to be split into multiple transfers on the JTAGICEmkII. git-svn-id: https://svn.code.sf.net/p/avarice/code/trunk@342 a7e36acc-7495-4a18-91ca-7b9a7881be12
-
- 16 Apr, 2013 1 commit
-
-
joerg_wunsch authored
treat the possible EEPROM range just like normal RAM, so GDB won't refuse to load it. git-svn-id: https://svn.code.sf.net/p/avarice/code/trunk@341 a7e36acc-7495-4a18-91ca-7b9a7881be12
-
- 19 Mar, 2013 1 commit
-
-
joerg_wunsch authored
ATmega1284RFR2, ATmega64RFR2, ATmega644RFR2 git-svn-id: https://svn.code.sf.net/p/avarice/code/trunk@340 a7e36acc-7495-4a18-91ca-7b9a7881be12
-
- 08 Feb, 2013 1 commit
-
-
joerg_wunsch authored
into an atomic one when writing to the upstream pipe, in order to avoid a race condition when handling JTAGICE3 event messages. git-svn-id: https://svn.code.sf.net/p/avarice/code/trunk@339 a7e36acc-7495-4a18-91ca-7b9a7881be12
-
- 11 Jan, 2013 4 commits
-
-
joerg_wunsch authored
to work around problems single-stepping a SLEEP instruction * src/jtag3rw.cc (jtag3::jtagRead): (Dito.) git-svn-id: https://svn.code.sf.net/p/avarice/code/trunk@338 a7e36acc-7495-4a18-91ca-7b9a7881be12
-
joerg_wunsch authored
git-svn-id: https://svn.code.sf.net/p/avarice/code/trunk@337 a7e36acc-7495-4a18-91ca-7b9a7881be12
-
joerg_wunsch authored
aggressive compiler optimization on a parameter struct d3 git-svn-id: https://svn.code.sf.net/p/avarice/code/trunk@336 a7e36acc-7495-4a18-91ca-7b9a7881be12
-
joerg_wunsch authored
out * src/jtag3rw.cc (jtag3::jtagRead): (Dito.) git-svn-id: https://svn.code.sf.net/p/avarice/code/trunk@335 a7e36acc-7495-4a18-91ca-7b9a7881be12
-
- 10 Jan, 2013 2 commits
-
-
joerg_wunsch authored
when preparing the AVR sign-on command. * src/jtag2usb.cc (opendev): fix devnamecopy deletion. git-svn-id: https://svn.code.sf.net/p/avarice/code/trunk@334 a7e36acc-7495-4a18-91ca-7b9a7881be12
-
joerg_wunsch authored
256 bytes, throw an exception rather than returning a nonsensical value. git-svn-id: https://svn.code.sf.net/p/avarice/code/trunk@333 a7e36acc-7495-4a18-91ca-7b9a7881be12
-
- 09 Jan, 2013 3 commits
-
-
joerg_wunsch authored
for Xmega (even over JTAG) git-svn-id: https://svn.code.sf.net/p/avarice/code/trunk@332 a7e36acc-7495-4a18-91ca-7b9a7881be12
-
joerg_wunsch authored
git-svn-id: https://svn.code.sf.net/p/avarice/code/trunk@331 a7e36acc-7495-4a18-91ca-7b9a7881be12
-
joerg_wunsch authored
failed with EADDRINUSE. git-svn-id: https://svn.code.sf.net/p/avarice/code/trunk@330 a7e36acc-7495-4a18-91ca-7b9a7881be12
-