Skip to content

Releases: gusmanb/logicanalyzer

Release 5.1

05 May 12:11
Compare
Choose a tag to compare

This is a QoL update with some improvements:

-Corrected the SPI protocol analyzer
-Corrected 10-bit support for I2C analyzer
-Remember last network params used
-Added a battery indicator for the WiFi model
-Corrected WiFi disconnection handling

And more minor corrections.

Release 5.0.0.0

20 Jul 20:13
Compare
Choose a tag to compare

This release includes multiple enhancements in the UI and the firmware.

  • Burst mode. Capture short bursts of data and rearm immediatelly the trigger to maximize the ammount of useful captured data.
  • Improvements on sample navigation.
  • Multiple bugs corrected.

Release 4.5.1.0

28 Jun 11:52
2262cc2
Compare
Choose a tag to compare

This release includes some QOL improvements to the applications, for more info check the readme file.

Release 4.5.0.0

11 Apr 11:56
Compare
Choose a tag to compare

This release includes support for the RP2040-Zero board and the new board definition system. No need to update the firmware unless you want to use the Zero or you are creating a new device.

Release 4.0.0.0

25 Feb 11:37
Compare
Choose a tag to compare

This release includes many new features and improvements to the software and the hardware. It allows to daisy chain up to five devices to capture as one allowing to capture up to 120 channels, includes performance improvements and visibility improvements in the render engine, more samples in screen, autoselection of the capture mode, edit functionalities, etc etc. Check the main page and the Wiki (yes, we have now a proper Wiki with all the info) for a complete list of the update.

Release 3.5.0.1 Updated capture driver

07 Feb 18:31
Compare
Choose a tag to compare

This is a bug-fix release. The new shared driver caused problems under Linux so the capture code for the serial mode has been reverted.

Release 3.5.0.0: Capture sizes and bug correction

04 Feb 15:00
Compare
Choose a tag to compare

This release includes a big update, now you can select the size of the captured data: 8, 16 or 24 bits. This allows to maximize the size of samples that can be taken up to 128k samples!
Also includes corrections to the Pico-W implementation.

More info on the main page.

Release 3.0.0.0 - WiFi Support

31 Jan 22:23
Compare
Choose a tag to compare

This release includes a really big update, support for the Pico-W board and WiFi!
Check the main page for instructions on how to use it.

Release 2.1.1.0

29 Jan 16:12
Compare
Choose a tag to compare

This update contains many updates for the application that were requested like the ability to delete ranges of samples or improved error messages. The command line application is also updated to contain these updates.
Also multiple new target architectures have been added. "Raspberry" target has been removed as nowadays it makes no sense, instead the "linux-arm" and "linux-arm64" targets have been added, choose the best one for your board version.

Release 2.1.0.1

17 Dec 13:10
8950ba2
Compare
Choose a tag to compare

This is a re-packaging of the applications, does not include any new functionality for them but includes the .net Framework files in the packages so it does not need the .net Framework to be installed independently.
Also I have updated the UF2 to the new tail detection system.