gillham / logic_analyzer

Implementation of a SUMP compatible logic analyzer for the Arduino
Other
458 stars 99 forks source link

Please make this installable through arduino library manager #46

Closed Harvie closed 11 months ago

Harvie commented 5 years ago

If you add file library.properties, you can then request this for adition in arduino library manager here: https://github.com/arduino/arduino/issues This will allow people to download and install this to their arduino using few simple clicks.

Here is example of such installable repository: https://github.com/Harvie/RotaryDial/

gillham commented 2 years ago

This isn't really meant to be a library, it is a standalone application. Does that make sense?

Harvie commented 2 years ago

Yes it does. Some projects are distributed this way already. You install "library", then go to "examples" in arduino menu and install the application. It's bit more user friendly than having to download package and manualy copy it to arduino IDE. For example the GRBL is installed in similar manner.

gillham commented 11 months ago

Ok, I've rearranged the repository to support installing via the 'Add .ZIP Library' in the Arduino IDE. Tested with Arduino IDE 2.2.1 on Linux.

Added to the repositories.txt via https://github.com/arduino/library-registry/pull/3432

gillham commented 11 months ago

This is now available in the Arduino IDE. Search for 'LogicAnalyzer'