Releases: klonyyy/MCUViewer
Releases · klonyyy/MCUViewer
v1.0.1
Changelog:
- added CSV streamer object for unlimited data logging to a file
- improved drag&drop
- small bugfixes
v1.0.0
Changelog:
- changed name to MCUViewer
- added support for JLink probes in Trace Viewer
- relative elf file path support
- multiple small improvements and bugfixes
v0.5.0
Changelog:
- added support for JLink probes (Normal and HSS mode) in Variable Viewer
- added support for selecting a specific probe based on it's serial number
- updated the probe settings window
- multiple small improvements and bugfixes
- added GDB executable for windows users (no need to install separately)
v0.5.0-alpha
Changelog:
- added support for JLink probes in Variable Viewer module
- added support for selecting a specific probe based on it's serial number
v0.4.0
Changelog:
- import window for variables based on parsed GDB *.elf file analysis
- updating and listing variables done in a background thread
- more verbose error management
- multiple bugfixes
v0.3.0
Changelog:
- added statistics to Variable and Trace Viewer
- refactor and bugfixes
v0.2.0
Changelog:
- added Trace Viewer module
- added export to *.csv button for plots
- multiple bugfixes
- Variable Viewer refactor
v0.1.2
Changelog:
- fixed segfault when trying to add new variable on Linux
- fixed target not found on Linux
- refactored some of the modules
- added spdlog for improved logging (wip)
v0.1.1
Changelog:
- Fixed a bug with writing float values.