Eralt / arduino

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

New release of ArduinoISP fixes large EEPROM write issue #378

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What change would like to see?
Use this new release of ArduinoISP.pde.

Why?
Supports EEPROM images > 256 bytes.

Would this cause any incompatibilities with previous versions?  If so, how
can these be mitigated?
No incompatibilities expected.

Original issue reported on code.google.com by rsb...@gmail.com on 16 Oct 2010 at 3:20

Attachments:

GoogleCodeExporter commented 9 years ago
Can you separate out the EEPROM fix from the other changes in the patch?

Original comment by dmel...@gmail.com on 17 Nov 2010 at 5:07

GoogleCodeExporter commented 9 years ago
Here is a somewhat lighter patch. It fixes writing to EEPROM > 256 bytes. I 
moved a buffer fill from program_page() into write_flash() and write_eeprom(). 
I also fixed read_eeprom() to handle EEPROMs > 256 bytes.
I validated the patch using an Arduino NG with ATMEGA8 processor to write flash 
and EEPROM on a ATMEGA386 chip.

Original comment by rsb...@gmail.com on 24 Feb 2011 at 2:38

Attachments:

GoogleCodeExporter commented 9 years ago
I updated to the latest code from rsbohn here: 
https://github.com/arduino/Arduino/commit/3942e85c2c513ee773ec3a8f25308945aac8c0
2b.  I'm assuming that code includes this fix.

Original comment by dmel...@gmail.com on 28 Dec 2011 at 11:48