mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-08-10 15:25:07 -06:00
Fysetc AIO II / Cheetah STM32F1 (#14407)
This commit is contained in:
parent
8e23e9b16c
commit
8934b32f1b
26 changed files with 14513 additions and 34 deletions
|
@ -274,6 +274,32 @@ lib_ignore = U8glib-HAL
|
|||
src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>
|
||||
monitor_speed = 250000
|
||||
|
||||
#
|
||||
# fysetc_STM32F1
|
||||
#
|
||||
[env:fysetc_STM32F1]
|
||||
platform = ststm32
|
||||
framework = arduino
|
||||
board = genericSTM32F103RC
|
||||
#board_build.core = maple
|
||||
extra_scripts = buildroot/share/PlatformIO/scripts/fysetc_STM32F1.py
|
||||
build_flags = !python Marlin/src/HAL/HAL_STM32F1/STM32F1_flag_script.py
|
||||
${common.build_flags}
|
||||
lib_deps = ${common.lib_deps}
|
||||
lib_ignore =
|
||||
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 = 250000
|
||||
debug_tool = stlink
|
||||
upload_protocol = serial
|
||||
|
||||
#
|
||||
# BIGTREE_SKR_MINI
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue