mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-22 17:52:57 +00:00
🔨 Servo Timer 1 with STM32F103RC_fysetc (#25741)
This commit is contained in:
parent
a9c476c55e
commit
f48467b2e3
3 changed files with 19 additions and 2 deletions
16
buildroot/tests/STM32F103RC_fysetc
Executable file
16
buildroot/tests/STM32F103RC_fysetc
Executable file
|
@ -0,0 +1,16 @@
|
|||
#!/usr/bin/env bash
|
||||
#
|
||||
# Build tests for STM32F103RC_fysetc
|
||||
#
|
||||
|
||||
# exit on first failure
|
||||
set -e
|
||||
|
||||
#
|
||||
# Build with the default configurations
|
||||
#
|
||||
use_example_configs "Creality/Ender-3/FYSETC Cheetah 1.2/BLTouch"
|
||||
exec_test $1 $2 "Ender-3 with Cheetah 1.2 | BLTouch" "$3"
|
||||
|
||||
# clean up
|
||||
restore_configs
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
#
|
||||
# Build tests for STM32F103RC FYSETC
|
||||
# Build tests for STM32F103RC_fysetc_maple
|
||||
#
|
||||
|
||||
# exit on first failure
|
||||
|
@ -10,7 +10,7 @@ set -e
|
|||
# Build with the default configurations
|
||||
#
|
||||
use_example_configs "Creality/Ender-3/FYSETC Cheetah 1.2/base"
|
||||
exec_test $1 $2 "Cheetah 1.2 Configuration" "$3"
|
||||
exec_test $1 $2 "Maple build of Cheetah 1.2 Configuration" "$3"
|
||||
|
||||
# clean up
|
||||
restore_configs
|
||||
|
|
|
@ -371,6 +371,7 @@ extra_scripts = ${stm32_variant.extra_scripts}
|
|||
extends = common_STM32F103RC_variant
|
||||
extra_scripts = ${common_STM32F103RC_variant.extra_scripts}
|
||||
buildroot/share/PlatformIO/scripts/STM32F103RC_fysetc.py
|
||||
build_flags = ${common_STM32F103RC_variant.build_flags} -DTIMER_SERVO=TIM1
|
||||
lib_ldf_mode = chain
|
||||
debug_tool = stlink
|
||||
upload_protocol = serial
|
||||
|
|
Loading…
Reference in a new issue