mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2026-01-03 13:20:32 -07:00
🩹 Fix NeoPixel for stm32f1-maple (#28128)
This commit is contained in:
parent
e2250ce037
commit
b9e89a5378
1 changed files with 5 additions and 5 deletions
|
|
@ -42,6 +42,7 @@ extra_scripts = ${common.extra_scripts}
|
|||
custom_marlin.HAS_SPI_TFT = build_src_filter=+<src/HAL/STM32F1/tft/tft_spi.cpp>
|
||||
custom_marlin.HAS_TFT_XPT2046 = build_src_filter=+<src/HAL/STM32F1/tft/xpt2046.cpp>
|
||||
custom_marlin.HAS_FSMC_TFT = build_src_filter=+<src/HAL/STM32F1/tft/tft_fsmc.cpp>
|
||||
custom_marlin.NEOPIXEL_LED = Adafruit NeoPixel=https://github.com/ccccmagicboy/Adafruit_NeoPixel#meeb_3dp_use
|
||||
|
||||
#
|
||||
# Generic STM32F103RC environment
|
||||
|
|
@ -81,8 +82,7 @@ extra_scripts = ${env:STM32F103RC_maple.extra_scripts}
|
|||
pre:buildroot/share/PlatformIO/scripts/STM32F1_create_variant.py
|
||||
buildroot/share/PlatformIO/scripts/STM32F103RC_MEEB_3DP.py
|
||||
lib_deps = ${env:STM32F103RC_maple.lib_deps}
|
||||
USBComposite for STM32F1@0.91
|
||||
custom_marlin.NEOPIXEL_LED = Adafruit NeoPixel=https://github.com/ccccmagicboy/Adafruit_NeoPixel#meeb_3dp_use
|
||||
USBComposite for STM32F1@1.0.9
|
||||
debug_tool = stlink
|
||||
upload_protocol = dfu
|
||||
|
||||
|
|
@ -115,7 +115,7 @@ monitor_speed = 115200
|
|||
extends = env:STM32F103RC_btt_maple
|
||||
build_flags = ${env:STM32F103RC_btt_maple.build_flags} -DUSE_USB_COMPOSITE
|
||||
lib_deps = ${env:STM32F103RC_btt_maple.lib_deps}
|
||||
USBComposite for STM32F1@0.91
|
||||
USBComposite for STM32F1@1.0.9
|
||||
|
||||
#
|
||||
# Creality 512K (STM32F103RET6)
|
||||
|
|
@ -190,7 +190,7 @@ upload_protocol = stlink
|
|||
extends = env:STM32F103RE_btt_maple
|
||||
build_flags = ${env:STM32F103RE_btt_maple.build_flags} -DUSE_USB_COMPOSITE
|
||||
lib_deps = ${env:STM32F103RE_btt_maple.lib_deps}
|
||||
USBComposite for STM32F1@0.91
|
||||
USBComposite for STM32F1@1.0.9
|
||||
|
||||
#
|
||||
# Geeetech GTM32 (STM32F103VET6)
|
||||
|
|
@ -384,7 +384,7 @@ board_upload.maximum_size = 237568
|
|||
build_flags = ${STM32F1_maple.build_flags}
|
||||
-D__STM32F1__=1 -DDEBUG_LEVEL=0 -DSS_TIMER=4 -DSERIAL_USB
|
||||
lib_deps = ${STM32F1_maple.lib_deps}
|
||||
USBComposite for STM32F1@0.91
|
||||
USBComposite for STM32F1@1.0.9
|
||||
lib_ignore = Adafruit NeoPixel, SPI, SailfishLCD, SailfishRGB_LED, SlowSoftI2CMaster
|
||||
|
||||
[env:STM32F103RC_ZM3E2_USB_maple]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue