-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Description
Type: Feature Request
command:cmsis-csolution.getProcessorName should not be deprecated as it is used in .alif setup as follows
"label": "Alif: Install M55_HE or M55_HP debug stubs (single core configuration)",
"type": "shell",
"command": [
"cp './.alif/M55_HE_mram_cfg.json' '${config:alif.setools.root}/build/config/M55_HE_mram_cfg.json';",
"cp './.alif/M55_HP_mram_cfg.json' '${config:alif.setools.root}/build/config/M55_HP_mram_cfg.json';",
"cp './.alif/M55_HP_mram_stub.bin' '${config:alif.setools.root}/build/images/M55_HP_mram_stub.bin';",
"cp './.alif/M55_HE_mram_stub.bin' '${config:alif.setools.root}/build/images/M55_HE_mram_stub.bin';",
"cd '${config:alif.setools.root}';",
"./app-gen-toc -f 'build/config/${command:cmsis-csolution.getProcessorName}_mram_cfg.json';",
"./app-write-mram -p ${input:discoverCOM};"
],CHANGE TEXT in Features Commands to
Processor name (pname) of active project; for multi-processor configurations start-pname
ToDo: Ensure that the start-pname is returned in a multi-processor configuration
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Type
Projects
Status
Done