Update of patch #6718 (project avr-libc):

                 Privacy:                     Any => Public                 

    _______________________________________________________

Follow-up Comment #1:

The patch is updated to the current HEAD.

To test with any real hardware:
1. apply the head-20090404.diff to HEAD avr-libc copy
2. build the library from scratch
3. test with simulator
4. test with a real AVR the 3 files from tests/simulate/avr/eeprom-*.c

To prepare eeprom-*.c for testing, add the success indication
befor 'return 0' from main().
To indicate a bug, add the function, like:
   void exit (int i)
   {
      < On the RED LED >
      for (;;) ;
   }

Note, the section is stay default (.text) and the copyright notices are
not present always.


(file #17865)
    _______________________________________________________

Additional Item Attachment:

File name: head-20090404.diff.gz          Size:12 KB


    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/patch/?6718>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/



_______________________________________________
AVR-libc-dev mailing list
AVR-libc-dev@nongnu.org
http://lists.nongnu.org/mailman/listinfo/avr-libc-dev

Reply via email to