ARM-software / vscode-cmsis-csolution

Extension support for VS Code CMSIS Project Extension
https://marketplace.visualstudio.com/items?itemName=Arm.cmsis-csolution
Other
23 stars 5 forks source link

Support for Microlib #34

Closed JonTBeckett closed 12 months ago

JonTBeckett commented 1 year ago

Type: Feature Request

As I'm looking to migrate from Keil to these VS Code extensions, one thing of high importance is identical compile, assemble, and link commands after switching. They're getting really close with each new release which is great! The one big one that still seems to be missing is support for the microlib. In Keil it's just a checkbox to enable the microlib but the csolution extensions uVprojx converter doesn't seem add the necessary compile and link options when converting a uVprojx file with this checkbox checked.

This could already be in the plan but I just wanted to express a desire for it.

Thanks!

mcgordonite commented 1 year ago

Hi @JonTBeckett thanks for the feedback. Support for microlib is on the roadmap for µVision project import. Hopefully that will be added in the next few weeks.

JonTBeckett commented 1 year ago

@mcgordonite That's perfect! I had a feeling you all were on top of that. I've been very impressed by the progress in the MDK 6 tools over the last 4 months! I'm excited to start using them full time soon.

Thanks for the great work!

mcgordonite commented 12 months ago

Support for microlib was added in the 1.1.0 release of the csolution extension, so I'm closing this issue. Let us know if you still have problems with the µVision conversion.

JonTBeckett commented 12 months ago

@mcgordonite I look forward to checking out next chance I get! Thanks for the quick and helpful responses!