- Changed: dw-harvest.py moved to deviceinfo/harvest.py
- Added: collect.py script in deviceinfo, which collects which MCUs are supported and what is the device ID/name mapping.
- Added: Early check in main whether device is supported
- Changed: We now use names instead of signatures in the error messages about the wrong MCU.
- Changed: Signals are now numbers, not strings anymore
- Changed: Instead of sending S-packets (containing only signal numbers), we now send T-packets with SREG, SP, and PC. Supposedly, this speeds up the time after a stop.
- Added: `monitor timers [freeze|run]` command implemented.
- Fixed: 'Address in use' errors happened regularly when starting dw-gdbserver after fatal errors. This occurs when the gdbserver closes the IP connection first. To avoid this, fatal errors are now caught on the level of monitor commands or the general handler, and the server is not terminated. This forces the user to terminate the debugger, after which the gdbserver can wait some time and then terminate, freeing the IP port immediately (see https://hea-www.harvard.edu/~fine/Tech/addrinuse.html)