Describe the bug
In the CMSIS-Toolbox doc, the memory: node lists pname: as a supported child node. However, when pname: is added under memory: in a *.csolution.yml target type, schema check fails.
memory: in the doc - https://open-cmsis-pack.github.io/cmsis-toolbox/YML-Input-Format/#memory
To Reproduce
memory:
- name: MY_FLASH
access: rx
start: 0x90000000
size: 0x01000000
algorithm: ./xxx.FLM
pname: CM7 # failed
Expected behavior
memory.pname should be accepted according to the documented YML input format.
Environment (please complete the following information):
- Version: latest (2.14.1+p19-ge8e6d1ef)
- OS: Windos 11
Describe the bug
In the CMSIS-Toolbox doc, the
memory:node listspname:as a supported child node. However, whenpname:is added undermemory:in a *.csolution.yml target type, schema check fails.memory:in the doc - https://open-cmsis-pack.github.io/cmsis-toolbox/YML-Input-Format/#memoryTo Reproduce
Expected behavior
memory.pnameshould be accepted according to the documented YML input format.Environment (please complete the following information):