BigTreeTech SKR Mini v1.1 (#14041)
This commit is contained in:
parent
f30b89953d
commit
b0a4ea79b8
6 changed files with 185 additions and 0 deletions
|
|
@ -272,6 +272,32 @@ lib_ldf_mode = 1
|
|||
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
|
||||
monitor_speed = 250000
|
||||
|
||||
#
|
||||
# BIGTREE_SKR_MINI
|
||||
#
|
||||
[env:BIGTREE_SKR_MINI]
|
||||
platform = ststm32
|
||||
framework = arduino
|
||||
board = genericSTM32F103RC
|
||||
extra_scripts = buildroot/share/PlatformIO/scripts/STM32F1_SKR_MINI.py
|
||||
build_flags = !python Marlin/src/HAL/HAL_STM32F1/STM32F1_flag_script.py
|
||||
${common.build_flags}
|
||||
-g
|
||||
lib_deps = ${common.lib_deps}
|
||||
lib_ignore = U8glib-HAL
|
||||
c1921b4
|
||||
libf3c
|
||||
lib066
|
||||
Adafruit NeoPixel_ID28
|
||||
Adafruit NeoPixel
|
||||
libf3e
|
||||
TMC26XStepper
|
||||
lib_ldf_mode = 1
|
||||
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
|
||||
monitor_speed = 115200
|
||||
upload_protocol = stlink
|
||||
debug_tool = stlink
|
||||
|
||||
#
|
||||
# STM32F4
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue