Replies: 3 comments
-
https://open-cmsis-pack.github.io/Open-CMSIS-Pack/main/html/index.html ==> CMSIS-pack "alone" aims mainly at delivering software. But the Open-CMSIS-pack project targets more: Probably @jkrech or @ReinhardKeil can explain much better than me the scope of the project. @ilg-ul : is xPack having the same objectives ? |
Beta Was this translation helpful? Give feedback.
-
The xPack project (which now has the full name of The xPack Build Framework) aims to provide a cross-platform solution to manage dependencies and builds, a solution simple enough to be used by end-users in their projects. My personal interest is in C++ embedded projects, but the design is currently language neutral. The basic design aimed to be an extension of the npm packages, as the most successful package format, with billions of downloads. The first layer handles satisfying dependencies to source and binary packages, so that on a freshly installed host system, running Dependencies can be defined for the entire project, or for each build configuration, in other words different build configurations can be used for different architectures/platforms. You can take a look at some functional examples in the VS Code xPack C/C++ Build Extension page: The project is still work in progress, so nothing is cast in stone. |
Beta Was this translation helpful? Give feedback.
-
The intention is to compare the concepts of CMSIS-pack and xPack and understand the salient differences.
(https://xpack.github.io/)
Starting from this comment:
#48 (comment)
Beta Was this translation helpful? Give feedback.
All reactions