tobyjaffey / bus-ninja

AVR Bus-Pirate-a-like
http://blog.hodgepig.org/busninja/
89 stars 33 forks source link

Atmega8 5295cf4d #14

Closed noupu closed 10 years ago

noupu commented 10 years ago

These two patches add ATmega8 support to Bus Ninja, and also simplify the code by merging the __AVR_ATmega168__ and __AVR_ATmega328P__ cases opening the way to add __AVR_ATmega88__ and __AVR_ATmega48__ support in the future (which I do not have the hardware to test right now.)

noupu commented 10 years ago

The new #17 pull request should address the baud rate divisor calculation issue.