|
@ -9,17 +9,41 @@ |
|
|
# # |
|
|
# # |
|
|
################################# |
|
|
################################# |
|
|
|
|
|
|
|
|
|
|
|
# |
|
|
|
|
|
# A platform that doesn't match anything in pins.h |
|
|
|
|
|
# |
|
|
|
|
|
|
|
|
|
|
|
[renamed] |
|
|
|
|
|
platform = native |
|
|
|
|
|
|
|
|
# |
|
|
# |
|
|
# List of environment names that are no longer used |
|
|
# List of environment names that are no longer used |
|
|
# |
|
|
# |
|
|
|
|
|
|
|
|
[env:STM32F103RET6_creality_maple] |
|
|
[env:STM32F103RET6_creality_maple] |
|
|
extends = env:STM32F103RE_maple |
|
|
# Renamed to STM32F103RE_creality_maple |
|
|
|
|
|
extends = renamed |
|
|
|
|
|
|
|
|
[env:STM32F103RET6_creality] |
|
|
[env:STM32F103RET6_creality] |
|
|
extends = STM32F103Rx_creality |
|
|
# Renamed to STM32F103RE_creality |
|
|
board = genericSTM32F103RE |
|
|
extends = renamed |
|
|
|
|
|
|
|
|
[env:STM32F103RET6_creality_xfer] |
|
|
[env:STM32F103RET6_creality_xfer] |
|
|
extends = STM32F103Rx_creality_xfer |
|
|
# Renamed to STM32F103RE_creality_xfer |
|
|
board = genericSTM32F103RE |
|
|
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 |
|
|