forked from MarlinFirmware/Marlin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrenamed.ini
66 lines (51 loc) · 1.3 KB
/
renamed.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
#
# Marlin Firmware
# PlatformIO Configuration File
#
#################################
# #
# Renamed Environments #
# #
#################################
#
# A platform that doesn't match anything in pins.h
#
[renamed]
platform = ststm32
board = genericSTM32F103RE
#
# List of environment names that are no longer used
#
[env:STM32F103RET6_creality_maple]
# Renamed to STM32F103RE_creality_maple
extends = renamed
[env:STM32F103RET6_creality]
# Renamed to STM32F103RE_creality
extends = renamed
[env:STM32F103RET6_creality_xfer]
# Renamed to STM32F103RE_creality_xfer
extends = renamed
[env:STM32F103RC_btt_512K]
# Renamed to STM32F103RE_btt
extends = renamed
[env:STM32F103RC_btt_512K_USB]
# Renamed to STM32F103RE_btt_USB
extends = renamed
[env:STM32F103RC_btt_512K_maple]
# Renamed to STM32F103RE_btt_maple
extends = renamed
[env:STM32F103RC_btt_512K_USB_maple]
# Renamed to STM32F103RE_btt_USB_maple
extends = renamed
[env:STM32F103RC_meeb]
# Renamed to STM32F103RC_meeb_maple
extends = renamed
[env:STM32F103VE_GTM32]
# Renamed to STM32F103VE_GTM32_maple
extends = renamed
[env:mks_robin_nano35]
# Renamed to mks_robin_nano_v1v2
extends = renamed
[env:mks_robin_nano35_maple]
# Renamed to mks_robin_nano_v1v2_maple
extends = renamed