Sfoglia il codice sorgente

Target specific nxplpc and ststm32 pio platform versions to fix build (#11506)

Chris Pepper 6 anni fa
parent
commit
b7e15a65e3
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2
    2
      platformio.ini

+ 2
- 2
platformio.ini Vedi File

@@ -150,7 +150,7 @@ monitor_speed = 250000
150 150
 # NXP LPC1768 ARM Cortex-M3
151 151
 #
152 152
 [env:LPC1768]
153
-platform          = nxplpc
153
+platform          = nxplpc@<3.4.0
154 154
 board             = lpc1768
155 155
 board_build.f_cpu = 100000000L
156 156
 # Override default maximum RAM. LPC1768/9 do have 64k, but in 3 blocks (32K, 16K, 16K).
@@ -244,7 +244,7 @@ monitor_speed = 250000
244 244
 # STM32F103RE
245 245
 #
246 246
 [env:STM32F1]
247
-platform      = ststm32
247
+platform      = ststm32@<4.4.0
248 248
 framework     = arduino
249 249
 board         = genericSTM32F103RE
250 250
 build_flags   = !python Marlin/src/HAL/HAL_STM32F1/stm32f1_flag_script.py

Loading…
Annulla
Salva