Discussion:
Open-CMSIS-Pack
(too old to reply)
pozz
2024-12-16 08:00:17 UTC
Permalink
I noticed this[1] project from ARM/NXP/ST/Linaro. Do you know it? Do you
use it?

It seems another attempt to create a "universal" build system in the
embedded world.

[1] https://github.com/Open-CMSIS-Pack
Theo
2024-12-18 12:49:23 UTC
Permalink
Post by pozz
I noticed this[1] project from ARM/NXP/ST/Linaro. Do you know it? Do you
use it?
It seems another attempt to create a "universal" build system in the
embedded world.
[1] https://github.com/Open-CMSIS-Pack
It seems to be a packaging system rather than a build system?

ie it's the equivalent to 'apt install libwhatever' so that you don't
need to go hunting around the internet to find the library. That also means
that you can say 'my project needs libwhatever and libsomethingelse' and
you can make sure those are installed and with the right versions.

I may be wrong but I don't think they are telling you what language to use
or what compiler to run, although there's an obvious bias towards C.

Theo

Loading...