ARM-software / CMSIS-View

Repository of CMSIS Software Pack for software event generation and input/output handling.
https://arm-software.github.io/CMSIS-View/latest/index.html
Apache License 2.0
34 stars 19 forks source link

For csolution TZ examples: store `cbuild-set.yml` file #129

Open ReinhardKeil opened 3 days ago

ReinhardKeil commented 3 days ago

TZ examples require both the Secure and Non-Secure part to be compiled.

As the IDE selects just the first project of a solution when cbuild-set.yml is missing, this file needs to be part of multi-project files that require more then just on project to work.

MiloradCvjetkovic commented 3 days ago

This is already prepared in the pull request here . Take a notice that with VSC extensions it is not working as expected at the moment as stated in the issue .

MiloradCvjetkovic commented 2 days ago

Addressed with commit 5e32195801cfcb9a2c8267cf118dfb0e09dd5b3b .