Open Stredoslovak opened 3 months ago
It is possible to use an existing project however there are some things to know:
export/PSoCCreatorExportIDE.xml
) which informs OTX Maestro about the project sources / libraries etc. It only has to be set once and this file is used by OTX Maestro to adapt the meson.build file.project/PSoC_Creator.cydsn
folder. You can change this to your own specific folder name. However there are some references inside .vscode/tasks.json
which should be set accordingly (use search 'PSoC_Creator.cydsn' to find these references).project/sources
folder. So any current source files should be moved / copied there (you can use nested folders).
Hello, me again. Been looking into the PSoC4 example that you've provided and I would like to know, what should I do if I want to work on my specific PSoC4 applications using your repository.
How can I import existing project from PSoC Creator to VSCode using your repository?
I've figured that I need to export to IDE from PSoC Creator, should it be done as a "makefile"?
Thanks.