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.

stm32f7.ini 887B

123456789101112131415161718192021222324252627282930313233343536373839
  1. #
  2. # Marlin Firmware
  3. # PlatformIO Configuration File
  4. #
  5. #################################
  6. #
  7. # STM32F7 Architecture
  8. #
  9. # Naming Example: STM32F767ZIT6
  10. #
  11. # F : Foundation (sometimes High Performance F2/F4)
  12. # 7 : Cortex M7 core (0:M0, 1-2:M3, 3-4:M4, 7:M7)
  13. # 67 : Line/Features
  14. # Z : 144 pins
  15. # I : 4096KB Flash-memory
  16. # T : LQFP package
  17. # 6 : -40...85°C (7: ...105°C)
  18. #
  19. #################################
  20. #
  21. # ST NUCLEO-F767ZI Development Board
  22. # This environment is for testing purposes prior to control boards
  23. # being readily available based on STM32F7 MCUs
  24. #
  25. [env:NUCLEO_F767ZI]
  26. platform = ${common_stm32.platform}
  27. extends = common_stm32
  28. board = nucleo_f767zi
  29. build_flags = ${common_stm32.build_flags} -DTIMER_SERIAL=TIM9
  30. #
  31. # REMRAM_V1
  32. #
  33. [env:REMRAM_V1]
  34. platform = ${common_stm32.platform}
  35. extends = common_stm32
  36. board = remram_v1