From b9e89a53783097b5c4880827ef93f886388ef5fd Mon Sep 17 00:00:00 2001 From: Andrew <18502096+classicrocker883@users.noreply.github.com> Date: Fri, 14 Nov 2025 20:11:00 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20Fix=20NeoPixel=20for=20stm32f1-m?= =?UTF-8?q?aple=20(#28128)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ini/stm32f1-maple.ini | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ini/stm32f1-maple.ini b/ini/stm32f1-maple.ini index 304102351d..f6c8b8da56 100644 --- a/ini/stm32f1-maple.ini +++ b/ini/stm32f1-maple.ini @@ -42,6 +42,7 @@ extra_scripts = ${common.extra_scripts} custom_marlin.HAS_SPI_TFT = build_src_filter=+ custom_marlin.HAS_TFT_XPT2046 = build_src_filter=+ custom_marlin.HAS_FSMC_TFT = build_src_filter=+ +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]