URL:
  <http://savannah.nongnu.org/bugs/?47375>

                 Summary: ATtiny102/104 descriptions missing in configuration
file
                 Project: AVR Downloader/UploaDEr
            Submitted by: None
            Submitted on: Mi 09 Mär 2016 20:50:29 UTC
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
         Originator Name: Tim
        Originator Email: [email protected]
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

Configuration for ATtiny102 and 104 below. (Tested)

---

#------------------------------------------------------------
# ATtiny102
#------------------------------------------------------------

part parent ".reduced_core_tiny"
    id    = "t102";
    desc  = "ATtiny102";
    signature = 0x1e 0x90 0x0C;

    memory "flash"
        size    = 1024;
        offset    = 0x4000;
        page_size = 16;
        blocksize = 128;
    ;
;


#------------------------------------------------------------
# ATtiny104
#------------------------------------------------------------

part parent ".reduced_core_tiny"
    id    = "t104";
    desc  = "ATtiny104";
    signature = 0x1e 0x90 0x0B;

    memory "flash"
        size    = 1024;
        offset    = 0x4000;
        page_size = 16;
        blocksize = 128;
    ;
;






    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?47375>

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.nongnu.org/


_______________________________________________
avrdude-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/avrdude-dev

Reply via email to