Sharing .c/.h pairs in Multiple Projects [message #1821844] |
Thu, 20 February 2020 23:48  |
Eclipse User |
|
|
|
Hi,
First post here. I've been using Eclipse previously with SystemWorkbench for STM32 and now the STM32CubeIDE.
I'm working on an embedded project which uses multiple microcontrollers and need to use the same .c and .h files for both (with different configs depending on which micro is being targeted).
I've been using symlinks in windows with the shared files located in a separate folder, however this isn't ideal due to having to setup new symlinks for new projects and iterations.
Ideally I'd like to have a separate folder with all of my different "libraries" (.c and .h) files which I can import into any project, and changes made in any project will update the files, and hance, their usage in other projects.
I've been trying to do this using paths and project preferences, but no luck so far.
Any thoughts?
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04253 seconds