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

CMSIS Support for Texas Instruments TM4C123 #61

Open bavleym opened 5 months ago

bavleym commented 5 months ago

Type: Feature Request

The TM4C123 does not come with CMSIS debugging traditionally but the platform it is built on has CMSIS natively. As of now in the Tiva family the only device that is recognized by CMSIS when connected to VS Code is the TM4C129 series of the Tiva. BUT, there was a CMSIS header created for the TM4C123 (and other devices) available here. What I want to know/support/feature for is how can these files be ported into VSCode to be used with the device.

ReinhardKeil commented 5 months ago

You should put this type of questions to the TI user forum. TI can publish the CMSIS-Packs to support their device offering. We at Arm don't create that.

I hope this helps.

bavleym commented 5 months ago

Hi,TI already responded to me and provided the software packs for CMSIS but I want to know how can I use them on VS code? Bavley MobarakOn Apr 19, 2024, at 06:09, Reinhard Keil @.***> wrote: You should put this type of questions to the TI user forum. TI can publish the CMSIS-Packs to support their device offering. We at Arm don't create that. I hope this helps.

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>

ReinhardKeil commented 5 months ago

If this is a local pack, than you should be able to activate this with the cpackget command line tool of the CMSIS-Toolbox.

Take a look here https://github.com/Open-CMSIS-Pack/cmsis-toolbox/blob/main/docs/build-tools.md#add-packs