From 4e44a3e529a658fe32fa5a985addbca217e66995 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Agust=C3=ADn=20Gimenez=20Bernad?= Date: Sun, 31 Jul 2022 00:39:09 +0200 Subject: [PATCH] Readme V2.0 --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index 7eca3b5..8cb0b36 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,23 @@ # LogicAnalyzer +---- +## UPDATE 31/08/2022 - RELEASE 2.0 + +Good news! The multiplatform application is ready! + +The application has been completelly rewritten using AvaloniaUI, it works in Windows, Linux, Linux-ARM (Raspberry) and MacOSX. +It has been tested under Debian, Raspbian and Windows 10, MacOSX has not been tested as I don't have a working mac but it should work without problems. + +Also, the new app includes improvements over the original one, like the ability to export the captures to Sigrok and better performance in general. + +Application running in Windows: +![Windows software](SoftwareWindows.jpg?raw=true "SPI analysis") + +Application running in Linux: +![Linux software](SoftwareLinux.jpg?raw=true "SPI analysis") + +Application running in Raspberry: +![Raspberry software](SoftwareRaspberry.jpg?raw=true "SPI analysis") + ---- ## UPDATE 13/07/2022