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.

samd51.ini 836B

1234567891011121314151617181920212223242526
  1. #
  2. # Marlin Firmware
  3. # PlatformIO Configuration File
  4. #
  5. #################################
  6. # #
  7. # SAMD51 Architecture #
  8. # #
  9. #################################
  10. #
  11. # Adafruit Grand Central M4 (Atmel SAMD51P20A ARM Cortex-M4)
  12. #
  13. [env:SAMD51_grandcentral_m4]
  14. platform = atmelsam
  15. board = adafruit_grandcentral_m4
  16. build_flags = ${common.build_flags} -std=gnu++17
  17. build_unflags = -std=gnu++11
  18. build_src_filter = ${common.default_src_filter} +<src/HAL/SAMD51>
  19. lib_deps = ${common.lib_deps}
  20. SoftwareSerialM
  21. extra_scripts = ${common.extra_scripts}
  22. pre:buildroot/share/PlatformIO/scripts/SAMD51_grandcentral_m4.py
  23. custom_marlin.SDSUPPORT = SdFat - Adafruit Fork, Adafruit SPIFlash
  24. debug_tool = jlink