Hi,
I'm developing an extension for vscode that let me deal with keil projects inside vscode.
The main thing it does right now is to analyze the '.uvprojx' file to find all the project and pack includes. This information is used to instruct IntelliSense.
Is out there something available that does the same thing ?
Since CMSIS is opensource, is some kind of library that deals with pack files '.pdsc' available ?
Thanks you very much.
I was not aware of CMSIS-Build. Exporting *.uvprojx in *.cprj can be really helpful.
Just to mention for anyone else that could be interested, you can export a target into a *.cprj also from the command line using the -et flag https://www.keil.com/support/man/docs/uv4/uv4_commandline.htm.