Open soares-sergio opened 4 years ago
Hi Sergio, we considered possibility to have separate/shared RTE configurations for each CDT build configuration from the very beginning. We have decided then to use single configuration due to complexity reasons:
Therefore we do not see possibility to support multiple configurations in the observable future.
Thanks, @edriouk
Hi guys,
There is one use case we would love to have on the CMSIS-Packs plugin (not sure if it's possible). In our projects, we sometimes use different variants of the same component. For example, we may choose a low power variant of the Bluetooth Stack.
Before CMSIS-Packs, we would just create 2 build configurations: one would link to the the FULL library and the other one would link to the low power version of the library.
Now, with CMSIS-Packs, this is no longer possible, because the RTE Components (.rteconfig file) are not linked to build configurations.
Are there any plans to add support for this?
Thank you.