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
The pack https://github.com/VladimirUmek/NXP_FRDM-MCXN947_BSP/releases contains a template with two targets: "Device with RAM/ROM". This enables configurations with a Flash (ROM) and RAM target that can be easily selected by using the Manage Solution / Context Set dialog.
# List different hardware targets that are used to deploy the solution.target-types:
- type: ROMvariables:
- LinkerScript: <script_for_ROM>
- type: RAMvariables:
- LinkerScript:: <script_for_ROM>
In the moment, the VSCode extension cannot handle this type of templates. We should define how we extend it.
The text was updated successfully, but these errors were encountered:
The pack https://github.com/VladimirUmek/NXP_FRDM-MCXN947_BSP/releases contains a template with two targets: "Device with RAM/ROM". This enables configurations with a Flash (ROM) and RAM target that can be easily selected by using the Manage Solution / Context Set dialog.
The template is registered here:
https://github.com/VladimirUmek/NXP_FRDM-MCXN947_BSP/blob/main/NXP.FRDM-MCXN947_BSP.pdsc#L1750
It effectively defines targets with:
In the moment, the VSCode extension cannot handle this type of templates. We should define how we extend it.
The text was updated successfully, but these errors were encountered: