You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MCUXpresso for VS Code does not support SDKs older than 2.13.
Possible solutions/workarounds:
Create your project in IDE and import it in VS Code using Import Project.
or
Import a CMake project created directly from SDK Builder:
Known limitations:
As the SDK is not recognized by VS Code you won't be able to add additional components to the project.
When debugging the project for the first time you'll have to manually select the device name for that probe (as the extension has no way of determining that in the absence of an SDK)
If you encounter problems during build you may need to remove:
IF(NOT DEFINED SPECS)
SET(SPECS "--specs=nano.specs --specs=nosys.specs")
ENDIF()
When I install this SDK I downloaded from the SDK builder I get the error:
Error: MCUXpresso SDK import failed: SDK MK80FN256xxx15 is not supported. Expected version >= 2.13.0.
Log shows:
[2024-06-06T11:53:51.366] [importRepo] [info] Import repository: "Local archive" from "<home>/mcux/SDK_2_8_0_MK80FN256xxx15.tar.gz" with revision "n/a" to "<home>/mcux/SDK_2_8_0_MK80FN256xxx15.tar.gz"
The text was updated successfully, but these errors were encountered: