|
@@ -342,3 +342,17 @@ build_unflags = ${common_stm32f1.build_unflags}
|
342
|
342
|
platform = ${common_stm32f1.platform}
|
343
|
343
|
extends = env:chitu_f103
|
344
|
344
|
build_flags = ${env:chitu_f103.build_flags} -DCHITU_V5_Z_MIN_BUGFIX
|
|
345
|
+
|
|
346
|
+#
|
|
347
|
+# FLYmaker FLY Mini (STM32F103RCT6)
|
|
348
|
+#
|
|
349
|
+[env:FLY_MINI_maple]
|
|
350
|
+platform = ${common_stm32f1.platform}
|
|
351
|
+extends = common_stm32f1
|
|
352
|
+board = genericSTM32F103RC
|
|
353
|
+board_build.address = 0x08005000
|
|
354
|
+board_build.ldscript = fly_mini.ld
|
|
355
|
+extra_scripts = ${common_stm32f1.extra_scripts}
|
|
356
|
+ buildroot/share/PlatformIO/scripts/custom_board.py
|
|
357
|
+build_flags = ${common_stm32f1.build_flags}
|
|
358
|
+ -DDEBUG_LEVEL=0 -DSS_TIMER=4
|