Advertisement
Guest User

Untitled

a guest
May 11th, 2021
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. ; PlatformIO Project Configuration File
  2. ;
  3. ; Build options: build flags, source filter
  4. ; Upload options: custom upload port, speed and extra flags
  5. ; Library options: dependencies, extra library storages
  6. ; Advanced options: extra scripting
  7. ;
  8. ; Please visit documentation for the other options and examples
  9. ; https://docs.platformio.org/page/projectconf.html
  10.  
  11. [platformio]
  12. default_envs = BIGTREE_SKR_PRO-Sixi3
  13. boards_dir = platformio/boards
  14.  
  15. [env]
  16. framework = arduino
  17. monitor_speed = 57600
  18. ; Serial Monitor options
  19. monitor_flags =
  20. --quiet
  21. --echo
  22. --eol
  23. LF
  24. --filter
  25. colorize
  26. --filter
  27. time
  28. build_flags =
  29. -fmax-errors=5
  30. -g3
  31. -fmerge-all-constants
  32.  
  33. [env:BIGTREE_SKR_PRO-Sixi3]
  34. platform = ststm32@~13.0
  35. board = BigTree_SKR_Pro
  36. board_build.variants_dir = platformio/variants
  37. board_build.variant = BIGTREE_SKR_PRO_1v1
  38. build_unflags = -std=gnu11
  39. build_flags =
  40. {env.build_flags}
  41. -DMACHINE_STYLE=SIXI3
  42. -std=gnu++14
  43. -DHEADER_SKRPRO
  44. -DPIO
  45. -DMOTHERBOARD=BOARD_SKRPRO1_2
  46. -DUSB_PRODUCT=\"STM32F407ZG\"
  47. -DTARGET_STM32F4
  48. -DHAS_TMC2130
  49. -DSTM32F407_5ZX
  50. -DVECT_TAB_OFFSET=0x8000
  51. -DUSBD_USE_CDC_COMPOSITE
  52. -DUSE_USB_FS
  53. -DUSBCON
  54. -DUSBD_USE_CDC
  55. ;-DUSBD_VID=0x0483
  56. -DTIM_IRQ_PRIO=13
  57. ;-DUSE_ALT_SERVO
  58. -DARDUINO_ARCH_STM32F4
  59. upload_protocol = stlink
  60. lib_deps =
  61. #TMC2130Stepper
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement