Skip to content

Releases: klonyyy/MCUViewer

v1.0.1

03 Oct 20:48
352e8f4
Compare
Choose a tag to compare

Changelog:

  • added CSV streamer object for unlimited data logging to a file
  • improved drag&drop
  • small bugfixes

v1.0.0

16 Sep 20:17
fc52d03
Compare
Choose a tag to compare

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

09 Jun 15:46
eb3030f
Compare
Choose a tag to compare

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

18 Feb 13:30
Compare
Choose a tag to compare
v0.5.0-alpha Pre-release
Pre-release

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

11 Feb 13:40
4d22bcd
Compare
Choose a tag to compare

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

19 Dec 20:28
dd2d895
Compare
Choose a tag to compare

Changelog:

  • added statistics to Variable and Trace Viewer
  • refactor and bugfixes

v0.2.0

14 Sep 15:44
4ee8555
Compare
Choose a tag to compare

Changelog:

  • added Trace Viewer module
  • added export to *.csv button for plots
  • multiple bugfixes
  • Variable Viewer refactor

v0.1.2

02 Jul 08:04
befc31c
Compare
Choose a tag to compare

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

12 Jun 14:56
f3d976a
Compare
Choose a tag to compare

Changelog:

  • Fixed a bug with writing float values.

v0.1.0

11 Jun 14:23
Compare
Choose a tag to compare

Initial release