boards.txt 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. ############################################################
  2. atmega644.name=Sanguino W/ ATmega644P
  3. atmega644.upload.protocol=stk500
  4. atmega644.upload.maximum_size=63488
  5. atmega644.upload.speed=57600
  6. atmega644.bootloader.low_fuses=0xFF
  7. atmega644.bootloader.high_fuses=0x9A
  8. atmega644.bootloader.extended_fuses=0xFF
  9. atmega644.bootloader.path=atmega
  10. atmega644.bootloader.file=ATmegaBOOT_168_atmega644p.hex
  11. #atmega644.bootloader.file=ATmegaBOOT_644P.hex
  12. atmega644.bootloader.unlock_bits=0x3F
  13. atmega644.bootloader.lock_bits=0x0F
  14. atmega644.build.mcu=atmega644p
  15. atmega644.build.f_cpu=16000000L
  16. atmega644.build.core=arduino
  17. atmega644.build.variant=standard
  18. ##############################################################
  19. atmega12848m.name=Sanguino W/ ATmega1284p 8mhz
  20. atmega12848m.upload.protocol=stk500
  21. atmega12848m.upload.maximum_size=131072
  22. atmega12848m.upload.speed=19200
  23. atmega1284.bootloader.low_fuses=0xD6
  24. atmega1284.bootloader.high_fuses=0xDA
  25. atmega1284.bootloader.extended_fuses=0xFD
  26. atmega12848m.bootloader.path=atmega
  27. atmega12848m.bootloader.file=ATmegaBOOT_168_atmega1284p_8m.hex
  28. atmega12848m.bootloader.unlock_bits=0x3F
  29. atmega12848m.bootloader.lock_bits=0x0F
  30. atmega12848m.build.mcu=atmega1284p
  31. atmega12848m.build.f_cpu=8000000L
  32. atmega12848m.build.core=arduino
  33. atmega12848m.build.variant=standard
  34. ##############################################################
  35. atmega1284.name=Sanguino W/ ATmega1284p 16mhz
  36. atmega1284.upload.protocol=stk500
  37. atmega1284.upload.maximum_size=131072
  38. atmega1284.upload.speed=57600
  39. atmega1284.bootloader.low_fuses=0xD6
  40. atmega1284.bootloader.high_fuses=0xDA
  41. atmega1284.bootloader.extended_fuses=0xFD
  42. atmega1284.bootloader.path=atmega
  43. atmega1284.bootloader.file=ATmegaBOOT_168_atmega1284p.hex
  44. atmega1284.bootloader.unlock_bits=0x3F
  45. atmega1284.bootloader.lock_bits=0x0F
  46. atmega1284.build.mcu=atmega1284p
  47. atmega1284.build.f_cpu=16000000L
  48. atmega1284.build.core=arduino
  49. atmega1284.build.variant=standard
  50. ##############################################################
  51. atmega1284m.name=Sanguino W/ ATmega1284p 20mhz
  52. atmega1284m.upload.protocol=stk500
  53. atmega1284m.upload.maximum_size=131072
  54. atmega1284m.upload.speed=57600
  55. atmega1284m.bootloader.low_fuses=0xD6
  56. atmega1284m.bootloader.high_fuses=0xDA
  57. atmega1284m.bootloader.extended_fuses=0xFD
  58. atmega1284m.bootloader.path=atmega
  59. atmega1284m.bootloader.file=ATmegaBOOT_168_atmega1284p.hex
  60. atmega1284m.bootloader.unlock_bits=0x3F
  61. atmega1284m.bootloader.lock_bits=0x0F
  62. atmega1284m.build.mcu=atmega1284p
  63. atmega1284m.build.f_cpu=20000000L
  64. atmega1284m.build.core=arduino
  65. atmega1284m.build.variant=standard
  66. #