Skip to content

memory.pname is documented but rejected by schema check #2510

Description

@jthuangarm

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Fields

No fields configured for issues without a type.

Projects

Status
Backlog

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions