forked from qt-creator/qt-creator
McuSupport: Rename "NXP EVKB-IMXRT1050 SDK" to "NXP i.MXRT SDK"
The new name is more generic, and valid for more targets. Change-Id: I7efb3f1721ec1e88de073d5f43edff8b308f3f02 Reviewed-by: Aurindam Jana <aurindam.jana@qt.io>
This commit is contained in:
committed by
Aurindam Jana
parent
985cd447ab
commit
efe49d3d9f
@@ -286,8 +286,8 @@ static PackageOptions *createStm32CubeProgrammerPackage()
|
||||
static PackageOptions *createEvkbImxrt1050SdkPackage()
|
||||
{
|
||||
auto result = new PackageOptions(
|
||||
PackageOptions::tr("NXP EVKB-IMXRT1050 SDK"),
|
||||
"%{Env:EVKB_IMXRT1050_SDK_PATH}",
|
||||
PackageOptions::tr("NXP i.MXRT SDK"),
|
||||
"%{Env:EVKB_IMXRT1050_SDK_PATH}", // TODO: Try to not use 1050 specifics
|
||||
"EVKB-IMXRT1050_manifest_v3_5.xml",
|
||||
"evkbImxrt1050Sdk");
|
||||
result->setDownloadUrl("https://mcuxpresso.nxp.com/en/welcome");
|
||||
|
Reference in New Issue
Block a user