My Marlin configs for Fabrikator Mini and CTC i3 Pro B
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

stm32f7.ini 1.5KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. #
  2. # Marlin Firmware
  3. # PlatformIO Configuration File
  4. #
  5. #################################
  6. # #
  7. # STM32F7 Architecture #
  8. # #
  9. #################################
  10. #
  11. # ST NUCLEO-F767ZI Development Board
  12. # This environment is for testing purposes prior to control boards
  13. # being readily available based on STM32F7 MCUs
  14. #
  15. [env:NUCLEO_F767ZI]
  16. platform = ${common_stm32.platform}
  17. extends = common_stm32
  18. board = nucleo_f767zi
  19. build_flags = ${common_stm32.build_flags} -DTIMER_SERIAL=TIM9
  20. #
  21. # REMRAM_V1
  22. #
  23. [env:REMRAM_V1]
  24. platform = ${common_stm32.platform}
  25. extends = common_stm32
  26. board = remram_v1
  27. build_flags = ${common_stm32.build_flags}
  28. #
  29. # BigTreeTech SKR SE BX (STM32H743IIT6 ARM Cortex-M7)
  30. #
  31. [env:BTT_SKR_SE_BX]
  32. platform = ${common_stm32.platform}
  33. platform_packages = ${stm_flash_drive.platform_packages}
  34. extends = common_stm32
  35. board = BTT_SKR_SE_BX
  36. extra_scripts = ${common.extra_scripts}
  37. pre:buildroot/share/PlatformIO/scripts/generic_create_variant.py
  38. build_flags = ${common_stm32.build_flags}
  39. ${stm_flash_drive.build_flags}
  40. -DUSE_USBHOST_HS
  41. -DUSE_USB_HS_IN_FS
  42. #-DUSBD_USE_CDC_MSC
  43. -DVECT_TAB_OFFSET=0x20000
  44. -DHAL_DMA2D_MODULE_ENABLED
  45. -DHAL_LTDC_MODULE_ENABLED
  46. -DHAL_SDRAM_MODULE_ENABLED
  47. -DHAL_QSPI_MODULE_ENABLED
  48. -DHAL_MDMA_MODULE_ENABLED
  49. -DHAL_SD_MODULE_ENABLED
  50. upload_protocol = cmsis-dap
  51. debug_tool = cmsis-dap