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 805B

12345678910111213141516171819202122232425262728293031323334353637
  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. extends = common_stm32
  27. board = nucleo_f767zi
  28. build_flags = ${common_stm32.build_flags} -DTIMER_SERIAL=TIM9
  29. #
  30. # REMRAM_V1
  31. #
  32. [env:REMRAM_V1]
  33. extends = common_stm32
  34. board = remram_v1