|
@@ -777,6 +777,12 @@ debug_tool = jlink
|
777
|
777
|
[common_rumba32]
|
778
|
778
|
platform = ${base_stm32.platform}
|
779
|
779
|
extends = base_stm32
|
|
780
|
+build_flags = ${base_stm32.build_flags} -Os
|
|
781
|
+ -DSTM32F4xx -DARDUINO_RUMBA32_F446VE -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"RUMBA32_F446VE\""
|
|
782
|
+ -DSTM32F446xx "-DUSB_PRODUCT=\"RUMBA32_F446VE\""
|
|
783
|
+ -DHAL_PCD_MODULE_ENABLED
|
|
784
|
+ -DDISABLE_GENERIC_SERIALUSB
|
|
785
|
+ -DHAL_UART_MODULE_ENABLED
|
780
|
786
|
board = rumba32_f446ve
|
781
|
787
|
upload_protocol = dfu
|
782
|
788
|
monitor_speed = 500000
|
|
@@ -784,11 +790,10 @@ monitor_speed = 500000
|
784
|
790
|
#
|
785
|
791
|
# RUMBA32 F446VE
|
786
|
792
|
#
|
787
|
|
-
|
788
|
793
|
[env:rumba32_f446ve]
|
789
|
794
|
platform = ${common_rumba32.platform}
|
790
|
795
|
extends = common_rumba32
|
791
|
|
-build_flags = ${base_stm32.build_flags} -DUSBD_VID=0x0483
|
|
796
|
+build_flags = ${common_rumba32.build_flags} -DUSBD_VID=0x0483
|
792
|
797
|
|
793
|
798
|
#
|
794
|
799
|
# MKS RUMBA32 (adds TMC2208/2209 UART interface and AUX-1)
|
|
@@ -796,7 +801,7 @@ build_flags = ${base_stm32.build_flags} -DUSBD_VID=0x0483
|
796
|
801
|
[env:rumba32_mks]
|
797
|
802
|
platform = ${common_rumba32.platform}
|
798
|
803
|
extends = common_rumba32
|
799
|
|
-build_flags = ${base_stm32.build_flags} -DUSBD_VID=0x8000
|
|
804
|
+build_flags = ${common_rumba32.build_flags} -DUSBD_VID=0x8000
|
800
|
805
|
|
801
|
806
|
#
|
802
|
807
|
# Just print the dependency tree
|