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.
Currently a list node is not copied. Example:
Content of
csolution.yml:Expected is that the content is copied to
cbuild-run.yml.A similar problem is that the node
gdb-server:cannot be overwritten incsolution.yml.