Add a PlatformIO environment for Malyan M200
This commit is contained in:
parent
ad58b626a3
commit
73022d3119
@ -282,3 +282,24 @@ lib_deps = ${common.lib_deps}
|
|||||||
lib_ignore = Adafruit NeoPixel
|
lib_ignore = Adafruit NeoPixel
|
||||||
src_filter = ${common.default_src_filter}
|
src_filter = ${common.default_src_filter}
|
||||||
monitor_baud = 250000
|
monitor_baud = 250000
|
||||||
|
|
||||||
|
[env:malyanm200]
|
||||||
|
platform = ststm32
|
||||||
|
framework = arduino
|
||||||
|
board = malyanM200
|
||||||
|
build_flags = !python Marlin/src/HAL/HAL_STM32F1/stm32f1_flag_script.py -DMCU_STM32F103CB -D __STM32F1__=1 -std=c++1y -D MOTHERBOARD="BOARD_MALYAN_M200" -DSERIAL_USB -ffunction-sections -fdata-sections -Wl,--gc-sections
|
||||||
|
src_filter = ${common.default_src_filter}
|
||||||
|
#-<frameworks>
|
||||||
|
lib_ignore =
|
||||||
|
U8glib
|
||||||
|
LiquidCrystal_I2C
|
||||||
|
LiquidCrystal
|
||||||
|
NewliquidCrystal
|
||||||
|
LiquidTWI2
|
||||||
|
Adafruit NeoPixel
|
||||||
|
TMC2130Stepper
|
||||||
|
Servo(STM32F1)
|
||||||
|
TMC26XStepper
|
||||||
|
U8glib-HAL
|
||||||
|
TMC2208Stepper
|
||||||
|
c1921b4
|
||||||
|
Loading…
Reference in New Issue
Block a user