- Changed: Some monitor commands have been renamed, or the options have changed, which is why the major version number has been bumped.
- Added: The --device command line option now accepts '?' and will, in response, provide the list of supported MCUs.
- Changed: Refactorization of RSP memory read/write.
- The test suite has been set up, and tests for GdbHandler have been developed.
- Fixed: The number generated by the G packet was too large. Now, it is first split into bytes. This bug shows up only when executing the test suite probably means that it has not been used since we introduced the P command.
- Fixed: When calling cmd.startswith(inputstring) one must be aware that if inputstring is empty, the return value is True. In the monitor command parsing, I forgot that.