⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 avrdude.conf

📁 wii stuff for wii tried on atmega 8
💻 CONF
📖 第 1 页 / 共 5 页
字号:
        read_lo         = "  0  0  1  0   0  0  0  0",                          "  x  x  x  x   x  x  x a8",                          " a7 a6 a5 a4  a3 a2 a1 a0",                          "  o  o  o  o   o  o  o  o";        read_hi         = "  0  0  1  0   1  0  0  0",                          "  x  x  x  x   x  x  x a8",                          " a7 a6 a5 a4  a3 a2 a1 a0",                          "  o  o  o  o   o  o  o  o";        write_lo        = "  0  1  0  0   0  0  0  0",                          "  x  x  x  x   x  x  x a8",                          " a7 a6 a5 a4  a3 a2 a1 a0",                          "  i  i  i  i   i  i  i  i";        write_hi        = "  0  1  0  0   1  0  0  0",                          "  x  x  x  x   x  x  x a8",                          " a7 a6 a5 a4  a3 a2 a1 a0",                          "  i  i  i  i   i  i  i  i";	mode		= 0x04;	delay		= 5;	blocksize	= 128;	readsize	= 256;    ;    memory "signature"        size            = 3;        read            = "0  0  1  1   0  0  0  0    x x x x  x x x x",                          "0  0  0  0   0  0 a1 a0    o o o o  o o o o";    ;    memory "lock"        size            = 1;        read            = "0  1  0  1   1  0  0  0    x x x x  x x x x",                          "x  x  x  x   x  x  x  x    x x x x  x o o x";        write           = "1  0  1  0   1  1  0  0    1 1 1 1  1 i i 1",                          "x  x  x  x   x  x  x  x    x x x x  x x x x";        min_write_delay = 9000;        max_write_delay = 9000;    ;    memory "calibration"        size            = 1;        read            = "0  0  1  1   1  0  0  0    x x x x  x x x x",                          "0  0  0  0   0  0  0  0    o o o o  o o o o";    ;    memory "fuse"        size            = 1;        read            = "0  1  0  1   0  0  0  0    x x x x  x x x x",                          "x  x  x  x   x  x  x  x    o o o o  o o o o";        write           = "1  0  1  0   1  1  0  0    1 0 1 x  x x x x",                          "x  x  x  x   x  x  x  x    i i i i  i i i i";        min_write_delay = 9000;        max_write_delay = 9000;    ;;#------------------------------------------------------------# ATtiny13#------------------------------------------------------------part    id                  = "t13";    desc                = "ATtiny13";    stk500_devcode      = 0x14;    signature           = 0x1e 0x90 0x07;    chip_erase_delay    = 4000;    pgm_enable          = "1 0 1 0  1 1 0 0   0 1 0 1  0 0 1 1",                          "x x x x  x x x x   x x x x  x x x x";    chip_erase          = "1 0 1 0  1 1 0 0   1 0 0 x  x x x x",                          "x x x x  x x x x   x x x x  x x x x";    timeout		= 200;    stabdelay		= 100;    cmdexedelay		= 25;    synchloops		= 32;    bytedelay		= 0;    pollindex		= 3;    pollvalue		= 0x53;    predelay		= 1;    postdelay		= 1;    pollmethod		= 1;    hvsp_controlstack     =	0x4C, 0x0C, 0x1C, 0x2C, 0x3C, 0x64, 0x74, 0x66,        0x68, 0x78, 0x68, 0x68, 0x7A, 0x6A, 0x68, 0x78,        0x78, 0x7D, 0x6D, 0x0C, 0x80, 0x40, 0x20, 0x10,        0x11, 0x08, 0x04, 0x02, 0x03, 0x08, 0x04, 0x00;    hventerstabdelay    = 100;    progmodedelay       = 0;    hvspcmdexedelay     = 0;    synchcycles         = 6;    latchcycles         = 1;    togglevtg           = 1;    poweroffdelay       = 25;    resetdelayms        = 0;    resetdelayus        = 90;    hvleavestabdelay    = 100;    resetdelay          = 25;    chiperasepolltimeout = 40;    chiperasetime       = 0;    programfusepolltimeout = 25;    programlockpolltimeout = 25;    memory "eeprom"        size            = 64;        page_size       = 4;        min_write_delay = 4000;        max_write_delay = 4000;        readback_p1     = 0xff;        readback_p2     = 0xff;        read            = "1  0  1  0   0  0  0  0    0 0 0 x  x x x x",                          "x  x a5 a4  a3 a2 a1 a0    o o o o  o o o o";        write           = "1  1  0  0   0  0  0  0    0 0 0 x  x x x x",                          "x  x a5 a4  a3 a2 a1 a0    i i i i  i i i i";	loadpage_lo	= "  1   1   0   0      0   0   0   1",			  "  0   0   0   0      0   0   0   0",			  "  0   0   0   0      0   0  a1  a0",			  "  i   i   i   i      i   i   i   i";	writepage	= "  1   1   0   0      0   0   1   0",			  "  0   0   x   x      x   x   x   x",			  "  x   x  a5  a4     a3  a2   0   0",			  "  x   x   x   x      x   x   x   x";	mode		= 0x41;	delay		= 5;	blocksize	= 4;	readsize	= 256;    ;    memory "flash"        paged           = yes;        size            = 1024;        page_size       = 32;        num_pages       = 32;        min_write_delay = 4500;        max_write_delay = 4500;        readback_p1     = 0xff;        readback_p2     = 0xff;        read_lo         = "  0  0  1  0   0  0  0  0",                          "  0  0  0  0   0  0  0 a8",                          " a7 a6 a5 a4  a3 a2 a1 a0",                          "  o  o  o  o   o  o  o  o";        read_hi         = "  0  0  1  0   1  0  0  0",                          "  0  0  0  0   0  0  0 a8",                          " a7 a6 a5 a4  a3 a2 a1 a0",                          "  o  o  o  o   o  o  o  o";        loadpage_lo     = "  0  1  0  0   0  0  0  0",                          "  0  0  0  x   x  x  x  x",                          "  x  x  x  x  a3 a2 a1 a0",                          "  i  i  i  i   i  i  i  i";        loadpage_hi     = "  0  1  0  0   1  0  0  0",                          "  0  0  0  x   x  x  x  x",                          "  x  x  x  x  a3 a2 a1 a0",                          "  i  i  i  i   i  i  i  i";        writepage       = "  0  1  0  0   1  1  0  0",                          "  0  0  0  0   0  0  0 a8",                          " a7 a6 a5 a4   x  x  x  x",                          "  x  x  x  x   x  x  x  x";	mode		= 0x41;	delay		= 6;	blocksize	= 32;	readsize	= 256;    ;    memory "signature"        size            = 3;        read            = "0  0  1  1   0  0  0  0    0 0 0 x  x x x x",                          "x  x  x  x   x  x a1 a0    o o o o  o o o o";    ;    memory "lock"        size            = 1;        min_write_delay = 4500;        max_write_delay = 4500;	read            = "0  1  0  1   1  0  0  0    0 0 0 0  0 0 0 0",                          "x  x  x  x   x  x  x  x    x x o o  o o o o";        write           = "1  0  1  0   1  1  0  0    1 1 1 x  x x x x",                          "x  x  x  x   x  x  x  x    1 1 i i  i i i i";    ;    memory "calibration"        size            = 2;        read            = "0  0  1  1   1  0  0  0    0 0 0 x  x x x x",                          "0  0  0  0   0  0  0 a0    o o o o  o o o o";    ;    memory "lfuse"        size            = 1;        min_write_delay = 4500;        max_write_delay = 4500;        write           = "1 0 1 0  1 1 0 0  1 0 1 0  0 0 0 0",                          "x x x x  x x x x  i i i i  i i i i";        read            = "0 1 0 1  0 0 0 0  0 0 0 0  0 0 0 0",                          "x x x x  x x x x  o o o o  o o o o";      ;    memory "hfuse"        size            = 1;        min_write_delay = 4500;        max_write_delay = 4500;        write           = "1 0 1 0  1 1 0 0  1 0 1 0  1 0 0 0",                          "x x x x  x x x x  i i i i  i i i i";        read            = "0 1 0 1  1 0 0 0  0 0 0 0  1 0 0 0",                          "x x x x  x x x x  o o o o  o o o o";      ;;#------------------------------------------------------------# ATtiny15#------------------------------------------------------------part    id                  = "t15";    desc                = "ATtiny15";    stk500_devcode      = 0x13;    avr910_devcode      = 0x56;    signature           = 0x1e 0x90 0x06;    chip_erase_delay    = 8200;    pgm_enable          = "1 0 1 0  1 1 0 0   0 1 0 1  0 0 1 1",                          "x x x x  x x x x   x x x x  x x x x";    chip_erase          = "1 0 1 0  1 1 0 0   1 0 0 x  x x x x",                          "x x x x  x x x x   x x x x  x x x x";    timeout		= 200;    stabdelay		= 100;    cmdexedelay		= 25;    synchloops		= 32;    bytedelay		= 0;    pollindex		= 3;    pollvalue		= 0x53;    predelay		= 1;    postdelay		= 1;    pollmethod		= 0;    hvsp_controlstack   =        0x4C, 0x0C, 0x1C, 0x2C, 0x3C, 0x64, 0x74, 0x00,        0x68, 0x78, 0x68, 0x68, 0x00, 0x00, 0x68, 0x78,        0x78, 0x00, 0x6D, 0x0C, 0x80, 0x40, 0x20, 0x10,        0x11, 0x08, 0x04, 0x02, 0x03, 0x08, 0x04, 0x00;    hventerstabdelay    = 100;    hvspcmdexedelay     = 5;    synchcycles         = 6;    latchcycles         = 16;    togglevtg           = 1;    poweroffdelay       = 25;    resetdelayms        = 0;    resetdelayus        = 50;    hvleavestabdelay    = 100;    resetdelay          = 25;    chiperasepolltimeout = 40;    chiperasetime       = 0;    programfusepolltimeout = 25;    programlockpolltimeout = 25;    memory "eeprom"        size            = 64;        min_write_delay = 8200;        max_write_delay = 8200;        readback_p1     = 0xff;        readback_p2     = 0xff;        read            = "1  0  1  0   0  0  0  0    x x x x  x x x x",                          "x  x a5 a4  a3 a2 a1 a0    o o o o  o o o o";        write           = "1  1  0  0   0  0  0  0    x x x x  x x x x",                          "x  x a5 a4  a3 a2 a1 a0    i i i i  i i i i";	mode		= 0x04;	delay		= 10;	blocksize	= 64;	readsize	= 256;    ;    memory "flash"        size            = 1024;        min_write_delay = 4100;        max_write_delay = 4100;        readback_p1     = 0xff;        readback_p2     = 0xff;        read_lo         = "  0  0  1  0   0  0  0  0",                          "  x  x  x  x   x  x  x a8",                          " a7 a6 a5 a4  a3 a2 a1 a0",                          "  o  o  o  o   o  o  o  o";        read_hi         = "  0  0  1  0   1  0  0  0",                          "  x  x  x  x   x  x  x a8",                          " a7 a6 a5 a4  a3 a2 a1 a0",                          "  o  o  o  o   o  o  o  o";        write_lo        = "  0  1  0  0   0  0  0  0",                          "  x  x  x  x   x  x  x a8",                          " a7 a6 a5 a4  a3 a2 a1 a0",                          "  i  i  i  i   i  i  i  i";        write_hi        = "  0  1  0  0   1  0  0  0",                          "  x  x  x  x   x  x  x a8",                          " a7 a6 a5 a4  a3 a2 a1 a0",                          "  i  i  i  i   i  i  i  i";	mode		= 0x04;	delay		= 5;	blocksize	= 128;	readsize	= 256;    ;    memory "signature"        size            = 3;        read            = "0  0  1  1   0  0  0  0    x x x x  x x x x",                          "0  0  0  0   0  0 a1 a0    o o o o  o o o o";    ;    memory "lock"        size            = 1;        read            = "0  1  0  1   1  0  0  0    x x x x  x x x x",                          "x  x  x  x   x  x  x  x    x x x x  x o o x";        write           = "1  0  1  0   1  1  0  0    1 1 1 1  1 i i 1",                          "x  x  x  x   x  x  x  x    x x x x  x x x x";        min_write_delay = 9000;        max_write_delay = 9000;    ;    memory "calibration"        size            = 1;        read            = "0  0  1  1   1  0  0  0    x x x x  x x x x",                          "0  0  0  0   0  0  0  0    o o o o  o o o o";    ;    memory "fuse"        size            = 1;        read            = "0  1  0  1   0  0  0  0    x x x x  x x x x",                          "x  x  x  x   x  x  x  x    o o o o  x x o o";        write           = "1  0  1  0   1  1  0  0    1 0 1 x  x x x x",                          "x  x  x  x   x  x  x  x    i i i i  1 1 i i";        min_write_delay = 9000;        max_write_delay = 9000;    ;;#------------------------------------------------------------# AT90s1200#------------------------------------------------------------part    id               = "1200";    desc             = "AT90S1200";    stk500_devcode   = 0x33;    avr910_devcode   = 0x13;    signature        = 0x1e 0x90 0x01;    pagel            = 0xd7;    bs2              = 0xa0;    chip_erase_delay = 20000;    pgm_enable       = "1 0 1 0  1 1 0 0    0 1 0 1  0 0 1 1",                       "x x x x  x x x x    x x x x  x x x x";    chip_erase       = "1 0 1 0  1 1 0 0    1 0 0 0  0 0 0 0",                       "x x x x  x x x x    x x x x  x x x x";    timeout		= 200;    stabdelay		= 100;    cmdexedelay		= 25;    synchloops		= 1;    bytedelay		= 0;    pollindex		= 0;    pollvalue		= 0xFF;    predelay		= 1;    postdelay		= 1;    pollmethod		= 0;    pp_controlstack     =        0x0E, 0x1E, 0x0F, 0x1F, 0x2E, 0x3E, 0x2F, 0x3F,        0x4E, 0x5E, 0x4F, 0x5F, 0x6E, 0x7E, 0x6F, 0x7F,        0x66, 0x76, 0x67, 0x77, 0x6A, 0x7A, 0x6B, 0x7B,        0xBE, 0xFD, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00;    hventerstabdelay    = 100;    progmodedelay       = 0;    latchcycles         = 0;    togglevtg           = 0;    poweroffdelay       = 0;    resetdelayms        = 0;    resetdelayus        = 0;    hvleavestabdelay    = 15;    chiperasepulsewidth = 15;    chiperasepolltimeout = 0;    programfusepulsewidth = 2;    programfusepolltimeout = 0;    programlockpulsewidth = 0;    programlockpolltimeout = 1;    memory "eeprom"        size            = 64;        min_write_delay = 4000;        max_write_delay = 9000;        readback_p1     = 0x00;        readback_p2     = 0xff;        read            = "1 0  1  0   0  0  0  0   x x x x  x x x x",                           "x x a5 a4  a3 a2 a1 a0   o o o o  o o o o";        write           = "1 1  0  0   0  0  0  0   x x x x  x x x x",

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -