samd21.ini 909 B

1234567891011121314151617181920212223242526
  1. #
  2. # Marlin Firmware
  3. # PlatformIO Configuration File
  4. #
  5. #################################
  6. # #
  7. # SAMD21 Architecture #
  8. # #
  9. #################################
  10. #
  11. # Adafruit Grand Central M4 (Atmel SAMD51P20A ARM Cortex-M4)
  12. #
  13. [env:SAMD21_minitronics20]
  14. platform = atmelsam
  15. board = minitronics20
  16. build_flags = ${common.build_flags} -std=gnu++17
  17. -DUSBCON -DUSBD_USE_CDC -D__SAMD21__ -DARDUINO_SAMD_MINITRONICS20 -Wno-deprecated-declarations -DU8G_HAL_LINKS -DDEBUG
  18. -IMarlin/src/HAL/SAMD21/u8g
  19. build_unflags = -std=gnu++11
  20. build_src_filter = ${common.default_src_filter} +<src/HAL/SAMD21>
  21. lib_deps = ${common.lib_deps}
  22. extra_scripts = ${common.extra_scripts}
  23. pre:buildroot/share/PlatformIO/scripts/SAMD21_minitronics20.py
  24. debug_tool = atmel-ice