Advertisement
Guest User

Boards.txt

a guest
Dec 5th, 2013
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.94 KB | None | 0 0
  1.  
  2. ###########################################################################
  3. #
  4. # Example boards.txt from...
  5. #
  6. # http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1236434254/94#94
  7. # http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1274754985/6#6
  8. # http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1274820597/49#49
  9. #
  10. ###########################################################################
  11.  
  12. attiny84at16.name=ATtiny84 @ 16 MHz  (external crystal; 4.3 V BOD)
  13.  
  14. # The following do NOT work...
  15. # attiny84at16.upload.using=avrispv2
  16. # attiny84at16.upload.using=Pololu USB AVR Programmer
  17.  
  18. # The following DO work (pick one)...
  19. attiny84at16.upload.using=arduino:arduinoisp
  20. # attiny84at16.upload.protocol=avrispv2
  21. # attiny84at16.upload.using=pololu
  22.  
  23. attiny84at16.upload.maximum_size=8192
  24.  
  25. # Frequency 8.0- MHz; Start-up time PWRDWN/RESET: 16K CK/14 CK + 65 ms; [CKSEL=1111 SUT=11]
  26. # Brown-out detection level at VCC=4.3 V; [BODLEVEL=100]
  27. # Preserve EEPROM memory through the Chip Erase cycle; [EESAVE=0]
  28. # Serial program downloading (SPI) enabled; [SPIEN=0]
  29.  
  30. attiny84at16.bootloader.low_fuses=0xFF
  31. attiny84at16.bootloader.high_fuses=0xD4
  32. attiny84at16.bootloader.extended_fuses=0xFF
  33. attiny84at16.bootloader.path=empty
  34. attiny84at16.bootloader.file=empty84at16.hex
  35.  
  36. attiny84at16.build.mcu=attiny84
  37. attiny84at16.build.f_cpu=16000000L
  38. attiny84at16.build.core=tiny
  39.  
  40. ###########################################################################
  41.  
  42. attiny84at8.name=ATtiny84 @ 8 MHz  (internal oscillator; BOD disabled)
  43.  
  44. # The following do NOT work...
  45. # attiny84at8.upload.using=avrispv2
  46. # attiny84at8.upload.using=Pololu USB AVR Programmer
  47.  
  48. # The following DO work (pick one)...
  49. attiny84at8.upload.using=arduino:arduinoisp
  50. # attiny84at8.upload.protocol=avrispv2
  51. # attiny84at8.upload.using=pololu
  52.  
  53. attiny84at8.upload.maximum_size=8192
  54.  
  55. # Default clock (slowly rising power; long delay to clock; 8 MHz internal)
  56. # Int. RC Osc. 8 MHz; Start-up time PWRDWN/RESET: 6 CK/14 CK + 64 ms; [CKSEL=0010 SUT=10]; default value
  57. # Brown-out detection disabled; [BODLEVEL=111]
  58. # Preserve EEPROM memory through the Chip Erase cycle; [EESAVE=0]
  59.  
  60. attiny84at8.bootloader.low_fuses=0xE2
  61. attiny84at8.bootloader.high_fuses=0xD7
  62. attiny84at8.bootloader.extended_fuses=0xFF
  63. attiny84at8.bootloader.path=empty
  64. attiny84at8.bootloader.file=empty84at8.hex
  65.  
  66. attiny84at8.build.mcu=attiny84
  67. attiny84at8.build.f_cpu=8000000L
  68. attiny84at8.build.core=tiny
  69.  
  70. ###########################################################################
  71.  
  72. attiny84at1.name=ATtiny84 @ 1 MHz  (internal oscillator; BOD disabled)
  73.  
  74. # The following do NOT work...
  75. # attiny84at1.upload.using=avrispv2
  76. # attiny84at1.upload.using=Pololu USB AVR Programmer
  77.  
  78. # The following DO work (pick one)...
  79. attiny84at1.upload.using=arduino:arduinoisp
  80. # attiny84at1.upload.protocol=avrispv2
  81. # attiny84at1.upload.using=pololu
  82.  
  83. attiny84at1.upload.maximum_size=8192
  84.  
  85. # Default clock (slowly rising power; long delay to clock; 8 MHz internal; divide clock by 8)
  86. # Int. RC Osc. 8 MHz; Start-up time PWRDWN/RESET: 6 CK/14 CK + 64 ms; [CKSEL=0010 SUT=10]; default value
  87. # Divide clock by 8 internally; [CKDIV8=0]
  88. # Brown-out detection disabled; [BODLEVEL=111]
  89. # Preserve EEPROM memory through the Chip Erase cycle; [EESAVE=0]
  90.  
  91. attiny84at1.bootloader.low_fuses=0x62
  92. attiny84at1.bootloader.high_fuses=0xD7
  93. attiny84at1.bootloader.extended_fuses=0xFF
  94. attiny84at1.bootloader.path=empty
  95. attiny84at1.bootloader.file=empty84at1.hex
  96.  
  97. attiny84at1.build.mcu=attiny84
  98. attiny84at1.build.f_cpu=1000000L
  99. attiny84at1.build.core=tiny
  100.  
  101. ###########################################################################
  102.  
  103. attiny44at8.name=ATtiny44 @ 8 MHz  (internal oscillator; BOD disabled)
  104.  
  105. # The following do NOT work...
  106. # attiny44at8.upload.using=avrispv2
  107. # attiny44at8.upload.using=Pololu USB AVR Programmer
  108.  
  109. # The following DO work (pick one)...
  110. attiny44at8.upload.using=arduino:arduinoisp
  111. # attiny44at8.upload.protocol=avrispv2
  112. # attiny44at8.upload.using=pololu
  113.  
  114. attiny44at8.upload.maximum_size=4096
  115.  
  116. # Default clock (slowly rising power; long delay to clock; 8 MHz internal)
  117. # Int. RC Osc. 8 MHz; Start-up time PWRDWN/RESET: 6 CK/14 CK + 64 ms; [CKSEL=0010 SUT=10]; default value
  118. # Brown-out detection disabled; [BODLEVEL=111]
  119. # Preserve EEPROM memory through the Chip Erase cycle; [EESAVE=0]
  120.  
  121. attiny44at8.bootloader.low_fuses=0xE2
  122. attiny44at8.bootloader.high_fuses=0xD7
  123. attiny44at8.bootloader.extended_fuses=0xFF
  124. attiny44at8.bootloader.path=empty
  125. attiny44at8.bootloader.file=empty44at8.hex
  126.  
  127. attiny44at8.build.mcu=attiny44
  128. attiny44at8.build.f_cpu=8000000L
  129. attiny44at8.build.core=tiny
  130. # attiny44at8.build.core=empty
  131.  
  132. ###########################################################################
  133.  
  134. attiny44at1.name=ATtiny44 @ 1 MHz  (internal oscillator; BOD disabled)
  135.  
  136. # The following do NOT work...
  137. # attiny44at1.upload.using=avrispv2
  138. # attiny44at1.upload.using=Pololu USB AVR Programmer
  139.  
  140. # The following DO work (pick one)...
  141. attiny44at1.upload.using=arduino:arduinoisp
  142. # attiny44at1.upload.protocol=avrispv2
  143. # attiny44at1.upload.using=pololu
  144.  
  145. attiny44at1.upload.maximum_size=4096
  146.  
  147. # Default clock (slowly rising power; long delay to clock; 8 MHz internal; divide clock by 8)
  148. # Int. RC Osc. 8 MHz; Start-up time PWRDWN/RESET: 6 CK/14 CK + 64 ms; [CKSEL=0010 SUT=10]; default value
  149. # Divide clock by 8 internally; [CKDIV8=0]
  150. # Brown-out detection disabled; [BODLEVEL=111]
  151. # Preserve EEPROM memory through the Chip Erase cycle; [EESAVE=0]
  152.  
  153. attiny44at1.bootloader.low_fuses=0x62
  154. attiny44at1.bootloader.high_fuses=0xD7
  155. attiny44at1.bootloader.extended_fuses=0xFF
  156. attiny44at1.bootloader.path=empty
  157. attiny44at1.bootloader.file=empty44at1.hex
  158.  
  159. attiny44at1.build.mcu=attiny44
  160. attiny44at1.build.f_cpu=1000000L
  161. attiny44at1.build.core=tiny
  162. # attiny44at1.build.core=empty
  163.  
  164. ###########################################################################
  165.  
  166. attiny24at16.name=ATtiny24 @ 16 MHz  (external crystal; BOD disabled)
  167.  
  168. # The following do NOT work...
  169. # attiny24at16.upload.using=avrispv2
  170. # attiny24at16.upload.using=Pololu USB AVR Programmer
  171.  
  172. # The following DO work (pick one)...
  173. attiny24at16.upload.using=arduino:arduinoisp
  174. # attiny24at16.upload.protocol=avrispv2
  175. # attiny24at16.upload.using=pololu
  176.  
  177. attiny24at16.upload.maximum_size=2048
  178.  
  179. # Ext. Crystal Osc.; Frequency 8.0-    MHz; Start-up time PWRDWN/RESET: 16K CK/14 CK + 65 ms;  [CKSEL=1111 SUT=11]
  180. # Brown-out detection disabled; [BODLEVEL=111]
  181. # Preserve EEPROM memory through the Chip Erase cycle; [EESAVE=0]
  182. # Serial program downloading (SPI) enabled; [SPIEN=0]
  183.  
  184. attiny24at16.bootloader.low_fuses=0xFF
  185. attiny24at16.bootloader.high_fuses=0xD7
  186. attiny24at16.bootloader.extended_fuses=0xFF
  187. attiny24at16.bootloader.path=empty
  188. attiny24at16.bootloader.file=empty24at16.hex
  189.  
  190. attiny24at16.build.mcu=attiny24
  191. attiny24at16.build.f_cpu=16000000L
  192. attiny24at16.build.core=tiny
  193.  
  194. ###########################################################################
  195.  
  196. attiny85at16e.name=ATtiny85 @ 16 MHz  (external crystal; 4.3 V BOD)
  197.  
  198. # The following do NOT work...
  199. # attiny85at16e.upload.using=avrispv2
  200. # attiny85at16e.upload.using=Pololu USB AVR Programmer
  201.  
  202. # The following DO work (pick one)...
  203. attiny85at16e.upload.using=arduino:arduinoisp
  204. # attiny85at16e.upload.protocol=avrispv2
  205. # attiny85at16e.upload.using=pololu
  206.  
  207. attiny85at16e.upload.maximum_size=8192
  208.  
  209. # Ext. Crystal Osc.; Frequency 8.0- MHz; Start-up time PWRDWN/RESET: 16K CK/14 CK + 65 ms; [CKSEL=1111 SUT=11]
  210. # Brown-out detection level at VCC=4.3 V; [BODLEVEL=100]
  211. # Preserve EEPROM memory through the Chip Erase cycle; [EESAVE=0]
  212. # Serial program downloading (SPI) enabled; [SPIEN=0]
  213.  
  214. attiny85at16e.bootloader.low_fuses=0xFF
  215. attiny85at16e.bootloader.high_fuses=0xD4
  216. attiny85at16e.bootloader.extended_fuses=0xFF
  217. attiny85at16e.bootloader.path=empty
  218. attiny85at16e.bootloader.file=empty85at16.hex
  219.  
  220. attiny85at16e.build.mcu=attiny85
  221. attiny85at16e.build.f_cpu=16000000L
  222. attiny85at16e.build.core=tiny
  223.  
  224. ###########################################################################
  225.  
  226. attiny85at16p.name=ATtiny85 @ 16 MHz  (internal PLL; 4.3 V BOD)
  227.  
  228. # The following do NOT work...
  229. # attiny85at16p.upload.using=avrispv2
  230. # attiny85at16p.upload.using=Pololu USB AVR Programmer
  231.  
  232. # The following DO work (pick one)...
  233. attiny85at16p.upload.using=arduino:arduinoisp
  234. # attiny85at16p.upload.protocol=avrispv2
  235. # attiny85at16p.upload.using=pololu
  236.  
  237. attiny85at16p.upload.maximum_size=8192
  238.  
  239. # PLL Clock; Start-up time PWRDWN/RESET: 1K CK/14 CK + 4 ms; [CKSEL=0001 SUT=00]
  240. # Brown-out detection level at VCC=4.3 V; [BODLEVEL=100]
  241. # Preserve EEPROM memory through the Chip Erase cycle; [EESAVE=0]
  242. # Serial program downloading (SPI) enabled; [SPIEN=0]
  243.  
  244. attiny85at16p.bootloader.low_fuses=0xC1
  245. attiny85at16p.bootloader.high_fuses=0xD4
  246. attiny85at16p.bootloader.extended_fuses=0xFF
  247. attiny85at16p.bootloader.path=empty
  248. attiny85at16p.bootloader.file=empty85at16.hex
  249.  
  250. attiny85at16p.build.mcu=attiny85
  251. attiny85at16p.build.f_cpu=16000000L
  252. attiny85at16p.build.core=tiny
  253.  
  254. ###########################################################################
  255.  
  256. attiny85at8.name=ATtiny85 @ 8 MHz  (internal oscillator; BOD disabled)
  257.  
  258. # The following do NOT work...
  259. # attiny85at8.upload.using=avrispv2
  260. # attiny85at8.upload.using=Pololu USB AVR Programmer
  261.  
  262. # The following DO work (pick one)...
  263. attiny85at8.upload.using=arduino:arduinoisp
  264. # attiny85at8.upload.protocol=avrispv2
  265. # attiny85at8.upload.using=pololu
  266.  
  267. attiny85at8.upload.maximum_size=8192
  268.  
  269. # Default clock (slowly rising power; long delay to clock; 8 MHz internal)
  270. # Int. RC Osc. 8 MHz; Start-up time PWRDWN/RESET: 6 CK/14 CK + 64 ms; [CKSEL=0010 SUT=10]; default value
  271. # Brown-out detection disabled; [BODLEVEL=111]
  272. # Preserve EEPROM memory through the Chip Erase cycle; [EESAVE=0]
  273.  
  274. attiny85at8.bootloader.low_fuses=0xE2
  275. attiny85at8.bootloader.high_fuses=0xD7
  276. attiny85at8.bootloader.extended_fuses=0xFF
  277. attiny85at8.bootloader.path=empty
  278. attiny85at8.bootloader.file=empty85at8.hex
  279.  
  280. attiny85at8.build.mcu=attiny85
  281. attiny85at8.build.f_cpu=8000000L
  282. attiny85at8.build.core=tiny
  283.  
  284. ###########################################################################
  285.  
  286. attiny85at1.name=ATtiny85 @ 1 MHz  (internal oscillator; BOD disabled)
  287.  
  288. # The following do NOT work...
  289. # attiny85at1.upload.using=avrispv2
  290. # attiny85at1.upload.using=Pololu USB AVR Programmer
  291.  
  292. # The following DO work (pick one)...
  293. attiny85at1.upload.using=arduino:arduinoisp
  294. # attiny85at1.upload.protocol=avrispv2
  295. # attiny85at1.upload.using=pololu
  296.  
  297. attiny85at1.upload.maximum_size=8192
  298.  
  299. # Default clock (slowly rising power; long delay to clock; 8 MHz internal; divide clock by 8)
  300. # Int. RC Osc. 8 MHz; Start-up time PWRDWN/RESET: 6 CK/14 CK + 64 ms; [CKSEL=0010 SUT=10]; default value
  301. # Divide clock by 8 internally; [CKDIV8=0]
  302. # Brown-out detection disabled; [BODLEVEL=111]
  303. # Preserve EEPROM memory through the Chip Erase cycle; [EESAVE=0]
  304.  
  305. attiny85at1.bootloader.low_fuses=0x62
  306. attiny85at1.bootloader.high_fuses=0xD7
  307. attiny85at1.bootloader.extended_fuses=0xFF
  308. attiny85at1.bootloader.path=empty
  309. attiny85at1.bootloader.file=empty85at1.hex
  310.  
  311. attiny85at1.build.mcu=attiny85
  312. attiny85at1.build.f_cpu=1000000L
  313. attiny85at1.build.core=tiny
  314.  
  315. ###########################################################################
  316.  
  317. attiny45at8.name=ATtiny45 @ 8 MHz
  318.  
  319. # The following do NOT work...
  320. # attiny45at8.upload.using=avrispv2
  321. # attiny45at8.upload.using=Pololu USB AVR Programmer
  322.  
  323. # The following DO work (pick one)...
  324. attiny45at8.upload.using=arduino:arduinoisp
  325. # attiny45at8.upload.protocol=avrispv2
  326. # attiny45at8.upload.using=pololu
  327.  
  328. attiny45at8.upload.maximum_size=4096
  329.  
  330. # Default clock (slowly rising power; long delay to clock; 8 MHz internal)
  331. # Int. RC Osc. 8 MHz; Start-up time PWRDWN/RESET: 6 CK/14 CK + 64 ms; [CKSEL=0010 SUT=10]; default value
  332. # Brown-out detection disabled; [BODLEVEL=111]
  333. # Preserve EEPROM memory through the Chip Erase cycle; [EESAVE=0]
  334.  
  335. attiny45at8.bootloader.low_fuses=0xE2
  336. attiny45at8.bootloader.high_fuses=0xD7
  337. attiny45at8.bootloader.extended_fuses=0xFF
  338. attiny45at8.bootloader.path=empty
  339. attiny45at8.bootloader.file=empty45at8.hex
  340.  
  341. attiny45at8.build.mcu=attiny45
  342. attiny45at8.build.f_cpu=8000000L
  343. attiny45at8.build.core=tiny
  344.  
  345. ###########################################################################
  346.  
  347. attiny45at1.name=ATtiny45 @ 1 MHz
  348.  
  349. # The following do NOT work...
  350. # attiny45at1.upload.using=avrispv2
  351. # attiny45at1.upload.using=Pololu USB AVR Programmer
  352.  
  353. # The following DO work (pick one)...
  354. attiny45at1.upload.using=arduino:arduinoisp
  355. # attiny45at1.upload.protocol=avrispv2
  356. # attiny45at1.upload.using=pololu
  357.  
  358. attiny45at1.upload.maximum_size=4096
  359.  
  360. # Default clock (slowly rising power; long delay to clock; 8 MHz internal; divide clock by 8)
  361. # Int. RC Osc. 8 MHz; Start-up time PWRDWN/RESET: 6 CK/14 CK + 64 ms; [CKSEL=0010 SUT=10]; default value
  362. # Divide clock by 8 internally; [CKDIV8=0]
  363. # Brown-out detection disabled; [BODLEVEL=111]
  364. # Preserve EEPROM memory through the Chip Erase cycle; [EESAVE=0]
  365.  
  366. attiny45at1.bootloader.low_fuses=0x62
  367. attiny45at1.bootloader.high_fuses=0xD7
  368. attiny45at1.bootloader.extended_fuses=0xFF
  369. attiny45at1.bootloader.path=empty
  370. attiny45at1.bootloader.file=empty45at1.hex
  371.  
  372. attiny45at1.build.mcu=attiny45
  373. attiny45at1.build.f_cpu=1000000L
  374. attiny45at1.build.core=tiny
  375.  
  376. ###########################################################################
  377.  
  378. attiny85at128.name=ATtiny85 @ 128 KHz  (watchdog oscillator; 1.8 V BOD)
  379.  
  380. # The following do NOT work...
  381. # attiny85at128.upload.using=avrispv2
  382. # attiny85at128.upload.using=Pololu USB AVR Programmer
  383.  
  384. # The following DO work (pick one)...
  385. attiny85at128.upload.using=arduino:arduinoisp
  386. # attiny85at128.upload.protocol=avrispv2
  387. # attiny85at128.upload.using=pololu
  388.  
  389. attiny85at128.upload.maximum_size=8192
  390.  
  391. # WD. Osc. 128 kHz; Start-up time PWRDWN/RESET: 6 CK/14 CK + 0 ms; [CKSEL=0100 SUT=00]
  392. # Brown-out detection level at VCC=1.8 V; [BODLEVEL=110]
  393. # Preserve EEPROM memory through the Chip Erase cycle; [EESAVE=0]
  394. # Serial program downloading (SPI) enabled; [SPIEN=0]
  395.  
  396. attiny85at128.bootloader.low_fuses=0xC4
  397. attiny85at128.bootloader.high_fuses=0xD6
  398. attiny85at128.bootloader.extended_fuses=0xFF
  399. attiny85at128.bootloader.path=empty
  400. attiny85at128.bootloader.file=empty85at1.hex
  401.  
  402. attiny85at128.build.mcu=attiny85
  403. attiny85at128.build.f_cpu=128000L
  404. attiny85at128.build.core=tiny
  405.  
  406. ###########################################################################
  407.  
  408. attiny25at8.name=ATtiny25 @ 8 MHz
  409.  
  410. # The following do NOT work...
  411. # attiny25at8.upload.using=avrispv2
  412. # attiny25at8.upload.using=Pololu USB AVR Programmer
  413.  
  414. # The following DO work (pick one)...
  415. attiny25at8.upload.using=arduino:arduinoisp
  416. # attiny25at8.upload.protocol=avrispv2
  417. # attiny25at8.upload.using=pololu
  418.  
  419. attiny25at8.upload.maximum_size=2048
  420.  
  421. # Default clock (slowly rising power; long delay to clock; 8 MHz internal)
  422. # Int. RC Osc. 8 MHz; Start-up time PWRDWN/RESET: 6 CK/14 CK + 64 ms; [CKSEL=0010 SUT=10]; default value
  423. # Brown-out detection disabled; [BODLEVEL=111]
  424. # Preserve EEPROM memory through the Chip Erase cycle; [EESAVE=0]
  425.  
  426. attiny25at8.bootloader.low_fuses=0xE2
  427. attiny25at8.bootloader.high_fuses=0xD7
  428. attiny25at8.bootloader.extended_fuses=0xFF
  429. attiny25at8.bootloader.path=empty
  430. attiny25at8.bootloader.file=empty25at8.hex
  431.  
  432. attiny25at8.build.mcu=attiny25
  433. attiny25at8.build.f_cpu=8000000L
  434. attiny25at8.build.core=tiny
  435.  
  436. ###########################################################################
  437.  
  438. attiny25at1.name=ATtiny25 @ 1 MHz
  439.  
  440. # The following do NOT work...
  441. # attiny25at1.upload.using=avrispv2
  442. # attiny25at1.upload.using=Pololu USB AVR Programmer
  443.  
  444. # The following DO work (pick one)...
  445. attiny25at1.upload.using=arduino:arduinoisp
  446. # attiny25at1.upload.protocol=avrispv2
  447. # attiny25at1.upload.using=pololu
  448.  
  449. attiny25at1.upload.maximum_size=2048
  450.  
  451. # Default clock (slowly rising power; long delay to clock; 8 MHz internal)
  452. # Int. RC Osc. 8 MHz; Start-up time PWRDWN/RESET: 6 CK/14 CK + 64 ms; [CKSEL=0010 SUT=10]; default value
  453. # Brown-out detection disabled; [BODLEVEL=111]
  454. # Preserve EEPROM memory through the Chip Erase cycle; [EESAVE=0]
  455.  
  456. attiny25at1.bootloader.low_fuses=0x62
  457. attiny25at1.bootloader.high_fuses=0xD7
  458. attiny25at1.bootloader.extended_fuses=0xFF
  459. attiny25at1.bootloader.path=empty
  460. attiny25at1.bootloader.file=empty25at1.hex
  461.  
  462. attiny25at1.build.mcu=attiny25
  463. attiny25at1.build.f_cpu=1000000L
  464. attiny25at1.build.core=tiny
  465.  
  466. ###########################################################################
  467.  
  468. attiny4313at8.name=ATtiny4313 @ 8 MHz
  469.  
  470. # The following do NOT work...
  471. # attiny4313at8.upload.using=avrispv2
  472. # attiny4313at8.upload.using=Pololu USB AVR Programmer
  473.  
  474. # The following DO work (pick one)...
  475. attiny4313at8.upload.using=arduino:arduinoisp
  476. # attiny4313at8.upload.protocol=avrispv2
  477. # attiny4313at8.upload.using=pololu
  478.  
  479. attiny4313at8.upload.maximum_size=4096
  480.  
  481. # Default clock (slowly rising power; long delay to clock; 8 MHz internal)
  482. # Int. RC Osc. 8 MHz; Start-up time: 14 CK + 65 ms; [CKSEL=0100 SUT=10]; default value
  483. # Brown-out detection disabled; [BODLEVEL=111]
  484. # Serial program downloading (SPI) enabled; [SPIEN=0]
  485. # Preserve EEPROM memory through the Chip Erase cycle; [EESAVE=0]
  486.  
  487. attiny4313at8.bootloader.low_fuses=0xE4
  488. attiny4313at8.bootloader.high_fuses=0x9F
  489. attiny4313at8.bootloader.extended_fuses=0xFF
  490. attiny4313at8.bootloader.path=empty
  491. attiny4313at8.bootloader.file=empty4313at8.hex
  492.  
  493. attiny4313at8.build.mcu=attiny4313
  494. attiny4313at8.build.f_cpu=8000000L
  495. attiny4313at8.build.core=tiny
  496. # attiny4313at8.build.core=empty
  497.  
  498. ###########################################################################
  499.  
  500. attiny4313at1.name=ATtiny4313 @ 1 MHz
  501.  
  502. # The following do NOT work...
  503. # attiny4313at1.upload.using=avrispv2
  504. # attiny4313at1.upload.using=Pololu USB AVR Programmer
  505.  
  506. # The following DO work (pick one)...
  507. attiny4313at1.upload.using=arduino:arduinoisp
  508. # attiny4313at1.upload.protocol=avrispv2
  509. # attiny4313at1.upload.using=pololu
  510.  
  511. attiny4313at1.upload.maximum_size=4096
  512.  
  513. # Default clock (slowly rising power; long delay to clock; 8 MHz internal; divide clock by 8)
  514. # Int. RC Osc. 8 MHz; Start-up time: 14 CK + 65 ms; [CKSEL=0100 SUT=10]; default value
  515. # Divide clock by 8 internally; [CKDIV8=0]
  516. # Brown-out detection disabled; [BODLEVEL=111]
  517. # Serial program downloading (SPI) enabled; [SPIEN=0]
  518. # Preserve EEPROM memory through the Chip Erase cycle; [EESAVE=0]
  519.  
  520. attiny4313at1.bootloader.low_fuses=0x64
  521. attiny4313at1.bootloader.high_fuses=0x9F
  522. attiny4313at1.bootloader.extended_fuses=0xFF
  523. attiny4313at1.bootloader.path=empty
  524. attiny4313at1.bootloader.file=empty4313at1.hex
  525.  
  526. attiny4313at1.build.mcu=attiny4313
  527. attiny4313at1.build.f_cpu=1000000L
  528. attiny4313at1.build.core=tiny
  529. # attiny4313at1.build.core=empty
  530.  
  531. ###########################################################################
  532.  
  533. attiny2313at8.name=ATtiny2313 @ 8 MHz
  534.  
  535. # The following do NOT work...
  536. # attiny2313at8.upload.using=avrispv2
  537. # attiny2313at8.upload.using=Pololu USB AVR Programmer
  538.  
  539. # The following DO work (pick one)...
  540. attiny2313at8.upload.using=arduino:arduinoisp
  541. # attiny2313at8.upload.protocol=avrispv2
  542. # attiny2313at8.upload.using=pololu
  543.  
  544. attiny2313at8.upload.maximum_size=2048
  545.  
  546. # Default clock (slowly rising power; long delay to clock; 8 MHz internal)
  547. # Int. RC Osc. 8 MHz; Start-up time: 14 CK + 65 ms; [CKSEL=0100 SUT=10]; default value
  548. # Brown-out detection disabled; [BODLEVEL=111]
  549. # Serial program downloading (SPI) enabled; [SPIEN=0]
  550. # Preserve EEPROM memory through the Chip Erase cycle; [EESAVE=0]
  551.  
  552. attiny2313at8.bootloader.low_fuses=0xE4
  553. attiny2313at8.bootloader.high_fuses=0x9F
  554. attiny2313at8.bootloader.extended_fuses=0xFF
  555. attiny2313at8.bootloader.path=empty
  556. attiny2313at8.bootloader.file=empty2313at8.hex
  557.  
  558. attiny2313at8.build.mcu=attiny2313
  559. attiny2313at8.build.f_cpu=8000000L
  560. attiny2313at8.build.core=tiny
  561.  
  562. ###########################################################################
  563.  
  564. attiny2313at1.name=ATtiny2313 @ 1 MHz
  565.  
  566. # The following do NOT work...
  567. # attiny2313at1.upload.using=avrispv2
  568. # attiny2313at1.upload.using=Pololu USB AVR Programmer
  569.  
  570. # The following DO work (pick one)...
  571. attiny2313at1.upload.using=arduino:arduinoisp
  572. # attiny2313at1.upload.protocol=avrispv2
  573. # attiny2313at1.upload.using=pololu
  574.  
  575. attiny2313at1.upload.maximum_size=2048
  576.  
  577. # Default clock (slowly rising power; long delay to clock; 8 MHz internal; divide clock by 8)
  578. # Int. RC Osc. 8 MHz; Start-up time: 14 CK + 65 ms; [CKSEL=0100 SUT=10]; default value
  579. # Divide clock by 8 internally; [CKDIV8=0]
  580. # Brown-out detection disabled; [BODLEVEL=111]
  581. # Serial program downloading (SPI) enabled; [SPIEN=0]
  582. # Preserve EEPROM memory through the Chip Erase cycle; [EESAVE=0]
  583.  
  584. attiny2313at1.bootloader.low_fuses=0x64
  585. attiny2313at1.bootloader.high_fuses=0x9F
  586. attiny2313at1.bootloader.extended_fuses=0xFF
  587. attiny2313at1.bootloader.path=empty
  588. attiny2313at1.bootloader.file=empty2313at1.hex
  589.  
  590. attiny2313at1.build.mcu=attiny2313
  591. attiny2313at1.build.f_cpu=1000000L
  592. attiny2313at1.build.core=tiny
  593.  
  594. ###########################################################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement