-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FR] Rumba32 for PlatformIO #16201
Comments
See #16202 |
MKS has added RUMBA32 to compile Marlin 2.0 by platformio, and passed the test. Compile and download are supported. Can refer to: https://github.com/makerbase-mks/MKS-RUMBA32 |
Does MKS' RUMBA32 board adhere to Aus3D's RUMBA32 specs/work the same? It'd be good to know if it should work exactly like the original or if there are special settings for MKS' version. |
MKS' RUMBA32 only adds TMC2208 / 2209 UART interface circuit on Aus3D RUMBA32 hardware version ,and AUX-1 interface of MKS TFT…… |
That's what PR #16202 was going to add, but RUMBA32 should build with the existing Marlin/Marlin/src/pins/stm32/pins_RUMBA32.h Lines 24 to 25 in 6a514a1
|
This issue is stale because it has been open 30 days with no activity. Remove stale label / comment or this will be closed in 5 days. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Description
To build with PlatformIO for the Rumba32 board.
That everyone can use it.
Feature Workflow
add this to platformio.ini
RUMBA32
[env:rumba32_f446ve]
platform = ststm32
framework = arduino
board = rumba32_f446ve
build_flags = ${common.build_flags}
-DSTM32F4xx
-DARDUINO_RUMBA32_F446VE
-DARDUINO_ARCH_STM32
"-DBOARD_NAME="RUMBA32_F446VE""
-DSTM32F446xx
-DUSBCON
-DUSBD_VID=0x0483
"-DUSB_MANUFACTURER="Unknown""
"-DUSB_PRODUCT="RUMBA32_F446VE""
-DHAL_PCD_MODULE_ENABLED
-DUSBD_USE_CDC
-DDISABLE_GENERIC_SERIALUSB
-DHAL_UART_MODULE_ENABLED
-Os
lib_deps = ${common.lib_deps}
lib_ignore = Adafruit NeoPixel
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32> +<src/HAL/HAL_STM32_F4_F7> -<src/HAL/HAL_STM32_F4_F7/STM32F7>
monitor_speed = 500000
upload_protocol = dfu
Additional Information
thanks to @wap32 who wrote it down.
It just shouldn't go under because of that the FR
The text was updated successfully, but these errors were encountered: