Skip to content

debugger: options: copy list nodes #2245

Description

@ReinhardKeil

Currently a list node is not copied. Example:

Content of csolution.yml:

debugger:
  name: CMSIS-DAP
  protocol: swd
  telnet:
    - pname: Core0          # enable Telnet service with default settings
      port: 4444
    - pname: Core1
      log: stdio            # route Telnet output to console 
    - pname: Core2
      log: file             # log Telnet output 

Expected is that the content is copied to cbuild-run.yml.

A similar problem is that the node gdb-server: cannot be overwritten in csolution.yml.

Metadata

Metadata

Labels

No labels
No labels

Projects

Status
Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions