discostuboogaloo / optiboot

Automatically exported from code.google.com/p/optiboot
0 stars 0 forks source link

ATmega8 #10

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Does it work works with ATmega8 ? I don't see support on main page.. I think it 
needed to be compatible with it because MCU is same with 168 and 328 except RAM 
and Flash sizes... Thanks

Original issue reported on code.google.com by erdem...@gmail.com on 6 Sep 2010 at 6:26

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
No, Optiboot is not currently compatible with the ATmega8. Despite initial 
appearances, there are a lot of internal differences between the ATmega8 and 
the ATmega168/328. Most of those are accounted for by changes to the Arduino 
bootloader and core code.

The vast majority of Arduino boards use ATmega168 or ATmega328P, so that is the 
focus of support, with ATmega1280 a close third (used on the Arduino Mega).

I recommend Mega8 owners pop out the Mega8 and plug in an ATmega328P. The 
upgrade costs about $3, and gives 32K of flash + 2K of RAM with Arduino code 
compatibility.

Original comment by cathed...@gmail.com on 6 Sep 2010 at 11:09

GoogleCodeExporter commented 8 years ago
I have made a port to the atmega8

Original comment by superkoe...@gmail.com on 18 Sep 2010 at 10:43

Attachments:

GoogleCodeExporter commented 8 years ago
Awesome thanks for porting to the atmega8 :)

Original comment by BlueDrag...@gmail.com on 25 Sep 2010 at 5:27

GoogleCodeExporter commented 8 years ago
Thanks for port. Optiboot has more meaning for those chips :)

Original comment by erdem...@gmail.com on 28 Sep 2010 at 12:57

GoogleCodeExporter commented 8 years ago
Dear stuff,
Could you merge this code with Optiboot main branch?
Port is working properly but since this port is old and PWM 9-10 doesn't 
working.

Thanks.

Original comment by spamjunk...@gmail.com on 9 Oct 2010 at 2:09

GoogleCodeExporter commented 8 years ago
Merge in progress

Original comment by cathed...@gmail.com on 12 Oct 2010 at 6:48

GoogleCodeExporter commented 8 years ago
Merged in source repo

Original comment by cathed...@gmail.com on 12 Oct 2010 at 8:22