My Marlin configs for Fabrikator Mini and CTC i3 Pro B
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

boards.txt 2.9KB

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