forked from MarlinFirmware/Marlin
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
π§βπ» Updated toolchain for ststm32@~14.1.0 (MarlinFirmware#25846)
- Loading branch information
1 parent
8684a6d
commit b700910
Showing
3 changed files
with
27 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,14 +49,15 @@ upload_command = dfu-util -a 0 -s 0x08000000:leave -D "$SOURCE" | |
extends = stm32_variant | ||
platform = ststm32@~14.1.0 | ||
platform_packages = framework-arduinoststm32@https://github.com/stm32duino/Arduino_Core_STM32/archive/main.zip | ||
[email protected] | ||
board = marlin_STM32G0B1RE | ||
board_build.offset = 0x2000 | ||
board_upload.offset_address = 0x08002000 | ||
build_flags = ${stm32_variant.build_flags} | ||
-DPIN_SERIAL4_RX=PC_11 -DPIN_SERIAL4_TX=PC_10 | ||
-DSERIAL_RX_BUFFER_SIZE=1024 -DSERIAL_TX_BUFFER_SIZE=1024 | ||
-DTIMER_SERVO=TIM3 -DTIMER_TONE=TIM4 | ||
-DSTEP_TIMER_IRQ_PRIO=0 | ||
-DPIN_SERIAL4_RX=PC_11 -DPIN_SERIAL4_TX=PC_10 | ||
-DSERIAL_RX_BUFFER_SIZE=1024 -DSERIAL_TX_BUFFER_SIZE=1024 | ||
-DTIMER_SERVO=TIM3 -DTIMER_TONE=TIM4 | ||
-DSTEP_TIMER_IRQ_PRIO=0 | ||
upload_protocol = stlink | ||
debug_tool = stlink | ||
|
||
|
@@ -103,15 +104,16 @@ upload_protocol = custom | |
extends = stm32_variant | ||
platform = ststm32@~14.1.0 | ||
platform_packages = framework-arduinoststm32@https://github.com/stm32duino/Arduino_Core_STM32/archive/main.zip | ||
[email protected] | ||
board = marlin_STM32G0B1VE | ||
board_build.offset = 0x2000 | ||
board_upload.offset_address = 0x08002000 | ||
build_flags = ${stm32_variant.build_flags} | ||
-DPIN_SERIAL4_RX=PE_9 -DPIN_SERIAL4_TX=PE_8 | ||
-DPIN_SERIAL5_RX=PE_11 -DPIN_SERIAL5_TX=PE_10 | ||
-DSERIAL_RX_BUFFER_SIZE=1024 -DSERIAL_TX_BUFFER_SIZE=1024 | ||
-DTIMER_SERVO=TIM3 -DTIMER_TONE=TIM4 | ||
-DSTEP_TIMER_IRQ_PRIO=0 | ||
-DPIN_SERIAL4_RX=PE_9 -DPIN_SERIAL4_TX=PE_8 | ||
-DPIN_SERIAL5_RX=PE_11 -DPIN_SERIAL5_TX=PE_10 | ||
-DSERIAL_RX_BUFFER_SIZE=1024 -DSERIAL_TX_BUFFER_SIZE=1024 | ||
-DTIMER_SERVO=TIM3 -DTIMER_TONE=TIM4 | ||
-DSTEP_TIMER_IRQ_PRIO=0 | ||
upload_protocol = stlink | ||
debug_tool = stlink | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters