-
Notifications
You must be signed in to change notification settings - Fork 341
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
modern cmake - ex modules, how to use? #159
Comments
Hello @andyinno , Assuming you are handling this as a compenent of HAL
Then the target name is |
Great, thank you. It works.
Therefore I did not pay attention to the case. PS: I don't know if I need to open a new issue or not, anyway... here a quick question: cmsis_os2.c file is used by the code generator for the FreeRTOSv2 module. It is correct that I need to import it manually or there is something missing? |
@andyinno, I'm actually making changes to handle CMSIS_RTOS and CMSIS_RTOS2 as CMSIS components 😉. |
Thank you for your reply. I was just worried to have misunderstood something in the documentation and therefore I was unsure about which path to follow. |
I am trying to setup a project using base code generated by STM32CodeIde,
while adding all the sources and start compiling the project I removed the duplicated source file that could be found via imported modules.
At the moment I have:
in sources. If I remove it gcc complains that:
Following the README documentation I was tempted to add something like:
to the link libraries command but TIMEX is not found.
Can you please provide the right syntax for adding the EXT part?
What bothers me is that when cmake starts it output:
And I don't see any EX module in there...
thank you in advance
The text was updated successfully, but these errors were encountered: