AbstractBeliefs

Untitled

Dec 17th, 2011
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.98 KB | None | 0 0
  1. ##############################################################
  2.  
  3. uno.name=Arduino Uno
  4. uno.upload.protocol=arduino
  5. uno.upload.maximum_size=32256
  6. uno.upload.speed=115200
  7. uno.bootloader.low_fuses=0xff
  8. uno.bootloader.high_fuses=0xde
  9. uno.bootloader.extended_fuses=0x05
  10. uno.bootloader.path=optiboot
  11. uno.bootloader.file=optiboot_atmega328.hex
  12. uno.bootloader.unlock_bits=0x3F
  13. uno.bootloader.lock_bits=0x0F
  14. uno.build.mcu=atmega328p
  15. uno.build.f_cpu=16000000L
  16. uno.build.core=arduino
  17. uno.build.variant=standard
  18.  
  19. ##############################################################
  20.  
  21. atmega328.name=Arduino Duemilanove w/ ATmega328, not PicoPower
  22.  
  23. atmega328.upload.protocol=arduino
  24. atmega328.upload.maximum_size=30720
  25. atmega328.upload.speed=57600
  26.  
  27. atmega328.bootloader.low_fuses=0xFF
  28. atmega328.bootloader.high_fuses=0xDA
  29. atmega328.bootloader.extended_fuses=0x05
  30. atmega328.bootloader.path=atmega
  31. atmega328.bootloader.file=ATmegaBOOT_168_atmega328.hex
  32. atmega328.bootloader.unlock_bits=0x3F
  33. atmega328.bootloader.lock_bits=0x0F
  34.  
  35. atmega328.build.mcu=atmega328
  36. atmega328.build.f_cpu=16000000L
  37. atmega328.build.core=arduino
  38. atmega328.build.variant=standard
  39.  
  40. ##############################################################
  41.  
  42. atmega328p.name=Arduino Duemilanove w/ ATmega328, With PicoPower
  43.  
  44. atmega328p.upload.protocol=arduino
  45. atmega328p.upload.maximum_size=30720
  46. atmega328p.upload.speed=57600
  47.  
  48. atmega328p.bootloader.low_fuses=0xFF
  49. atmega328p.bootloader.high_fuses=0xDA
  50. atmega328p.bootloader.extended_fuses=0x05
  51. atmega328p.bootloader.path=atmega
  52. atmega328p.bootloader.file=ATmegaBOOT_168_atmega328.hex
  53. atmega328p.bootloader.unlock_bits=0x3F
  54. atmega328p.bootloader.lock_bits=0x0F
  55.  
  56. atmega328p.build.mcu=atmega328p
  57. atmega328p.build.f_cpu=16000000L
  58. atmega328p.build.core=arduino
  59. atmega328p.build.variant=standard
  60.  
  61. ##############################################################
  62.  
  63. diecimila.name=Arduino Diecimila or Duemilanove w/ ATmega168
  64.  
  65. diecimila.upload.protocol=arduino
  66. diecimila.upload.maximum_size=14336
  67. diecimila.upload.speed=19200
  68.  
  69. diecimila.bootloader.low_fuses=0xff
  70. diecimila.bootloader.high_fuses=0xdd
  71. diecimila.bootloader.extended_fuses=0x00
  72. diecimila.bootloader.path=atmega
  73. diecimila.bootloader.file=ATmegaBOOT_168_diecimila.hex
  74. diecimila.bootloader.unlock_bits=0x3F
  75. diecimila.bootloader.lock_bits=0x0F
  76.  
  77. diecimila.build.mcu=atmega168
  78. diecimila.build.f_cpu=16000000L
  79. diecimila.build.core=arduino
  80. diecimila.build.variant=standard
  81.  
  82. ##############################################################
  83.  
  84. nano328.name=Arduino Nano w/ ATmega328
  85.  
  86. nano328.upload.protocol=arduino
  87. nano328.upload.maximum_size=30720
  88. nano328.upload.speed=57600
  89.  
  90. nano328.bootloader.low_fuses=0xFF
  91. nano328.bootloader.high_fuses=0xDA
  92. nano328.bootloader.extended_fuses=0x05
  93. nano328.bootloader.path=atmega
  94. nano328.bootloader.file=ATmegaBOOT_168_atmega328.hex
  95. nano328.bootloader.unlock_bits=0x3F
  96. nano328.bootloader.lock_bits=0x0F
  97.  
  98. nano328.build.mcu=atmega328p
  99. nano328.build.f_cpu=16000000L
  100. nano328.build.core=arduino
  101. nano328.build.variant=eightanaloginputs
  102.  
  103. ##############################################################
  104.  
  105. nano.name=Arduino Nano w/ ATmega168
  106.  
  107. nano.upload.protocol=arduino
  108. nano.upload.maximum_size=14336
  109. nano.upload.speed=19200
  110.  
  111. nano.bootloader.low_fuses=0xff
  112. nano.bootloader.high_fuses=0xdd
  113. nano.bootloader.extended_fuses=0x00
  114. nano.bootloader.path=atmega
  115. nano.bootloader.file=ATmegaBOOT_168_diecimila.hex
  116. nano.bootloader.unlock_bits=0x3F
  117. nano.bootloader.lock_bits=0x0F
  118.  
  119. nano.build.mcu=atmega168
  120. nano.build.f_cpu=16000000L
  121. nano.build.core=arduino
  122. nano.build.variant=eightanaloginputs
  123.  
  124. ##############################################################
  125.  
  126. mega2560.name=Arduino Mega 2560 or Mega ADK
  127.  
  128. mega2560.upload.protocol=stk500v2
  129. mega2560.upload.maximum_size=258048
  130. mega2560.upload.speed=115200
  131.  
  132. mega2560.bootloader.low_fuses=0xFF
  133. mega2560.bootloader.high_fuses=0xD8
  134. mega2560.bootloader.extended_fuses=0xFD
  135. mega2560.bootloader.path=stk500v2
  136. mega2560.bootloader.file=stk500boot_v2_mega2560.hex
  137. mega2560.bootloader.unlock_bits=0x3F
  138. mega2560.bootloader.lock_bits=0x0F
  139.  
  140. mega2560.build.mcu=atmega2560
  141. mega2560.build.f_cpu=16000000L
  142. mega2560.build.core=arduino
  143. mega2560.build.variant=mega
  144.  
  145. ##############################################################
  146.  
  147. mega.name=Arduino Mega (ATmega1280)
  148.  
  149. mega.upload.protocol=arduino
  150. mega.upload.maximum_size=126976
  151. mega.upload.speed=57600
  152.  
  153. mega.bootloader.low_fuses=0xFF
  154. mega.bootloader.high_fuses=0xDA
  155. mega.bootloader.extended_fuses=0xF5
  156. mega.bootloader.path=atmega
  157. mega.bootloader.file=ATmegaBOOT_168_atmega1280.hex
  158. mega.bootloader.unlock_bits=0x3F
  159. mega.bootloader.lock_bits=0x0F
  160.  
  161. mega.build.mcu=atmega1280
  162. mega.build.f_cpu=16000000L
  163. mega.build.core=arduino
  164. mega.build.variant=mega
  165.  
  166. ##############################################################
  167.  
  168. #leonardo.name=Arduino Leonardo
  169. #leonardo.upload.protocol=arduino
  170. #leonardo.upload.maximum_size=28672
  171. #leonardo.upload.speed=1200
  172. #leonardo.bootloader.low_fuses=0xde
  173. #leonardo.bootloader.high_fuses=0xd8
  174. #leonardo.bootloader.extended_fuses=0xcb
  175. #leonardo.bootloader.path=diskloader
  176. #leonardo.bootloader.file=DiskLoader-Leonardo.hex
  177. #leonardo.bootloader.unlock_bits=0x3F
  178. #leonardo.bootloader.lock_bits=0x2F
  179. #leonardo.build.mcu=atmega32u4
  180. #leonardo.build.f_cpu=16000000L
  181. #leonardo.build.core=arduino
  182. #leonardo.build.variant=leonardo
  183.  
  184. ##############################################################
  185.  
  186. #micro.name=Arduino Micro
  187. #micro.upload.protocol=arduino
  188. #micro.upload.maximum_size=30720
  189. #micro.upload.speed=1200
  190. #micro.bootloader.low_fuses=0xde
  191. #micro.bootloader.high_fuses=0xda
  192. #micro.bootloader.extended_fuses=0xcb
  193. #micro.bootloader.path=diskloader
  194. #micro.bootloader.file=DiskLoader-Micro.hex
  195. #micro.bootloader.unlock_bits=0x3F
  196. #micro.bootloader.lock_bits=0x2F
  197. #micro.build.mcu=atmega32u4
  198. #micro.build.f_cpu=16000000L
  199. #micro.build.core=arduino
  200. #micro.build.variant=micro
  201.  
  202. ##############################################################
  203.  
  204. mini328.name=Arduino Mini w/ ATmega328
  205.  
  206. mini328.upload.protocol=stk500
  207. mini328.upload.maximum_size=28672
  208. mini328.upload.speed=115200
  209.  
  210. mini328.bootloader.low_fuses=0xff
  211. mini328.bootloader.high_fuses=0xd8
  212. mini328.bootloader.extended_fuses=0x05
  213. mini328.bootloader.path=optiboot
  214. mini328.bootloader.file=optiboot_atmega328-Mini.hex
  215. mini328.bootloader.unlock_bits=0x3F
  216. mini328.bootloader.lock_bits=0x0F
  217.  
  218. mini328.build.mcu=atmega328p
  219. mini328.build.f_cpu=16000000L
  220. mini328.build.core=arduino
  221. mini328.build.variant=eightanaloginputs
  222.  
  223. ##############################################################
  224.  
  225. mini.name=Arduino Mini w/ ATmega168
  226.  
  227. mini.upload.protocol=arduino
  228. mini.upload.maximum_size=14336
  229. mini.upload.speed=19200
  230.  
  231. mini.bootloader.low_fuses=0xff
  232. mini.bootloader.high_fuses=0xdd
  233. mini.bootloader.extended_fuses=0x00
  234. mini.bootloader.path=atmega
  235. mini.bootloader.file=ATmegaBOOT_168_ng.hex
  236. mini.bootloader.unlock_bits=0x3F
  237. mini.bootloader.lock_bits=0x0F
  238.  
  239. mini.build.mcu=atmega168
  240. mini.build.f_cpu=16000000L
  241. mini.build.core=arduino
  242. mini.build.variant=eightanaloginputs
  243.  
  244. ##############################################################
  245.  
  246. ethernet.name=Arduino Ethernet
  247.  
  248. ethernet.upload.protocol=arduino
  249. ethernet.upload.maximum_size=32256
  250. ethernet.upload.speed=115200
  251.  
  252. ethernet.bootloader.low_fuses=0xff
  253. ethernet.bootloader.high_fuses=0xde
  254. ethernet.bootloader.extended_fuses=0x05
  255. ethernet.bootloader.path=optiboot
  256. ethernet.bootloader.file=optiboot_atmega328.hex
  257. ethernet.bootloader.unlock_bits=0x3F
  258. ethernet.bootloader.lock_bits=0x0F
  259.  
  260. ethernet.build.variant=standard
  261. ethernet.build.mcu=atmega328p
  262. ethernet.build.f_cpu=16000000L
  263. ethernet.build.core=arduino
  264.  
  265. ##############################################################
  266.  
  267. fio.name=Arduino Fio
  268.  
  269. fio.upload.protocol=arduino
  270. fio.upload.maximum_size=30720
  271. fio.upload.speed=57600
  272.  
  273. fio.bootloader.low_fuses=0xFF
  274. fio.bootloader.high_fuses=0xDA
  275. fio.bootloader.extended_fuses=0x05
  276. fio.bootloader.path=arduino:atmega
  277. fio.bootloader.file=ATmegaBOOT_168_atmega328_pro_8MHz.hex
  278. fio.bootloader.unlock_bits=0x3F
  279. fio.bootloader.lock_bits=0x0F
  280.  
  281. fio.build.mcu=atmega328p
  282. fio.build.f_cpu=8000000L
  283. fio.build.core=arduino
  284. fio.build.variant=eightanaloginputs
  285.  
  286. ##############################################################
  287.  
  288. bt328.name=Arduino BT w/ ATmega328
  289.  
  290. bt328.upload.protocol=arduino
  291. bt328.upload.maximum_size=28672
  292. bt328.upload.speed=19200
  293. bt328.upload.disable_flushing=true
  294.  
  295. bt328.bootloader.low_fuses=0xff
  296. bt328.bootloader.high_fuses=0xd8
  297. bt328.bootloader.extended_fuses=0x05
  298. bt328.bootloader.path=bt
  299. bt328.bootloader.file=ATmegaBOOT_168_atmega328_bt.hex
  300. bt328.bootloader.unlock_bits=0x3F
  301. bt328.bootloader.lock_bits=0x0F
  302.  
  303. bt328.build.mcu=atmega328p
  304. bt328.build.f_cpu=16000000L
  305. bt328.build.core=arduino
  306. bt328.build.variant=eightanaloginputs
  307.  
  308. ##############################################################
  309.  
  310. bt.name=Arduino BT w/ ATmega168
  311.  
  312. bt.upload.protocol=arduino
  313. bt.upload.maximum_size=14336
  314. bt.upload.speed=19200
  315. bt.upload.disable_flushing=true
  316.  
  317. bt.bootloader.low_fuses=0xff
  318. bt.bootloader.high_fuses=0xdd
  319. bt.bootloader.extended_fuses=0x00
  320. bt.bootloader.path=bt
  321. bt.bootloader.file=ATmegaBOOT_168.hex
  322. bt.bootloader.unlock_bits=0x3F
  323. bt.bootloader.lock_bits=0x0F
  324.  
  325. bt.build.mcu=atmega168
  326. bt.build.f_cpu=16000000L
  327. bt.build.core=arduino
  328. bt.build.variant=eightanaloginputs
  329.  
  330. ##############################################################
  331.  
  332. lilypad328.name=LilyPad Arduino w/ ATmega328
  333.  
  334. lilypad328.upload.protocol=arduino
  335. lilypad328.upload.maximum_size=30720
  336. lilypad328.upload.speed=57600
  337.  
  338. lilypad328.bootloader.low_fuses=0xFF
  339. lilypad328.bootloader.high_fuses=0xDA
  340. lilypad328.bootloader.extended_fuses=0x05
  341. lilypad328.bootloader.path=atmega
  342. lilypad328.bootloader.file=ATmegaBOOT_168_atmega328_pro_8MHz.hex
  343. lilypad328.bootloader.unlock_bits=0x3F
  344. lilypad328.bootloader.lock_bits=0x0F
  345.  
  346. lilypad328.build.mcu=atmega328p
  347. lilypad328.build.f_cpu=8000000L
  348. lilypad328.build.core=arduino
  349. lilypad328.build.variant=standard
  350.  
  351. ##############################################################
  352.  
  353. lilypad.name=LilyPad Arduino w/ ATmega168
  354.  
  355. lilypad.upload.protocol=arduino
  356. lilypad.upload.maximum_size=14336
  357. lilypad.upload.speed=19200
  358.  
  359. lilypad.bootloader.low_fuses=0xe2
  360. lilypad.bootloader.high_fuses=0xdd
  361. lilypad.bootloader.extended_fuses=0x00
  362. lilypad.bootloader.path=lilypad
  363. lilypad.bootloader.file=LilyPadBOOT_168.hex
  364. lilypad.bootloader.unlock_bits=0x3F
  365. lilypad.bootloader.lock_bits=0x0F
  366.  
  367. lilypad.build.mcu=atmega168
  368. lilypad.build.f_cpu=8000000L
  369. lilypad.build.core=arduino
  370. lilypad.build.variant=standard
  371.  
  372. ##############################################################
  373.  
  374. pro5v328.name=Arduino Pro or Pro Mini (5V, 16 MHz) w/ ATmega328
  375.  
  376. pro5v328.upload.protocol=arduino
  377. pro5v328.upload.maximum_size=30720
  378. pro5v328.upload.speed=57600
  379.  
  380. pro5v328.bootloader.low_fuses=0xFF
  381. pro5v328.bootloader.high_fuses=0xDA
  382. pro5v328.bootloader.extended_fuses=0x05
  383. pro5v328.bootloader.path=atmega
  384. pro5v328.bootloader.file=ATmegaBOOT_168_atmega328.hex
  385. pro5v328.bootloader.unlock_bits=0x3F
  386. pro5v328.bootloader.lock_bits=0x0F
  387.  
  388. pro5v328.build.mcu=atmega328p
  389. pro5v328.build.f_cpu=16000000L
  390. pro5v328.build.core=arduino
  391. pro5v328.build.variant=standard
  392.  
  393. ##############################################################
  394.  
  395. pro5v.name=Arduino Pro or Pro Mini (5V, 16 MHz) w/ ATmega168
  396.  
  397. pro5v.upload.protocol=arduino
  398. pro5v.upload.maximum_size=14336
  399. pro5v.upload.speed=19200
  400.  
  401. pro5v.bootloader.low_fuses=0xff
  402. pro5v.bootloader.high_fuses=0xdd
  403. pro5v.bootloader.extended_fuses=0x00
  404. pro5v.bootloader.path=atmega
  405. pro5v.bootloader.file=ATmegaBOOT_168_diecimila.hex
  406. pro5v.bootloader.unlock_bits=0x3F
  407. pro5v.bootloader.lock_bits=0x0F
  408.  
  409. pro5v.build.mcu=atmega168
  410. pro5v.build.f_cpu=16000000L
  411. pro5v.build.core=arduino
  412. pro5v.build.variant=standard
  413.  
  414. ##############################################################
  415.  
  416. pro328.name=Arduino Pro or Pro Mini (3.3V, 8 MHz) w/ ATmega328
  417.  
  418. pro328.upload.protocol=arduino
  419. pro328.upload.maximum_size=30720
  420. pro328.upload.speed=57600
  421.  
  422. pro328.bootloader.low_fuses=0xFF
  423. pro328.bootloader.high_fuses=0xDA
  424. pro328.bootloader.extended_fuses=0x05
  425. pro328.bootloader.path=atmega
  426. pro328.bootloader.file=ATmegaBOOT_168_atmega328_pro_8MHz.hex
  427. pro328.bootloader.unlock_bits=0x3F
  428. pro328.bootloader.lock_bits=0x0F
  429.  
  430. pro328.build.mcu=atmega328p
  431. pro328.build.f_cpu=8000000L
  432. pro328.build.core=arduino
  433. pro328.build.variant=standard
  434.  
  435. ##############################################################
  436.  
  437. pro.name=Arduino Pro or Pro Mini (3.3V, 8 MHz) w/ ATmega168
  438.  
  439. pro.upload.protocol=arduino
  440. pro.upload.maximum_size=14336
  441. pro.upload.speed=19200
  442.  
  443. pro.bootloader.low_fuses=0xc6
  444. pro.bootloader.high_fuses=0xdd
  445. pro.bootloader.extended_fuses=0x00
  446. pro.bootloader.path=atmega
  447. pro.bootloader.file=ATmegaBOOT_168_pro_8MHz.hex
  448. pro.bootloader.unlock_bits=0x3F
  449. pro.bootloader.lock_bits=0x0F
  450.  
  451. pro.build.mcu=atmega168
  452. pro.build.f_cpu=8000000L
  453. pro.build.core=arduino
  454. pro.build.variant=standard
  455.  
  456. ##############################################################
  457.  
  458. atmega168.name=Arduino NG or older w/ ATmega168
  459.  
  460. atmega168.upload.protocol=arduino
  461. atmega168.upload.maximum_size=14336
  462. atmega168.upload.speed=19200
  463.  
  464. atmega168.bootloader.low_fuses=0xff
  465. atmega168.bootloader.high_fuses=0xdd
  466. atmega168.bootloader.extended_fuses=0x00
  467. atmega168.bootloader.path=atmega
  468. atmega168.bootloader.file=ATmegaBOOT_168_ng.hex
  469. atmega168.bootloader.unlock_bits=0x3F
  470. atmega168.bootloader.lock_bits=0x0F
  471.  
  472. atmega168.build.mcu=atmega168
  473. atmega168.build.f_cpu=16000000L
  474. atmega168.build.core=arduino
  475. atmega168.build.variant=standard
  476.  
  477. ##############################################################
  478.  
  479. atmega8.name=Arduino NG or older w/ ATmega8
  480.  
  481. atmega8.upload.protocol=arduino
  482. atmega8.upload.maximum_size=7168
  483. atmega8.upload.speed=19200
  484.  
  485. atmega8.bootloader.low_fuses=0xdf
  486. atmega8.bootloader.high_fuses=0xca
  487. atmega8.bootloader.path=atmega8
  488. atmega8.bootloader.file=ATmegaBOOT.hex
  489. atmega8.bootloader.unlock_bits=0x3F
  490. atmega8.bootloader.lock_bits=0x0F
  491.  
  492. atmega8.build.mcu=atmega8
  493. atmega8.build.f_cpu=16000000L
  494. atmega8.build.core=arduino
  495. atmega8.build.variant=standard
Advertisement
Add Comment
Please, Sign In to add comment