Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better errors for renamed envs #23690

Merged
merged 8 commits into from
Feb 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions ini/renamed.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
#
# 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
1 change: 1 addition & 0 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ extra_configs =
ini/stm32h7.ini
ini/stm32g0.ini
ini/teensy.ini
ini/renamed.ini

#
# The 'common' section applies to most Marlin builds.
Expand Down