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.