Open-CMSIS-Pack / devtools

Open-CMSIS-Pack development tools - C++
Apache License 2.0
69 stars 50 forks source link

[csolution] Change request for warning if `device: Dname` is specified in `*.cproject.yml` #1598

Closed jkrech closed 1 week ago

jkrech commented 1 week ago

csolution emits warning if a node: device: [Dvendor:]Dname:[Pname] is specified in a *.cproject.yml

<abspath>/<myproject>.cproject.yml - warning csolution: 'device' name will be deprecated at this level, please move it to *.csolution.yml

Proposed warning message:

<abspath>/<myproject>.cproject.yml - warning csolution: 'device: Dname' is deprecated at this level and accepted in *.csolution.yml only

In case of board node

<abspath>/<myproject>.cproject.yml - warning csolution: 'board:' node is deprecated at this level and accepted in *.csolution.yml only