瀏覽代碼

Stay at v0.91 of USBComposite for STM32F1

Scott Lahteine 4 年之前
父節點
當前提交
1674df00b1
共有 1 個檔案被更改,包括 4 行新增0 行删除
  1. 4
    0
      platformio.ini

+ 4
- 0
platformio.ini 查看文件

@@ -301,6 +301,7 @@ extra_scripts     = buildroot/share/PlatformIO/scripts/STM32F103RC_SKR_MINI.py
301 301
 src_filter        = ${common.default_src_filter} +<src/HAL/STM32F1>
302 302
 lib_deps          = ${common.lib_deps}
303 303
   SoftwareSerialM=https://github.com/FYSETC/SoftwareSerialM/archive/master.zip
304
+  USBComposite_stm32f1@==0.91
304 305
 lib_ignore        = Adafruit NeoPixel, SPI
305 306
 monitor_speed     = 115200
306 307
 
@@ -315,6 +316,7 @@ extra_scripts     = buildroot/share/PlatformIO/scripts/STM32F103RC_SKR_MINI.py
315 316
 src_filter        = ${common.default_src_filter} +<src/HAL/STM32F1>
316 317
 lib_deps          = ${common.lib_deps}
317 318
   SoftwareSerialM=https://github.com/FYSETC/SoftwareSerialM/archive/master.zip
319
+  USBComposite_stm32f1@==0.91
318 320
 lib_ignore        = Adafruit NeoPixel, SPI
319 321
 monitor_speed     = 115200
320 322
 
@@ -330,6 +332,7 @@ extra_scripts     = buildroot/share/PlatformIO/scripts/STM32F103RC_SKR_MINI.py
330 332
 src_filter        = ${common.default_src_filter} +<src/HAL/STM32F1>
331 333
 lib_deps          = ${common.lib_deps}
332 334
   SoftwareSerialM=https://github.com/FYSETC/SoftwareSerialM/archive/master.zip
335
+  USBComposite_stm32f1@==0.91
333 336
 lib_ignore        = Adafruit NeoPixel, SPI
334 337
 monitor_speed     = 115200
335 338
 
@@ -345,6 +348,7 @@ extra_scripts     = buildroot/share/PlatformIO/scripts/STM32F103RC_SKR_MINI.py
345 348
 src_filter        = ${common.default_src_filter} +<src/HAL/STM32F1>
346 349
 lib_deps          = ${common.lib_deps}
347 350
   SoftwareSerialM=https://github.com/FYSETC/SoftwareSerialM/archive/master.zip
351
+  USBComposite_stm32f1@==0.91
348 352
 lib_ignore        = Adafruit NeoPixel, SPI
349 353
 monitor_speed     = 115200
350 354
 

Loading…
取消
儲存