Skip to content

Releases: klonyyy/MCUViewer

v1.2.3

19 Jul 06:27
4be6621
Compare
Choose a tag to compare

Changelog:

  • Added support for GDB server (support for probes other than JLink and STLink)
  • Added support for enums
  • Added MCU reset button
  • Added built-in screenshots
  • Fixed multiple small issues

You can also download directly form the website: https://mcuviewer.com/

v1.2.1

07 Jun 06:34
3650ed7
Compare
Choose a tag to compare

Changelog:

  • This update loosens too previously too restrictive free mode - now, the free mode features unlimited variables in Variable Viewer, up to 5 recorder variables, and up to 5 trace channels. These new limits let you not only evaluate MCUViewer, but actually work on your hobby or university projects – for free! 🧪

Thanks everyone for the feedback and keep it coming - let's go debugging! 🚀

Next steps: integration with many other debug probes 🔌

You can also download directly form the website: https://mcuviewer.com

v1.2.0

23 May 07:47
3650ed7
Compare
Choose a tag to compare

Changelog:

  • Added recorder module for visualizing high speed signals
  • Added MacOS support
  • Multiple bugfixes and improvements
  • Added official documentation

Note: MCUViewer is now transitioning to closed source. This release is for information purposes and holds the sources for 1.1.0 release. The installers are version 1.2.0

If you supported MCUviewer in the past - either by fixing issues, reporting them or by Github Sponsors - make sure to give me a message!

v1.1.0

08 Dec 13:55
3650ed7
Compare
Choose a tag to compare

Changelog:

  • Added fixed point support
  • Added plot grouping to quickly switch views
  • Added basic XY plot functionality
  • Added variable preprocessing
  • Added the ability to read any address
  • Improved text inputs
  • GDB executable can be selected by the user
  • Added checking if save is needed
  • Multiple small bugfixes, and improvements

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