Closed GoogleCodeExporter closed 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
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:
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
Original issue reported on code.google.com by
rsb...@gmail.com
on 16 Oct 2010 at 3:20Attachments: