Commit 28f6530 1 parent 432927d commit 28f6530 Copy full SHA for 28f6530
File tree 1 file changed +29
-5
lines changed
1 file changed +29
-5
lines changed Original file line number Diff line number Diff line change 9
9
# #
10
10
# ################################
11
11
12
+ #
13
+ # A platform that doesn't match anything in pins.h
14
+ #
15
+
16
+ [renamed]
17
+ platform = native
18
+
12
19
#
13
20
# List of environment names that are no longer used
14
21
#
15
22
16
23
[env:STM32F103RET6_creality_maple]
17
- extends = env:STM32F103RE_maple
24
+ # Renamed to STM32F103RE_creality_maple
25
+ extends = renamed
18
26
19
27
[env:STM32F103RET6_creality]
20
- extends = STM32F103Rx_creality
21
- board = genericSTM32F103RE
28
+ # Renamed to STM32F103RE_creality
29
+ extends = renamed
22
30
23
31
[env:STM32F103RET6_creality_xfer]
24
- extends = STM32F103Rx_creality_xfer
25
- board = genericSTM32F103RE
32
+ # Renamed to STM32F103RE_creality_xfer
33
+ extends = renamed
34
+
35
+ [env:STM32F103RC_btt_512K]
36
+ # Renamed to STM32F103RE_btt
37
+ extends = renamed
38
+
39
+ [env:STM32F103RC_btt_512K_USB]
40
+ # Renamed to STM32F103RE_btt_USB
41
+ extends = renamed
42
+
43
+ [env:STM32F103RC_btt_512K_maple]
44
+ # Renamed to STM32F103RE_btt_maple
45
+ extends = renamed
46
+
47
+ [env:STM32F103RC_btt_512K_USB_maple]
48
+ # Renamed to STM32F103RE_btt_USB_maple
49
+ extends = renamed
You can’t perform that action at this time.
0 commit comments