ARM-software / vscode-keil-studio-pack

Extension pack for all VS Code extensions
https://arm-software.github.io/vscode-keil-studio-pack/
Other
36 stars 6 forks source link

J-Link support & Manually install package & Configuration wizard display #24

Closed Deadline039 closed 3 months ago

Deadline039 commented 4 months ago
  1. Currently, only ULINK, ST-Link and DAP are supported. I usually use J-Link for downloading and debugging.
  2. For some reason, github cannot be connected correctly in Chinese mainland. Can I manually install the CMSIS software package?
  3. The configuration wizard display is a very useful tool for setting configuration items. Can this feature be added in future versions?
jkrech commented 3 months ago
  1. Note that you configure J-Link to run in CMSIS-DAP mode
  2. Public CMSIS Software Packs can be download from https://www.keil.arm.com/packs/ or using cpackget from CMSIS-Toolbox
  3. The configuration wizard view is already available in the current versions of Arm CMSIS Solution Extension. If you open a file with config wizard annotation: //-------- <<< Use Configuration Wizard in Context Menu >>> -------------------- in VSCode you can click on the "Open Preview" icon image to open the graphical view.
Deadline039 commented 3 months ago
  1. Note that you configure J-Link to run in CMSIS-DAP mode
  2. Public CMSIS Software Packs can be download from https://www.keil.arm.com/packs/ or using cpackget from CMSIS-Toolbox
  3. The configuration wizard view is already available in the current versions of Arm CMSIS Solution Extension. If you open a file with config wizard annotation: //-------- <<< Use Configuration Wizard in Context Menu >>> -------------------- in VSCode you can click on the "Open Preview" icon image to open the graphical view.

Thanks for your reply.