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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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
  37. build_flags = ${common_stm32.build_flags}
  38. #
  39. # BigTreeTech SKR SE BX (STM32H743IIT6 ARM Cortex-M7)
  40. #
  41. [env:BTT_SKR_SE_BX]
  42. platform = ${common_stm32.platform}
  43. platform_packages = ${stm_flash_drive.platform_packages}
  44. extends = common_stm32
  45. board = BTT_SKR_SE_BX
  46. extra_scripts = ${common.extra_scripts}
  47. pre:buildroot/share/PlatformIO/scripts/generic_create_variant.py
  48. build_flags = ${common_stm32.build_flags}
  49. ${stm_flash_drive.build_flags}
  50. -DUSE_USBHOST_HS
  51. -DUSE_USB_HS_IN_FS
  52. #-DUSBD_USE_CDC_MSC
  53. -DVECT_TAB_OFFSET=0x20000
  54. -DHAL_DMA2D_MODULE_ENABLED
  55. -DHAL_LTDC_MODULE_ENABLED
  56. -DHAL_SDRAM_MODULE_ENABLED
  57. -DHAL_QSPI_MODULE_ENABLED
  58. -DHAL_MDMA_MODULE_ENABLED
  59. -DHAL_SD_MODULE_ENABLED
  60. upload_protocol = cmsis-dap
  61. debug_tool = cmsis-dap