You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
540 B
26 lines
540 B
3 years ago
|
#
|
||
|
# Marlin Firmware
|
||
|
# PlatformIO Configuration File
|
||
|
#
|
||
|
|
||
|
#################################
|
||
|
# #
|
||
|
# Renamed Environments #
|
||
|
# #
|
||
|
#################################
|
||
|
|
||
|
#
|
||
|
# List of environment names that are no longer used
|
||
|
#
|
||
|
|
||
|
[env:STM32F103RET6_creality_maple]
|
||
|
extends = env:STM32F103RE_maple
|
||
|
|
||
|
[env:STM32F103RET6_creality]
|
||
|
extends = STM32F103Rx_creality
|
||
|
board = genericSTM32F103RE
|
||
|
|
||
|
[env:STM32F103RET6_creality_xfer]
|
||
|
extends = STM32F103Rx_creality_xfer
|
||
|
board = genericSTM32F103RE
|