Skip to content

Latest commit

 

History

History
47 lines (27 loc) · 1.75 KB

README_EN.md

File metadata and controls

47 lines (27 loc) · 1.75 KB

Keil Assistant

Forkd from keil-assistant

Summary 📑

Keil assistive tool on VScode.

It provides syntax highlighting, code snippets for Keil projects, and supports compiling and downloading Keil projects.

Keil uVison 5 and above is supported only

Windows platform only


Features 🎉

  • Load the Keil C51/ARM project
  • Automatically monitor keil project files for changes and keep project views up to date
  • Compile, recompile, and burn Keil projects by calling the Keil command-line interface

Usage 📖

Preparatory work

  1. Install the C/C++ plug-in
  1. Go to the Keil-V plug-in Settings and set the absolute path of the Keil executable uv4.exe

Start 🏃‍♀️

  1. Create a project on Keil, add files, header path, etc
  1. Use Vscode to directly open the directory where keil project file (.uvproj) is located, and the keil project will be automatically loaded by the plug-in;

Common operations

  • Compile and burn:Three buttons are provided, one for compile, one for download, and one for recompile