Solved! Go to Solution.
If your code is self contained then I think the best option is to make a library.
On PSOC Creator select File ---> new ---> Project
Click on "Other " tab and select Library
add or copy your files there
then you just distribute the library without souce
When you do the project archive you can always delete the source files from
the archive.
Regards, Dana.
How about just send the hex file?
You mean that the other people will continue to developed the project. Is this correct?
And you only want them to call your functions without giving them the c source file.
You can distribute the compiled files + headers and have you tried adding them using the "aditional link files" option?
If your code is self contained then I think the best option is to make a library.
On PSOC Creator select File ---> new ---> Project
Click on "Other " tab and select Library
add or copy your files there
then you just distribute the library without souce
@H L
Yes, you understood correctly.
@Zeta
After more "digging" I came to the same solution. I did try adding the file in Additional Libraries but no success.
I'm confused why it is not possible to easily include compiled files in the project, well it will have to be done through library.
Thank you all for your help, I consider this topic closed
Best Regards