My Marlin configs for Fabrikator Mini and CTC i3 Pro B
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

123456789101112131415161718192021222324252627282930
  1. #
  2. # Marlin Firmware
  3. # PlatformIO Configuration File
  4. #
  5. #################################
  6. # #
  7. # STM32F7 Architecture #
  8. # #
  9. #################################
  10. #
  11. # ST NUCLEO-F767ZI Development Board
  12. # This environment is for testing purposes prior to control boards
  13. # being readily available based on STM32F7 MCUs
  14. #
  15. [env:NUCLEO_F767ZI]
  16. platform = ${common_stm32.platform}
  17. extends = common_stm32
  18. board = nucleo_f767zi
  19. build_flags = ${common_stm32.build_flags} -DTIMER_SERIAL=TIM9
  20. #
  21. # REMRAM_V1
  22. #
  23. [env:REMRAM_V1]
  24. platform = ${common_stm32.platform}
  25. extends = common_stm32
  26. board = remram_v1
  27. build_flags = ${common_stm32.build_flags}