Browse Source

🔨 Move FLY_MINI env to stm32f1.ini

Scott Lahteine 3 years ago
parent
commit
c207111cc6
2 changed files with 14 additions and 14 deletions
  1. 14
    0
      ini/stm32f1.ini
  2. 0
    14
      ini/stm32f4.ini

+ 14
- 0
ini/stm32f1.ini View File

@@ -382,6 +382,20 @@ extra_scripts = ${common_stm32f1.extra_scripts}
382 382
   buildroot/share/PlatformIO/scripts/mks_robin_lite3.py
383 383
 
384 384
 #
385
+# FLY MINI (STM32F103RCT6)
386
+#
387
+[env:FLY_MINI]
388
+platform          = ${common_stm32f1.platform}
389
+extends           = common_stm32f1
390
+board             = genericSTM32F103RC
391
+board_build.address  = 0x08005000
392
+board_build.ldscript = fly_mini.ld
393
+extra_scripts     = ${common_stm32f1.extra_scripts}
394
+  buildroot/share/PlatformIO/scripts/custom_board.py
395
+build_flags       = ${common_stm32f1.build_flags}
396
+  -DDEBUG_LEVEL=0 -DSS_TIMER=4
397
+
398
+#
385 399
 # JGAurora A5S A1 (STM32F103ZET6)
386 400
 #
387 401
 [env:jgaurora_a5s_a1]

+ 0
- 14
ini/stm32f4.ini View File

@@ -69,20 +69,6 @@ extra_scripts       = ${common.extra_scripts}
69 69
   pre:buildroot/share/PlatformIO/scripts/generic_create_variant.py
70 70
 
71 71
 #
72
-# FLY MINI (STM32F103RCT6)
73
-#
74
-[env:FLY_MINI]
75
-platform          = ${common_stm32f1.platform}
76
-extends           = common_stm32f1
77
-board             = genericSTM32F103RC
78
-board_build.address  = 0x08005000
79
-board_build.ldscript = fly_mini.ld
80
-extra_scripts     = ${common_stm32f1.extra_scripts}
81
-  buildroot/share/PlatformIO/scripts/custom_board.py
82
-build_flags       = ${common_stm32f1.build_flags}
83
-  -DDEBUG_LEVEL=0 -DSS_TIMER=4
84
-
85
-#
86 72
 # FYSETC S6 (STM32F446RET6 ARM Cortex-M4)
87 73
 #
88 74
 [env:FYSETC_S6]

Loading…
Cancel
Save