gillham / logic_analyzer

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

Add supported chips to readme #55

Closed anakimluke closed 1 year ago

anakimluke commented 1 year ago

I'm finding it hard to figure what chips these sketches are compatible with.

I see a mention of the ATmega168, ATmega328 and ATmega2560 chips on the readme, but that's about it.

I also found the architectures=avr line on library.properties, but does that mean it is supported on every AVR chip? Or are there exceptions?

Btw, thanks for your work!! Very cool ;)

gillham commented 1 year ago

Great suggestion, I'll update the README. Back in 2011 it was a lot more obvious which hardware was supported as there wasn't much else. That has definitely changed a lot!

I'll add the specific board models I can based on what I can find in the documentation, but I won't be able to make a truly exhaustive list. Hopefully enough to get people going.

gillham commented 1 year ago

Fixed it. Thanks again for the suggestion.