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.

stm32h7.ini 1.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. #
  2. # Marlin Firmware
  3. # PlatformIO Configuration File
  4. #
  5. #################################
  6. #
  7. # STM32H7 Architecture
  8. #
  9. # Naming Example: STM32H743IIT6
  10. #
  11. # H : High Performance
  12. # 7 : Cortex M7 core
  13. # 43 : Line/Features
  14. # I : 176 pins
  15. # I : 2048KB Flash-memory
  16. # T : LQFP package
  17. # 6 : -40...85°C (7: ...105°C)
  18. #
  19. #################################
  20. #
  21. # BigTreeTech SKR SE BX (STM32H743IIT6 ARM Cortex-M7)
  22. #
  23. [env:BTT_SKR_SE_BX]
  24. platform = ${common_stm32.platform}
  25. extends = stm32_variant
  26. platform_packages = ${stm_flash_drive.platform_packages}
  27. board = marlin_BTT_SKR_SE_BX
  28. board_build.offset = 0x20000
  29. build_flags = ${stm32_variant.build_flags} ${stm_flash_drive.build_flags}
  30. -DUSE_USBHOST_HS
  31. -DUSE_USB_HS_IN_FS
  32. -DHAL_DMA2D_MODULE_ENABLED
  33. -DHAL_LTDC_MODULE_ENABLED
  34. -DHAL_SDRAM_MODULE_ENABLED
  35. -DHAL_QSPI_MODULE_ENABLED
  36. -DHAL_MDMA_MODULE_ENABLED
  37. -DHAL_SD_MODULE_ENABLED
  38. upload_protocol = cmsis-dap
  39. debug_tool = cmsis-dap