Hi everyone,
I am using Mbed OS for complex applications with different dependencies and targets. I know that mbed-cli
has its own dependency manager system (mbed add
, mbed sync
and so on) but IMHO it would be great to have a more powerful system.
I mean, mbed-cli
is very useful and fast to use in development but it doesn’t include a versioning support (only commit references). In order to do this, I can think in some famous package managers such as Conan or Cargo.
Has anyone worked with this package managers and Mbed OS? Is there any good solution to distribute and use libraries, binaries, etc.?
Any opinion, recommendation or example will be highly appreciated!