Skip to content
Snippets Groups Projects
Commit 5ac66b0f authored by Scott Lahteine's avatar Scott Lahteine
Browse files

Rumba in the junga

parent 215b4000
No related branches found
No related tags found
No related merge requests found
......@@ -777,6 +777,12 @@ debug_tool = jlink
[common_rumba32]
platform = ${base_stm32.platform}
extends = base_stm32
build_flags = ${base_stm32.build_flags} -Os
-DSTM32F4xx -DARDUINO_RUMBA32_F446VE -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"RUMBA32_F446VE\""
-DSTM32F446xx "-DUSB_PRODUCT=\"RUMBA32_F446VE\""
-DHAL_PCD_MODULE_ENABLED
-DDISABLE_GENERIC_SERIALUSB
-DHAL_UART_MODULE_ENABLED
board = rumba32_f446ve
upload_protocol = dfu
monitor_speed = 500000
......@@ -784,11 +790,10 @@ monitor_speed = 500000
#
# RUMBA32 F446VE
#
[env:rumba32_f446ve]
platform = ${common_rumba32.platform}
extends = common_rumba32
build_flags = ${base_stm32.build_flags} -DUSBD_VID=0x0483
build_flags = ${common_rumba32.build_flags} -DUSBD_VID=0x0483
#
# MKS RUMBA32 (adds TMC2208/2209 UART interface and AUX-1)
......@@ -796,7 +801,7 @@ build_flags = ${base_stm32.build_flags} -DUSBD_VID=0x0483
[env:rumba32_mks]
platform = ${common_rumba32.platform}
extends = common_rumba32
build_flags = ${base_stm32.build_flags} -DUSBD_VID=0x8000
build_flags = ${common_rumba32.build_flags} -DUSBD_VID=0x8000
#
# Just print the dependency tree
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment