gillham / logic_analyzer

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

Support for ATmega186 #2

Closed f0086 closed 13 years ago

f0086 commented 13 years ago

The maximum recording size is 532 for this ATmega186-20PU. It seems this is the limit.

gillham commented 13 years ago

Ok, I'll check it out when I get home. I haven't looked at your patch yet, 512 bytes would be the way to go for the client and SUMP protocol.

-Andrew Sent from my iPhone

On Oct 11, 2011, at 10:48 AM, Aaron Mueller reply@reply.github.com wrote:

The maximum recording size is 532 for this ATmega186-20PU. It seems this is the limit.

You can merge this Pull Request by running:

git pull https://github.com/aaronmueller/logic_analyzer master

Or you can view, comment on it, or merge it online at:

https://github.com/gillham/logic_analyzer/pull/2

-- Commit Summary --

  • Add support for the Arduino Duemilanove (ATmega186)

-- File Changes --

M README (5) M logic_analyzer.pde (25)

-- Patch Links --

https://github.com/gillham/logic_analyzer/pull/2.patch https://github.com/gillham/logic_analyzer/pull/2.diff

Reply to this email directly or view it on GitHub: https://github.com/gillham/logic_analyzer/pull/2

gillham commented 13 years ago

This was finally integrated, please test it out. Thanks!