Clean up PlatformIO lib_ignore (#14988)
Originally from #14832. Users may need to delete platformio work folders before building.
This commit is contained in:
parent
c8e476ad60
commit
d2072f9ace
111
platformio.ini
111
platformio.ini
@ -262,14 +262,7 @@ build_flags = !python Marlin/src/HAL/HAL_STM32F1/STM32F1_flag_script.py
|
|||||||
-DDEBUG_LEVEL=0
|
-DDEBUG_LEVEL=0
|
||||||
build_unflags = -std=gnu++11
|
build_unflags = -std=gnu++11
|
||||||
lib_deps = ${common.lib_deps}
|
lib_deps = ${common.lib_deps}
|
||||||
lib_ignore = U8glib-HAL
|
lib_ignore = U8glib-HAL, TMC26XStepper, Adafruit NeoPixel
|
||||||
TMC26XStepper
|
|
||||||
libf3c
|
|
||||||
lib066
|
|
||||||
Adafruit NeoPixel_ID28
|
|
||||||
Adafruit NeoPixel
|
|
||||||
libf3e
|
|
||||||
#lib_ldf_mode = chain
|
|
||||||
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
|
||||||
monitor_speed = 250000
|
monitor_speed = 250000
|
||||||
|
|
||||||
@ -280,6 +273,8 @@ monitor_speed = 250000
|
|||||||
platform = ststm32
|
platform = ststm32
|
||||||
framework = arduino
|
framework = arduino
|
||||||
board = genericSTM32F103RC
|
board = genericSTM32F103RC
|
||||||
|
#board_build.core = maple
|
||||||
|
platform_packages = tool-stm32duino
|
||||||
extra_scripts = buildroot/share/PlatformIO/scripts/fysetc_STM32F1.py
|
extra_scripts = buildroot/share/PlatformIO/scripts/fysetc_STM32F1.py
|
||||||
build_flags = !python Marlin/src/HAL/HAL_STM32F1/STM32F1_flag_script.py
|
build_flags = !python Marlin/src/HAL/HAL_STM32F1/STM32F1_flag_script.py
|
||||||
${common.build_flags} -std=gnu++14
|
${common.build_flags} -std=gnu++14
|
||||||
@ -287,12 +282,7 @@ build_flags = !python Marlin/src/HAL/HAL_STM32F1/STM32F1_flag_script.py
|
|||||||
build_unflags = -std=gnu++11
|
build_unflags = -std=gnu++11
|
||||||
lib_deps = ${common.lib_deps}
|
lib_deps = ${common.lib_deps}
|
||||||
SoftwareSerialM=https://github.com/FYSETC/SoftwareSerialM/archive/master.zip
|
SoftwareSerialM=https://github.com/FYSETC/SoftwareSerialM/archive/master.zip
|
||||||
lib_ignore = TMC26XStepper
|
lib_ignore = TMC26XStepper, Adafruit NeoPixel
|
||||||
libf3c
|
|
||||||
lib066
|
|
||||||
Adafruit NeoPixel_ID28
|
|
||||||
Adafruit NeoPixel
|
|
||||||
libf3e
|
|
||||||
lib_ldf_mode = chain
|
lib_ldf_mode = chain
|
||||||
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
|
||||||
monitor_speed = 250000
|
monitor_speed = 250000
|
||||||
@ -306,19 +296,14 @@ upload_protocol = serial
|
|||||||
platform = ststm32
|
platform = ststm32
|
||||||
framework = arduino
|
framework = arduino
|
||||||
board = genericSTM32F103RC
|
board = genericSTM32F103RC
|
||||||
|
platform_packages = tool-stm32duino
|
||||||
extra_scripts = buildroot/share/PlatformIO/scripts/STM32F1_SKR_MINI.py
|
extra_scripts = buildroot/share/PlatformIO/scripts/STM32F1_SKR_MINI.py
|
||||||
build_flags = !python Marlin/src/HAL/HAL_STM32F1/STM32F1_flag_script.py
|
build_flags = !python Marlin/src/HAL/HAL_STM32F1/STM32F1_flag_script.py
|
||||||
${common.build_flags} -std=gnu++14
|
${common.build_flags} -std=gnu++14
|
||||||
-DDEBUG_LEVEL=0
|
-DDEBUG_LEVEL=0
|
||||||
build_unflags = -std=gnu++11
|
build_unflags = -std=gnu++11
|
||||||
lib_deps = ${common.lib_deps}
|
lib_deps = ${common.lib_deps}
|
||||||
lib_ignore = TMC26XStepper
|
lib_ignore = TMC26XStepper, Adafruit NeoPixel
|
||||||
libf3c
|
|
||||||
lib066
|
|
||||||
Adafruit NeoPixel_ID28
|
|
||||||
Adafruit NeoPixel
|
|
||||||
libf3e
|
|
||||||
#lib_ldf_mode = chain
|
|
||||||
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
|
||||||
monitor_speed = 115200
|
monitor_speed = 115200
|
||||||
upload_protocol = stlink
|
upload_protocol = stlink
|
||||||
@ -331,10 +316,10 @@ debug_tool = stlink
|
|||||||
platform = ststm32
|
platform = ststm32
|
||||||
framework = arduino
|
framework = arduino
|
||||||
board = disco_f407vg
|
board = disco_f407vg
|
||||||
build_flags = ${common.build_flags} -DUSE_STM32GENERIC -DSTM32GENERIC -DMENU_USB_SERIAL -DMENU_SERIAL=SerialUSB
|
build_flags = ${common.build_flags} -DUSE_STM32GENERIC -DSTM32GENERIC -DSTM32F4 -DMENU_USB_SERIAL -DMENU_SERIAL=SerialUSB
|
||||||
lib_deps = ${common.lib_deps}
|
lib_deps = ${common.lib_deps}
|
||||||
lib_ignore = Adafruit NeoPixel, TMC26XStepper, TMCStepper
|
lib_ignore = Adafruit NeoPixel, TMCStepper, TMC26XStepper
|
||||||
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32_F4_F7> -<src/HAL/HAL_STM32_F4_F7/*> +<src/HAL/HAL_STM32_F4_F7/STM32F4>
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32_F4_F7> -<src/HAL/HAL_STM32_F4_F7/STM32F7>
|
||||||
monitor_speed = 250000
|
monitor_speed = 250000
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -343,11 +328,11 @@ monitor_speed = 250000
|
|||||||
[env:STM32F7]
|
[env:STM32F7]
|
||||||
platform = ststm32
|
platform = ststm32
|
||||||
framework = arduino
|
framework = arduino
|
||||||
board = disco_f765vg
|
board = remram_v1
|
||||||
build_flags = ${common.build_flags} -DUSE_STM32GENERIC -DSTM32GENERIC -DMENU_USB_SERIAL -DMENU_SERIAL=SerialUSB
|
build_flags = ${common.build_flags} -DUSE_STM32GENERIC -DSTM32GENERIC -DSTM32F7 -DMENU_USB_SERIAL -DMENU_SERIAL=SerialUSB
|
||||||
lib_deps = ${common.lib_deps}
|
lib_deps = ${common.lib_deps}
|
||||||
lib_ignore = Adafruit NeoPixel, TMC26XStepper, TMCStepper
|
lib_ignore = Adafruit NeoPixel, TMCStepper, TMC26XStepper
|
||||||
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32_F4_F7> -<src/HAL/HAL_STM32_F4_F7/*> +<src/HAL/HAL_STM32_F4_F7/STM32F7>
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32_F4_F7> -<src/HAL/HAL_STM32_F4_F7/STM32F4>
|
||||||
monitor_speed = 250000
|
monitor_speed = 250000
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -364,7 +349,7 @@ src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32>
|
|||||||
monitor_speed = 250000
|
monitor_speed = 250000
|
||||||
|
|
||||||
#
|
#
|
||||||
# Alfawise U20 (STM32F103VET6)
|
# Longer 3D board in Alfawise U20 (STM32F103VET6)
|
||||||
#
|
#
|
||||||
[env:alfawise_U20]
|
[env:alfawise_U20]
|
||||||
platform = ststm32
|
platform = ststm32
|
||||||
@ -378,12 +363,7 @@ build_flags = !python Marlin/src/HAL/HAL_STM32F1/STM32F1_flag_script.py
|
|||||||
build_unflags = -std=gnu++11 -DCONFIG_MAPLE_MINI_NO_DISABLE_DEBUG=1
|
build_unflags = -std=gnu++11 -DCONFIG_MAPLE_MINI_NO_DISABLE_DEBUG=1
|
||||||
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
|
||||||
lib_deps = ${common.lib_deps}
|
lib_deps = ${common.lib_deps}
|
||||||
lib_ignore = TMC26XStepper
|
lib_ignore = Adafruit NeoPixel, TMC26XStepper
|
||||||
libf3c
|
|
||||||
lib066
|
|
||||||
Adafruit NeoPixel_ID28
|
|
||||||
Adafruit NeoPixel
|
|
||||||
libf3e
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# MKS Robin (STM32F103ZET6)
|
# MKS Robin (STM32F103ZET6)
|
||||||
@ -398,13 +378,7 @@ build_flags = !python Marlin/src/HAL/HAL_STM32F1/STM32F1_flag_script.py
|
|||||||
build_unflags = -std=gnu++11
|
build_unflags = -std=gnu++11
|
||||||
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
|
||||||
lib_deps = ${common.lib_deps}
|
lib_deps = ${common.lib_deps}
|
||||||
lib_ignore = TMC26XStepper
|
lib_ignore = Adafruit NeoPixel, TMC26XStepper
|
||||||
libf3c
|
|
||||||
lib066
|
|
||||||
Adafruit NeoPixel_ID28
|
|
||||||
Adafruit NeoPixel
|
|
||||||
libf3e
|
|
||||||
U8glib-HAL
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# MKS ROBIN LITE/LITE2 (STM32F103RCT6)
|
# MKS ROBIN LITE/LITE2 (STM32F103RCT6)
|
||||||
@ -419,12 +393,7 @@ build_flags = !python Marlin/src/HAL/HAL_STM32F1/STM32F1_flag_script.py
|
|||||||
build_unflags = -std=gnu++11
|
build_unflags = -std=gnu++11
|
||||||
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
|
||||||
lib_deps = ${common.lib_deps}
|
lib_deps = ${common.lib_deps}
|
||||||
lib_ignore = TMC26XStepper
|
lib_ignore = Adafruit NeoPixel, TMC26XStepper
|
||||||
libf3c
|
|
||||||
lib066
|
|
||||||
Adafruit NeoPixel_ID28
|
|
||||||
Adafruit NeoPixel
|
|
||||||
libf3e
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# MKS Robin Mini (STM32F103VET6)
|
# MKS Robin Mini (STM32F103VET6)
|
||||||
@ -439,12 +408,7 @@ build_flags = !python Marlin/src/HAL/HAL_STM32F1/STM32F1_flag_script.py
|
|||||||
build_unflags = -std=gnu++11
|
build_unflags = -std=gnu++11
|
||||||
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
|
||||||
lib_deps = ${common.lib_deps}
|
lib_deps = ${common.lib_deps}
|
||||||
lib_ignore = TMC26XStepper
|
lib_ignore = Adafruit NeoPixel, TMC26XStepper
|
||||||
libf3c
|
|
||||||
lib066
|
|
||||||
Adafruit NeoPixel_ID28
|
|
||||||
Adafruit NeoPixel
|
|
||||||
libf3e
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# MKS Robin Nano (STM32F103VET6)
|
# MKS Robin Nano (STM32F103VET6)
|
||||||
@ -459,12 +423,7 @@ build_flags = !python Marlin/src/HAL/HAL_STM32F1/STM32F1_flag_script.py
|
|||||||
build_unflags = -std=gnu++11
|
build_unflags = -std=gnu++11
|
||||||
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
|
||||||
lib_deps = ${common.lib_deps}
|
lib_deps = ${common.lib_deps}
|
||||||
lib_ignore = TMC26XStepper
|
lib_ignore = Adafruit NeoPixel, TMC26XStepper
|
||||||
libf3c
|
|
||||||
lib066
|
|
||||||
Adafruit NeoPixel_ID28
|
|
||||||
Adafruit NeoPixel
|
|
||||||
libf3e
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# JGAurora A5S A1 (STM32F103ZET6)
|
# JGAurora A5S A1 (STM32F103ZET6)
|
||||||
@ -479,12 +438,7 @@ build_flags = !python Marlin/src/HAL/HAL_STM32F1/STM32F1_flag_script.py
|
|||||||
build_unflags = -std=gnu++11
|
build_unflags = -std=gnu++11
|
||||||
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
|
||||||
lib_deps = ${common.lib_deps}
|
lib_deps = ${common.lib_deps}
|
||||||
lib_ignore = TMC26XStepper
|
lib_ignore = Adafruit NeoPixel, TMC26XStepper
|
||||||
libf3c
|
|
||||||
lib066
|
|
||||||
Adafruit NeoPixel_ID28
|
|
||||||
Adafruit NeoPixel
|
|
||||||
libf3e
|
|
||||||
monitor_speed = 250000
|
monitor_speed = 250000
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -498,14 +452,14 @@ framework = arduino
|
|||||||
board = blackSTM32F407VET6
|
board = blackSTM32F407VET6
|
||||||
extra_scripts = pre:buildroot/share/PlatformIO/scripts/black_stm32f407vet6.py
|
extra_scripts = pre:buildroot/share/PlatformIO/scripts/black_stm32f407vet6.py
|
||||||
build_flags = ${common.build_flags}
|
build_flags = ${common.build_flags}
|
||||||
-DUSBCON -DUSBD_USE_CDC -DUSBD_VID=0x0483 -DUSB_PRODUCT=\"BLACK_F407VE\"
|
-DSTM32F4 -DUSBCON -DUSBD_USE_CDC -DUSBD_VID=0x0483 -DUSB_PRODUCT=\"BLACK_F407VE\"
|
||||||
lib_deps = ${common.lib_deps}
|
lib_deps = ${common.lib_deps}
|
||||||
lib_ignore = Adafruit NeoPixel, TMC26XStepper, TMCStepper, SailfishLCD, SailfishRGB_LED, SlowSoftI2CMaster
|
lib_ignore = Adafruit NeoPixel, TMCStepper, TMC26XStepper, SailfishLCD, SailfishRGB_LED, SlowSoftI2CMaster
|
||||||
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32>
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32>
|
||||||
monitor_speed = 250000
|
monitor_speed = 250000
|
||||||
|
|
||||||
#
|
#
|
||||||
# BIGTREE_SKR_PRO (STM32F407ZGT6 ARM Cortex-M4)
|
# Bigtreetech SKR Pro (STM32F407ZGT6 ARM Cortex-M4)
|
||||||
#
|
#
|
||||||
[env:BIGTREE_SKR_PRO]
|
[env:BIGTREE_SKR_PRO]
|
||||||
platform = ststm32@5.4.3
|
platform = ststm32@5.4.3
|
||||||
@ -557,16 +511,7 @@ build_flags = !python Marlin/src/HAL/HAL_STM32F1/STM32F1_flag_script.py -DMCU_ST
|
|||||||
-DDEBUG_LEVEL=0
|
-DDEBUG_LEVEL=0
|
||||||
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
|
||||||
#-<frameworks>
|
#-<frameworks>
|
||||||
lib_ignore = Adafruit NeoPixel
|
lib_ignore = Adafruit NeoPixel, LiquidCrystal, LiquidTWI2, TMCStepper, TMC26XStepper, U8glib-HAL
|
||||||
U8glib
|
|
||||||
LiquidCrystal_I2C
|
|
||||||
LiquidCrystal
|
|
||||||
NewliquidCrystal
|
|
||||||
LiquidTWI2
|
|
||||||
TMC26XStepper
|
|
||||||
TMCStepper
|
|
||||||
Servo(STM32F1)
|
|
||||||
U8glib-HAL
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Espressif ESP32
|
# Espressif ESP32
|
||||||
@ -581,13 +526,7 @@ upload_port = /dev/ttyUSB0
|
|||||||
lib_deps =
|
lib_deps =
|
||||||
AsyncTCP=https://github.com/me-no-dev/AsyncTCP/archive/master.zip
|
AsyncTCP=https://github.com/me-no-dev/AsyncTCP/archive/master.zip
|
||||||
ESPAsyncWebServer=https://github.com/me-no-dev/ESPAsyncWebServer/archive/master.zip
|
ESPAsyncWebServer=https://github.com/me-no-dev/ESPAsyncWebServer/archive/master.zip
|
||||||
lib_ignore = TMC26XStepper
|
lib_ignore = TMC26XStepper, LiquidCrystal, LiquidTWI2, SailfishLCD, SailfishRGB_LED
|
||||||
LiquidCrystal_I2C
|
|
||||||
LiquidCrystal
|
|
||||||
NewliquidCrystal
|
|
||||||
LiquidTWI2
|
|
||||||
SailfishLCD
|
|
||||||
SailfishRGB_LED
|
|
||||||
src_filter = ${common.default_src_filter} +<src/HAL/HAL_ESP32>
|
src_filter = ${common.default_src_filter} +<src/HAL/HAL_ESP32>
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user