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 1.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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. atmega12848m.bootloader.low_fuses=0xFD
  24. atmega12848m.bootloader.high_fuses=0x9A
  25. atmega12848m.bootloader.extended_fuses=0xFF
  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=0xFF
  40. atmega1284.bootloader.high_fuses=0x9A
  41. atmega1284.bootloader.extended_fuses=0xFF
  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. #