-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] add FreeRTOS to conan center #622
Comments
I have not used conan center before, so my assessment may be wrong. Conan center seems to be a place focusing on publishing binaries rather than source packages whereas FreeRTOS is consumed as source because it needs a configuration file ( Thanks. |
Hey @aggarg thx for your feedback :) You are right the Config Header is a bit of a challenge here. A very simple Conan Recipe looks like this
As you can see we are just invoking CMake. Since FreeRTOS has CMake Support nowit should be easy to add it. |
1 similar comment
Hey @aggarg thx for your feedback :) You are right the Config Header is a bit of a challenge here. A very simple Conan Recipe looks like this
As you can see we are just invoking CMake. Since FreeRTOS has CMake Support nowit should be easy to add it. |
Thank you for sharing the details. We currently do not have any plans of publishing to conan center but we will keep you posted if that changes in future. In the meanwhile, if you want to contribute and publish yourself, is there anything that you need from us? |
Hey @aggarg |
@JuliusCaesar89 Somebody is making an attempt: conan-io/conan-center-index#19399 |
ah thx for the info :) |
Hey guys,
since FreeRTOS has now official CMake Support it would be nice to add FreeRTOS to conan center.
https://conan.io/center/
Conan is a package manager for C/C++. It makes consuming 3rd parties very easy.
By adding FreeRTOS to conan center it will be much easier to be integrated in multiple projects.
greetins Julian
The text was updated successfully, but these errors were encountered: