Selaa lähdekoodia

Use modified SoftwareSerialM which works with SKR Pro (#15796)

Jason Smith 5 vuotta sitten
vanhempi
commit
1fe0646d25
1 muutettua tiedostoa jossa 3 lisäystä ja 2 poistoa
  1. 3
    2
      platformio.ini

+ 3
- 2
platformio.ini Näytä tiedosto

@@ -481,14 +481,15 @@ board         = BigTree_SKR_Pro
481 481
 extra_scripts = pre:buildroot/share/PlatformIO/scripts/generic_create_variant.py
482 482
 build_flags   = ${common.build_flags}
483 483
   -DUSBCON -DUSBD_USE_CDC -DUSBD_VID=0x0483 -DUSB_PRODUCT=\"STM32F407ZG\"
484
-  -DTARGET_STM32F4 -DSTM32F407_5ZX -DVECT_TAB_OFFSET=0x8000 -DHAVE_HWSERIAL6
484
+  -DTARGET_STM32F4 -DSTM32F407_5ZX -DVECT_TAB_OFFSET=0x8000 -DHAVE_HWSERIAL6 -DSS_TIMER=4
485 485
 lib_deps      =
486 486
   U8glib-HAL=https://github.com/MarlinFirmware/U8glib-HAL/archive/bugfix.zip
487 487
   LiquidCrystal@1.3.4
488
-  TMCStepper@>=0.5.0,<1.0.0
488
+  TMCStepper@>=0.5.2,<1.0.0
489 489
   Adafruit NeoPixel
490 490
   LiquidTWI2=https://github.com/lincomatic/LiquidTWI2/archive/master.zip
491 491
   Arduino-L6470=https://github.com/ameyer/Arduino-L6470/archive/dev.zip
492
+  SoftwareSerialM=https://github.com/sjasonsmith/SoftwareSerialM/archive/SKR_PRO.zip
492 493
 src_filter    = ${common.default_src_filter} +<src/HAL/HAL_STM32>
493 494
 monitor_speed = 250000
494 495
 

Loading…
Peruuta
Tallenna