|
@@ -282,3 +282,24 @@ lib_deps = ${common.lib_deps}
|
282
|
282
|
lib_ignore = Adafruit NeoPixel
|
283
|
283
|
src_filter = ${common.default_src_filter}
|
284
|
284
|
monitor_baud = 250000
|
|
285
|
+
|
|
286
|
+[env:malyanm200]
|
|
287
|
+platform = ststm32
|
|
288
|
+framework = arduino
|
|
289
|
+board = malyanM200
|
|
290
|
+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
|
|
291
|
+src_filter = ${common.default_src_filter}
|
|
292
|
+#-<frameworks>
|
|
293
|
+lib_ignore =
|
|
294
|
+ U8glib
|
|
295
|
+ LiquidCrystal_I2C
|
|
296
|
+ LiquidCrystal
|
|
297
|
+ NewliquidCrystal
|
|
298
|
+ LiquidTWI2
|
|
299
|
+ Adafruit NeoPixel
|
|
300
|
+ TMC2130Stepper
|
|
301
|
+ Servo(STM32F1)
|
|
302
|
+ TMC26XStepper
|
|
303
|
+ U8glib-HAL
|
|
304
|
+ TMC2208Stepper
|
|
305
|
+ c1921b4
|