My Marlin configs for Fabrikator Mini and CTC i3 Pro B
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

stm32f7.ini 858B

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